Skip to main content
Glama
CREATE.d.ts692 B
import { RedisSearchLanguages, PropertyName, RediSearchSchema } from '.'; interface CreateOptions { ON?: 'HASH' | 'JSON'; PREFIX?: string | Array<string>; FILTER?: string; LANGUAGE?: RedisSearchLanguages; LANGUAGE_FIELD?: PropertyName; SCORE?: number; SCORE_FIELD?: PropertyName; MAXTEXTFIELDS?: true; TEMPORARY?: number; NOOFFSETS?: true; NOHL?: true; NOFIELDS?: true; NOFREQS?: true; SKIPINITIALSCAN?: true; STOPWORDS?: string | Array<string>; } export declare function transformArguments(index: string, schema: RediSearchSchema, options?: CreateOptions): Array<string>; export declare function transformReply(): 'OK'; 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