Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GHOSTMINUTES_API_KEYNoAPI key (gm_<32-char-hex>). Without it you get anonymous limits.
GHOSTMINUTES_API_URLNoOverride API base if you proxy through a private edge. Defaults to Railway production.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
transcribe_audio_urlA

Submit a publicly-accessible audio or video URL for transcription with speaker diarization. Returns a job_id you can poll with get_transcription_status, or use transcribe_audio_url_sync to wait synchronously.

transcribe_audio_url_syncA

Submit a URL for transcription and poll until completion (up to 5 minutes). Prefer transcribe_audio_url for faster handoff when clients can poll.

get_transcription_statusA

Poll GhostMinutes for transcription progress and results using job_id returned by transcribe_audio_url.

list_transcriptsA

List your transcription jobs on GhostMinutes (authenticated accounts only).

get_transcriptA

Fetch a saved transcription job by id from your GhostMinutes account.

delete_transcriptA

Delete a transcription job from your GhostMinutes account (destructive).

summarizeA

Summarize transcript text via GhostMinutes hosted AI (/api/ai/chat). Paste transcript content or downstream output from get_transcript.

get_creditsA

Show remaining GhostMinutes credits for the authenticated API key.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/Rocketech-Software-Development/ghostminutes-mcp'

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