Skip to main content
Glama

mcp-google-sheets

trigger-events-dto.ts666 B
import { Static, Type } from '@sinclair/typebox' import { Cursor } from '../../../common/seek-page' import { FlowId } from '../../flow' export const ListTriggerEventsRequest = Type.Object({ flowId: Type.String({}), limit: Type.Optional(Type.Number({})), cursor: Type.Optional(Type.String({})), }) export type ListTriggerEventsRequest = Omit<Static<typeof ListTriggerEventsRequest>, 'flowId' | 'cursor'> & { flowId: FlowId cursor: Cursor | undefined } export const SaveTriggerEventRequest = Type.Object({ flowId: Type.String({}), mockData: Type.Unknown(), }) export type SaveTriggerEventRequest = Static<typeof SaveTriggerEventRequest>

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