Skip to main content
Glama

GemForge-Gemini-Tools-MCP

search.d.ts770 B
/** * Interface for search arguments */ export interface SearchArgs { /** The search query */ query: string; /** Optional model ID override */ modelId?: string; /** Whether to enable thinking mode */ enableThinking?: boolean; /** Whether this is a high-volume search operation */ highVolume?: boolean; } /** * Handles the standard search operation * @param {Object} request - MCP request * @returns {Promise<Object>} - MCP response */ export declare function handleSearch(request: any): Promise<any>; /** * Handles the rapid search operation (optimized for high volume) * @param {Object} request - MCP request * @returns {Promise<Object>} - MCP response */ export declare function handleRapidSearch(request: any): Promise<any>;

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/PV-Bhat/GemForge-MCP'

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