We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dmegabyte/google-sheets-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
apirequest.d.ts•512 B
import { APIRequestParams, BodyResponseCallback } from './api';
import { GaxiosResponseWithHTTP2 } from './http2';
/**
* Create and send request to Google API
* @param parameters Parameters used to form request
* @param callback Callback when request finished or error found
*/
export declare function createAPIRequest<T>(parameters: APIRequestParams): Promise<GaxiosResponseWithHTTP2<T>>;
export declare function createAPIRequest<T>(parameters: APIRequestParams, callback: BodyResponseCallback<T>): void;