Skip to main content
Glama

Activepieces MCP Server

by eldoonreval
todos.request.tsβ€’590 B
import { Static, Type } from "@sinclair/typebox" import { ApId } from "@activepieces/shared" export const ListTodoCommentsQueryParams = Type.Object({ platformId: ApId, projectId: ApId, todoId: ApId, cursor: Type.Optional(Type.String()), limit: Type.Optional(Type.Integer({ minimum: 1, maximum: 100 })), }) export type ListTodoCommentsQueryParams = Static<typeof ListTodoCommentsQueryParams> export const CreateTodoCommentRequestBody = Type.Object({ content: Type.String(), }) export type CreateTodoCommentRequestBody = Static<typeof CreateTodoCommentRequestBody>

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/eldoonreval/activepieces'

If you have feedback or need assistance with the MCP directory API, please join our Discord server