pipefy-introspection
Installation
SKILL.md
Introspection & Raw GraphQL
Schema discovery, organization info, and a fallback executor. 7 MCP tools.
This is Tier 2 in the resolution strategy: when a dedicated MCP tool fails or doesn't exist, use introspection to understand the API, then execute_graphql to run the operation directly.
Tier 1: dedicated MCP tool exists — use it.
Tier 2: use introspection + execute_graphql (this skill).
Tier 3: direct curl/httpx fallback — see skills/api-troubleshoot/pipefy-api-fallback/SKILL.md.