Skip to main content

MCP Tools Reference

The Menutes MCP server exposes 5 tools that Claude Code can use to access your meetings.

list_recordings

List your meeting recordings with optional filtering. Parameters:
ParameterTypeRequiredDescription
pagenumberNoPage number (default: 1)
limitnumberNoResults per page (default: 20, max: 100)
statusstringNoFilter: UPLOADING, PROCESSING, COMPLETED, FAILED
viewstringNomy, team, organization, or all (admin)
Example prompt: “List my completed meetings from this week”

get_recording

Get detailed metadata for a specific recording. Parameters:
ParameterTypeRequiredDescription
idstringYesThe recording ID
Returns: Title, date, duration, speaker count, status, sharing scope, language, and more. Example prompt: “Tell me about meeting cmmnftxas0047i70b83694d2o”

get_transcript

Get the full transcript with speaker labels and timestamps. Parameters:
ParameterTypeRequiredDescription
idstringYesThe recording ID
Returns: Speaker-labeled transcript segments with timestamps and speaker name mappings. Example prompt: “Get the transcript from the last standup”

get_summary

Get the AI-generated summary of a meeting. Parameters:
ParameterTypeRequiredDescription
idstringYesThe recording ID
Returns: The full AI summary including discussion points, decisions, and action items. Example prompt: “What were the action items from yesterday’s meeting?“

search_recordings

Search recordings by title. Parameters:
ParameterTypeRequiredDescription
querystringYesSearch query to match against titles
limitnumberNoMax results (default: 10, max: 50)
Returns: Matching recordings with IDs for further querying. Example prompt: “Find meetings about the product launch”