Skip to main content
Glama

meetings_get_transcript

Read-onlyIdempotent

Retrieve a Teams meeting transcript as time-stamped speaker turns. Provide a join URL, event ID, or meeting ID to get the spoken transcript, whether you organized or attended.

Instructions

Get the spoken transcript of a Teams meeting as time-stamped speaker turns. Accepts a Teams join URL, a calendar event id, or an online meeting id and resolves whichever it is. Works whether the user organised the meeting or merely attended it. Use meetings_get_transcript_by_event when a calendar event id is all that is available. Requires OnlineMeetingTranscript.Read.All.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
event_endNoISO datetime of the meeting end — used for attendee transcript fallback when JoinWebUrl filter returns 403
meeting_idYesThe Teams join URL (https://teams.microsoft.com/l/meetup-join/...) or online meeting ID
event_startNoISO datetime of the meeting start — used for attendee transcript fallback when JoinWebUrl filter returns 403
Behavior5/5

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

Adds meaningful behavioral context beyond annotations: requires the OnlineMeetingTranscript.Read.All permission, resolves multiple input types automatically, and works for attendees even if not the organizer. No contradiction with readOnly/idempotent hints.

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?

Four concise sentences, each serving a distinct purpose: purpose, accepted inputs, attendee support, alternative tool, and permission requirement. Front-loaded with the core function.

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

Completeness4/5

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

Covers inputs, permission, use cases, and the alternative tool. The output format is implied by 'time-stamped speaker turns', though explicit return structure is absent without an output schema. Acceptable for a tool of this complexity.

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

Parameters4/5

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

Schema coverage is 100% and each parameter has a description. The description adds value by explicitly including calendar event id as an accepted format for meeting_id, which the schema does not mention, and clarifies the fallback purpose of event_start/event_end.

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

Purpose5/5

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

The description clearly states it retrieves the spoken transcript of a Teams meeting as time-stamped speaker turns. It distinguishes from siblings by explicitly naming meetings_get_transcript_by_event as an alternative for calendar event ids.

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

Usage Guidelines5/5

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

Provides explicit usage guidance: use meetings_get_transcript_by_event when only a calendar event id is available, and clarifies this tool accepts join URLs, online meeting IDs, and calendar event ids. Also mentions it works for both organizers and attendees, giving clear context.

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/nitin27may/ms-graph-mcp'

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