Skip to main content
Glama
types.ts673 B
export interface MCPTool { name: string description: string parameters: any invoke: (input: { arguments: any }) => Promise<any> } export interface ListFoldersResponse { success: boolean folders?: Folder[] message?: string } export interface Folder { id: string | null | undefined name: string | null | undefined } export interface ListFilesResponse { success: boolean files?: File[] message?: string } export interface ReturnFileResponse { success: boolean file?: File message?: string } export interface File { id: string | null | undefined name: string | null | undefined viewLink?: string | null downloadLink?: string | null }

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/michaelpine25/googleDriveMCP'

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