Skip to main content
Glama
INFO_DEBUG.d.ts809 B
import { InfoRawReply, InfoReply } from './INFO'; export { IS_READ_ONLY, FIRST_KEY_INDEX } from './INFO'; export declare function transformArguments(key: string): Array<string>; type InfoDebugRawReply = [ ...InfoRawReply, 'keySelfName', string, 'chunks', Array<[ 'startTimestamp', number, 'endTimestamp', number, 'samples', number, 'size', number, 'bytesPerSample', string ]> ]; interface InfoDebugReply extends InfoReply { keySelfName: string; chunks: Array<{ startTimestamp: number; endTimestamp: number; samples: number; size: number; bytesPerSample: string; }>; } export declare function transformReply(rawReply: InfoDebugRawReply): InfoDebugReply;

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/GongRzhe/REDIS-MCP-Server'

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