Meetily
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.

URIReturns
meetily://meetingsAll 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.

PromptArgumentWhat it does
summarize_meetingmeeting_idReferences that meeting's transcript resource and asks for a summary.
extract_action_itemsmeeting_idReferences 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

On this page