Skip to main content
Glama

Gotas Commerce MCP Server

pagination.d.ts853 B
import { AbstractPage, Response, APIClient, FinalRequestOptions, PageInfo } from "./core.js"; export interface PageResponse<Item> { data: Array<Item>; has_more: boolean; first_id: string | null; last_id: string | null; } export interface PageParams { /** * Number of items per page. */ limit?: number; before_id?: string; after_id?: string; } export declare class Page<Item> extends AbstractPage<Item> implements PageResponse<Item> { data: Array<Item>; has_more: boolean; first_id: string | null; last_id: string | null; constructor(client: APIClient, response: Response, body: PageResponse<Item>, options: FinalRequestOptions); getPaginatedItems(): Item[]; nextPageParams(): Partial<PageParams> | null; nextPageInfo(): PageInfo | null; } //# sourceMappingURL=pagination.d.ts.map

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/caiovicentino/mcpGOTAS'

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