Agent APIAI Assistants (MCP)
Resources and prompts
MCP resources and prompt templates exposed alongside the tools.
Beyond tools, the server exposes MCP resources and prompts, two other primitives the protocol defines for read-only views and canned workflows.
Resources
Resources are read-only views under the meetily:// URI scheme.
| URI | Returns |
|---|---|
meetily://meetings | All meetings. |
meetily://meeting/{id} | A single meeting. |
meetily://transcript/{id} | A meeting's transcript. |
meetily://summary/{id} | A meeting's summary. |
meetily://meetings is a fixed resource; the other three are templates that take a meeting id.
Prompts
Prompts are two canned workflows an MCP client can invoke directly.
| Prompt | Argument | What it does |
|---|---|---|
summarize_meeting | meeting_id | References that meeting's transcript resource and asks for a summary. |
extract_action_items | meeting_id | References that meeting's transcript resource and asks for action items. |
Both prompts take a meeting_id and read from the corresponding meetily://transcript/{id} resource rather than calling get_transcript directly.
Last updated on
