Skip to main content
Glama

mcp-google-sheets

execution-output.ts515 B
import { Type } from '@sinclair/typebox' import { TriggerPayload } from '../../engine' import { StepOutput } from './step-output' export enum ExecutionType { BEGIN = 'BEGIN', RESUME = 'RESUME', } export type ExecutionState = { steps: Record<string, StepOutput> } export const ExecutionState = Type.Object({ steps: Type.Record(Type.String(), Type.Unknown()), }) export type ExecutioOutputFile = { executionState: ExecutionState tasks: number } export type ResumePayload = TriggerPayload

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