Skip to main content
Glama

get_transcript

Retrieve meeting transcripts with speaker identification and timestamps for documentation, analysis, or review purposes.

Instructions

Get the full transcript of a meeting with speaker names and timestamps.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
meeting_idYesThe meeting/conversation ID
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full burden but offers minimal behavioral context. It states what content is returned (speaker names, timestamps) but doesn't disclose permissions needed, rate limits, error conditions, format of the transcript (e.g., structured vs plain text), or whether it's a read-only operation. For a tool with zero annotation coverage, this is inadequate.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, efficient sentence that front-loads the core purpose. Every word earns its place by specifying the action, resource, and key content details. There is no redundancy or unnecessary elaboration.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no annotations, no output schema, and a simple input schema, the description is incomplete. It lacks critical context such as the return format (e.g., JSON structure, text), error handling, authentication requirements, or limitations. For a tool that retrieves meeting data, more behavioral details are needed to ensure proper agent usage.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100% (meeting_id is fully described in schema), so the baseline is 3. The description adds no parameter-specific information beyond what the schema provides (e.g., no examples of meeting_id format, no constraints). It meets the minimum viable level given high schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'Get' and resource 'full transcript of a meeting', specifying the content includes 'speaker names and timestamps'. It distinguishes from siblings like get_summary (summary vs full transcript) and list_meetings (list vs get specific transcript). However, it doesn't explicitly differentiate from all siblings (e.g., ask_about_meeting might also involve transcripts).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention prerequisites (e.g., needing a meeting_id), when not to use it (e.g., for summaries use get_summary), or compare to similar tools like ask_about_meeting. Usage is implied by the purpose but not explicitly stated.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/itsconvo/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server