Skip to main content
Glama

Utility MCP Server

by danfmaia

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
READ_AI_API_KEYNoAPI key for Read.AI platform (required for download_meeting_data tool)

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
download_meeting_data
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
util_server_status
Check the status of all utility server integrations. Returns: Status report of available utilities and their configuration

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