Skip to main content
Glama
validation.d.ts468 B
export interface ValidationResult { isValid: boolean; errors: string[]; warnings: string[]; } /** * Validates the environment configuration * Following CIQ's Excellence principle - validate thoroughly before proceeding */ export declare function validateEnvironment(): ValidationResult; /** * Validates input parameters for tools */ export declare function validateToolInput<T>(input: unknown, schema: any): T; //# sourceMappingURL=validation.d.ts.map

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/itsocialist/canny-mcp-server'

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