Skip to main content
Glama
character-tools.d.ts525 B
// Type definitions for character tools export interface CharacterTool { name: string; description: string; inputSchema: any; handler: (args: any) => Promise<any>; } export interface ToolDefinition { name: string; description: string; inputSchema: any; } export declare const characterTools: Record<string, CharacterTool>; export declare function getCharacterToolDefinitions(): ToolDefinition[]; export declare function getCharacterToolHandlers(): Record<string, (args: any) => Promise<any>>;

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/bermingham85/mcp-puppet-pipeline'

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