pipefy-pipes-and-cards

Installation
SKILL.md

Pipes & Cards

Read, create, update, and delete pipes, phases, phase fields, labels, cards, attachments, and field conditions. 40 MCP tools.


Cross-cutting patterns

  • Field types are not validated locally — use introspect_type (e.g., on CreatePhaseFieldInput) for allowed values.
  • Most write tools support debug=true on errors (returns GraphQL codes + correlation_id).
  • extra_input merges extra API keys (camelCase); keys that duplicate primary arguments are ignored.
  • Phase connections are UI-only. Creating or reordering phases does not wire Phase Connections / allowed_phases. Configure edges in the Pipefy UI; use get_phase_allowed_move_targets before moves. The API cannot add transition edges.
  • Verify-after-write. After create/update, re-read with the matching get tool (get_pipe, get_card, get_phase_fields, etc.) before reporting success. Do not treat the write response alone as proof.
  • Destructive MCP deletes are two-step: the preview includes confirmation_token; echo it with confirm=true on the second call. CLI uses --yes.

Pipe operations

Installs
297
GitHub Stars
45
First Seen
Jun 2, 2026
pipefy-pipes-and-cards — pipefy/ai-toolkit