Skip to main content
Glama

Model Context Protocol Server

listresponse.ts556 B
/* * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. */ import * as z from "zod"; import { Info, Info$zodSchema } from "./info.js"; export type ListResponse = { resources?: Array<Info> | undefined; next_cursor?: string | null | undefined; total_count?: number | undefined; }; export const ListResponse$zodSchema: z.ZodType< ListResponse, z.ZodTypeDef, unknown > = z.object({ next_cursor: z.string().nullable().optional(), resources: z.array(Info$zodSchema).optional(), total_count: z.number().int().optional(), });

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/kanwardeep007/random-mcp-server'

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