Skip to main content
Glama

mcp-google-sheets

step-file.ts600 B
import { Static, Type } from '@sinclair/typebox' import { ApMultipartFile } from '../../common' export const StepFileUpsertRequest = Type.Object({ flowId: Type.String(), stepName: Type.String(), file: Type.Optional(Type.Pick(ApMultipartFile, ['data'])), contentLength: Type.Number(), fileName: Type.String(), }) export type StepFileUpsert = Static<typeof StepFileUpsertRequest> export const StepFileUpsertResponse = Type.Object({ uploadUrl: Type.Optional(Type.String()), url: Type.String(), }) export type StepFileUpsertResponse = Static<typeof StepFileUpsertResponse>

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