Skip to main content
Glama

Carbon Voice

by PhononX
mcp-tool-response.interface.ts472 B
export type McpToolResponse = { content: Array< | { type: 'text'; text: string } | { type: 'image'; data: string; mimeType: string } | { type: 'audio'; data: string; mimeType: string } | { type: 'resource'; resource: | { text: string; uri: string; mimeType?: string } | { uri: string; blob: string; mimeType?: string }; } >; _meta?: Record<string, unknown>; structuredContent?: Record<string, unknown>; };

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/PhononX/cv-mcp-server'

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