| name | update-ignored-endpoints |
| description | Update the IGNORED_ENDPOINTS.md documentation file with current endpoint coverage analysis. Discovers all generated API client files and compares against implemented MCP tools. Use when documentation needs to be refreshed or when verifying ignored endpoint status. |
| allowed-tools | Bash(npx tsx ${CLAUDE_PLUGIN_ROOT}/skills/update-ignored-endpoints/scripts/update-ignored-endpoints.ts*) |
Update Ignored Endpoints
This skill updates the IGNORED_ENDPOINTS.md file by analyzing which API endpoints are intentionally not implemented as MCP tools. It auto-discovers all generated API client files to support projects with multiple Orval configurations.
When to Use
Use this skill when:
- User asks to update the ignored endpoints documentation
- User wants to verify which endpoints are not implemented
- User needs to refresh the endpoint coverage analysis
- Changes have been made to tool implementations and documentation needs updating
Instructions
- Run the update script from the consumer project root:
npx tsx ${CLAUDE_PLUGIN_ROOT}/skills/update-ignored-endpoints/scripts/update-ignored-endpoints.ts
-
Review the changes to docs/analysis/IGNORED_ENDPOINTS.md
-
The script will:
- Auto-discover all
*.ts files in src/umbraco-api/api/generated/ (excluding *.zod.ts and exampleApi.ts)
- Extract all API endpoint names from Result type exports