Queries the user’s meeting knowledge bases (pre-meeting prep and/or post-meeting follow-up) with metadata filtering, date sorting, and optional LLM-powered Q&A. Supports recurring event series via wildcard patterns.
Bearer token from your account (https://agent.ai/user/integrations#api)
Which meeting KB(s) to query.
both, pre, post Sort memories by meeting date.
desc, asc Maximum number of meeting memories to include.
^[0-9]+$'list' returns memories with metadata (no LLM). 'query' sends memories as context to an LLM with your prompt.
list, query Variable name to store the result. In 'list' mode: memories array. In 'query' mode: includes llm_response.
^[a-zA-Z][a-zA-Z0-9_]*$Calendar event ID. For recurring meetings, a specific instance like 'abc_20260217T153000Z' is auto-converted to 'abc_' to match the full series. Use 'abc_' directly for explicit wildcards, or 'abc123' for a single event.
The question to ask about the meeting memories (only used in 'query' mode).