Skip to main content
Glama
eldoonreval

Activepieces MCP Server

by eldoonreval
alerts-requests.ts588 B
import { Type, Static } from '@sinclair/typebox' import { ApId } from '@activepieces/shared' import { AlertChannel } from './alerts-dto' export const ListAlertsParams = Type.Object({ projectId: ApId, cursor: Type.Optional(Type.String()), limit: Type.Optional(Type.Integer({ minimum: 1, maximum: 100 })), }) export type ListAlertsParams = Static<typeof ListAlertsParams> export const CreateAlertParams = Type.Object({ projectId: ApId, channel: Type.Enum(AlertChannel), receiver: Type.String({}) }) export type CreateAlertParams = Static<typeof CreateAlertParams>

Latest Blog Posts

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