Skip to main content
Glama

mcp-voice-hooks

types.ts304 B
export interface Utterance { id: string; text: string; timestamp: Date; status: 'pending' | 'delivered'; } export interface UtteranceQueue { utterances: Utterance[]; add(text: string): Utterance; getRecent(limit?: number): Utterance[]; markDelivered(id: string): void; clear(): void; }

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/johnmatthewtennant/mcp-voice-hooks'

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