Skip to main content
Glama

Utility MCP Server

by danfmaia

download_meeting_data

Retrieve meeting transcripts and summaries from Read.AI using the meeting ID to access and analyze recorded discussions.

Instructions

Download meeting transcript and/or summary from Read.AI. Args: meeting_id: Read.AI meeting ID include_transcript: Whether to download the full transcript (default: True) include_summary: Whether to download the meeting summary (default: True) Returns: Meeting data in formatted text or JSON structure

Input Schema

NameRequiredDescriptionDefault
include_summaryNo
include_transcriptNo
meeting_idYes

Input Schema (JSON Schema)

{ "properties": { "include_summary": { "default": true, "title": "Include Summary", "type": "boolean" }, "include_transcript": { "default": true, "title": "Include Transcript", "type": "boolean" }, "meeting_id": { "title": "Meeting Id", "type": "string" } }, "required": [ "meeting_id" ], "title": "download_meeting_dataArguments", "type": "object" }

Other Tools from Utility MCP Server

Related Tools

    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/danfmaia/util-mcp'

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