Skip to main content
Glama
Mouxy

Teams Transcript MCP

by Mouxy

list_recent_meetings

Lists recent Teams meetings from your calendar with their transcript status, showing which have transcripts available before you fetch them.

Instructions

List recent Teams meetings on your calendar (newest first). Each meeting includes a transcript_status field: available (a transcript exists), unavailable (the meeting was not transcribed), or unknown (could not be determined without fetching). Only call get_transcript for meetings where transcript_status is available or unknown — meetings marked unavailable have no transcript and the call will fail. Do not tell the user a transcript exists unless transcript_status is available.

Args: days: How many days back to look (1–90, clamped). only_with_transcripts: Omit meetings marked unavailable.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNo
only_with_transcriptsNo
Install Server

TDQS

A5/5.0
Behavior5/5

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

With no annotations provided, the description carries the full behavioral burden and succeeds: it discloses newest-first ordering, the 1–90 day range with clamping, the effect of only_with_transcripts, the three possible transcript_status values, and the failure consequence of calling get_transcript on unavailable meetings.

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 well-structured: a behavior-focused opening paragraph, then a clear Args section. Every sentence adds necessary operational information, with no redundancy or filler.

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

Completeness5/5

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

Despite having no output schema and no annotations, the description provides enough for an agent to decide when to call the tool, how to set parameters, how to interpret transcript_status, and how to interact with the closely related get_transcript tool. The main usage loop is fully covered.

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

Parameters5/5

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

The input schema provides no descriptions (0% coverage), but the description fully compensates: 'days' is defined as how many days back to look with a 1–90 clamped range, and 'only_with_transcripts' is defined as omitting meetings marked unavailable. Both parameters are meaningfully explained.

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 opens with a specific verb and resource: 'List recent Teams meetings on your calendar (newest first).' It also names the key output field, transcript_status, and clearly separates this listing tool from the sibling get_transcript tool.

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?

The description explicitly tells the agent when to call get_transcript (only for available or unknown transcript_status) and when not to (unavailable, where the call will fail). It also instructs the agent not to claim a transcript exists unless status is available, which is actionable routing guidance for alternatives.

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

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/Mouxy/teams-transcript-mcp'

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