Skip to main content
Glama

OpenRouter MCP Multimodal Server

by hoangdn3
validate-model.d.ts465 B
import { ModelCache } from '../model-cache.js'; export interface ValidateModelToolRequest { model: string; } export declare function handleValidateModel(request: { params: { arguments: ValidateModelToolRequest; }; }, modelCache: ModelCache): Promise<{ content: { type: string; text: string; }[]; isError: boolean; } | { content: { type: string; text: string; }[]; isError?: undefined; }>;

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/hoangdn3/mcp-ocr-fallback'

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