Skip to main content
Glama
SPELLCHECK.d.ts702 B
interface SpellCheckTerms { mode: 'INCLUDE' | 'EXCLUDE'; dictionary: string; } interface SpellCheckOptions { DISTANCE?: number; TERMS?: SpellCheckTerms | Array<SpellCheckTerms>; DIALECT?: number; } export declare function transformArguments(index: string, query: string, options?: SpellCheckOptions): Array<string>; type SpellCheckRawReply = Array<[ _: string, term: string, suggestions: Array<[score: string, suggestion: string]> ]>; type SpellCheckReply = Array<{ term: string; suggestions: Array<{ score: number; suggestion: string; }>; }>; export declare function transformReply(rawReply: SpellCheckRawReply): SpellCheckReply; export {};

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