feat: submit pipefy-ipaas-usage-health - #6
danielgualberto wants to merge 1 commit into
Conversation
Signed-off-by: Daniel Gualberto <danielgualberto@live.com>
adriannoes
left a comment
There was a problem hiding this comment.
Thank you for taking part in MCP Builders, Daniel.
What we verified
We ran the read path of the skill against the hosted MCP server.
- Every tool and catalog entry named in the skill exists.
- The argument shapes matched the live schemas:
flowRunIdon run detail,environmentdefaulting to PRODUCTION,limitcapped at 50, no date filter on the run listing, numeric or UUID organization id on the usage tools. - The two edge branches behaved as written. A pipe with a workspace but no flows is classified as enabled but unused, and an organization with iPaaS disabled stops the iPaaS section and falls back to the native usage tools.
The skill covers something neither the iPaaS skill nor the observability skill in the toolkit does today: an organization-level view of Advanced Automations run health, with iPaaS runs, native automation counts and AI credits kept as separate units. The environment split you recorded after the first run (PRODUCTION looked healthy, the failures were in TESTING) is the type of finding a failure-modes table is for.
Suggestions, not blocking
- The relative links to sibling skills and toolkit docs assume the file lives inside the toolkit tree, so none of them resolve in this repository. Absolute GitHub URLs or plain skill names would fix it.
- The evidence tells the PRODUCTION versus TESTING story, but the screenshots show a flow list and one succeeded run. Pasting the two run-listing outputs side by side, plus the briefing the skill produced, would let a reader verify it.
LOG_SIZE_EXCEEDEDis also a run status not covered bystatus=FAILED.
Next steps
Approved and accepted into the program. After we merge here, we will bring the skill into the official Pipefy AI Toolkit repository, adapted to its format and CI, referencing this pull request and crediting you as a contributor there. We will reach out by email about the details.
Skill
Folder / Pasta:
submissions/danielgualberto/pipefy-ipaas-usage-health/What it does / O que faz: Org-wide iPaaS (Advanced Automations) usage/health briefing. Read-only. Separated from
pipefy-ipaas(build) andpipefy-observability(native jobs / AI credits).Contact / Contato
Email: danielgualberto@live.com
Name for credit / Nome para crédito: Daniel Gualberto
The problem it solves / O problema que resolve
CS/admins cannot see Advanced Automations health at org scope. Native observability does not cover iPaaS flow runs.
What it built when you ran it / O que ela construiu quando você rodou
Live hosted-MCP briefing: iPaaS-disabled pipe vs a test pipe (42 catalog tools, 2 DISABLED published flows, PRODUCTION FAILED empty, TESTING mixed FAILED/SUCCEEDED). Native 24h metrics = 0 runs (different unit). See EVIDENCE.md.
What you had to fix / O que você teve que corrigir
PRODUCTION
status=FAILEDlooked healthy; the failure was TESTING. Documented the environment split. Kept real org/pipe ids out of the commit.Checklist
SKILL.mdandEVIDENCE.mdare both in the folder.namematches the folder name.