Skip to main content
Glama
by zbkm
types.ts518 B
import {z} from "zod"; export type SearchResultElement = { title: string description: string url: string, cache?: string, web_archive?: string } export type SearchResult = SearchResultElement[] export const SearchParams = { query: z.string({description: "query string"}), page: z.number({description: "page number"}) }; export const CacheParams = { id: z.string({description: "unique cache id"}), onlyText: z.boolean({description: "Should the result be text only (no html)"}) };

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/zbkm/mmnt-mcp-server'

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