Skip to main content
Glama

mcp-google-sheets

seek-page.ts463 B
import { TSchema, Type } from '@sinclair/typebox' import { Nullable } from './base-model' export type Cursor = string | null export type SeekPage<T> = { next: Cursor previous: Cursor data: T[] } export const SeekPage = (t: TSchema): TSchema => Type.Object({ data: Type.Array(t), next: Nullable(Type.String({ description: 'Cursor to the next page' })), previous: Nullable(Type.String({ description: 'Cursor to the previous page' })), })

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/activepieces/activepieces'

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