Skip to main content
Glama
chill-lichen

meetergo-mcp

by chill-lichen

update_meeting_transcription

Update an appointment with a meeting transcript and AI summary from a notetaker. Send markdown content for transcription or summary to store on the appointment.

Instructions

Store a meeting transcript and/or AI summary (markdown) on an appointment.

meetergo does NOT record meetings itself — feed this from a notetaker (Granola, Fireflies, etc.). Only provided fields are sent; omit a field to leave it unchanged.

Args: appointment_id: The appointment. transcription: Full transcript in markdown. summary: AI-generated summary in markdown.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
summaryNo
transcriptionNo
appointment_idYes
Behavior3/5

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

With no annotations, the description carries full burden for behavioral disclosure. It explains the tool stores data, does not record meetings, and performs partial updates. However, it does not cover prerequisites, permissions, potential errors (e.g., invalid appointment_id), or return value. This is adequate but could be more thorough.

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 concise and well-structured. It starts with a clear purpose statement, adds a crucial clarification about external recording, then lists parameters in a clean Args format. No unnecessary words; every sentence adds value.

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?

Given the tool has no output schema, no annotations, and 3 parameters, the description covers purpose, usage context, and parameter details. Missing elements include return value/confirmation and error handling, but overall it provides sufficient context for an agent to use the tool correctly.

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?

Schema coverage is 0% (no parameter descriptions in schema). The description compensates fully by defining each parameter: appointment_id ('The appointment'), transcription ('Full transcript in markdown'), summary ('AI-generated summary in markdown'). This provides essential meaning beyond schema titles.

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 tool stores a meeting transcript and/or summary on an appointment. It distinguishes the tool from general appointment update tools by specifying the data type (transcript/summary in markdown) and adds context that meetergo does not record meetings itself. However, it does not explicitly differentiate from sibling tools like update_appointment_notes.

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

Usage Guidelines4/5

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

The description advises to feed data from external notetakers (Granola, Fireflies), providing clear context for when to use this tool. It also explains partial update behavior: 'Only provided fields are sent; omit a field to leave it unchanged.' No explicit alternatives are mentioned, but usage context is strong.

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/chill-lichen/meetergo-mcp'

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