Skip to main content
Glama
search.d.ts351 B
export interface SearchByHeightQuery { readonly height: number; } export interface SearchBySentFromOrToQuery { readonly sentFromOrTo: string; } /** * This query type allows you to pass arbitrary key/value pairs to the backend. */ export type SearchTxQuery = string | ReadonlyArray<{ readonly key: string; readonly value: string; }>;

Latest Blog Posts

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/MyronKoch-dev/osmosis-mcp-server'

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