Skip to main content
Glama

mcp-google-sheets

trigger-run.ts568 B
import { Static, Type } from '@sinclair/typebox' export enum TriggerRunStatus { COMPLETED = 'COMPLETED', FAILED = 'FAILED', INTERNAL_ERROR = 'INTERNAL_ERROR', TIMED_OUT = 'TIMED_OUT', } export const TriggerStatusReport = Type.Object({ pieces: Type.Record(Type.String(), Type.Object({ dailyStats: Type.Record(Type.String(), Type.Object({ success: Type.Number(), failure: Type.Number(), })), totalRuns: Type.Number(), })), }) export type TriggerStatusReport = Static<typeof TriggerStatusReport>

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