Skip to main content
Glama

mcp-google-sheets

table-webhook.ts518 B
import { Static, Type } from '@sinclair/typebox' import { BaseModelSchema } from '../common' export enum TableWebhookEventType { RECORD_CREATED = 'RECORD_CREATED', RECORD_UPDATED = 'RECORD_UPDATED', RECORD_DELETED = 'RECORD_DELETED', } export const TableWebhook = Type.Object({ ...BaseModelSchema, projectId: Type.String(), tableId: Type.String(), events: Type.Array(Type.Enum(TableWebhookEventType)), flowId: Type.String(), }) export type TableWebhook = Static<typeof TableWebhook>

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