From umbraco-mcp-skills
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.
npx claudepluginhub umbraco/umbraco-mcp-base --plugin umbraco-mcp-skillsThis skill is limited to using the following tools:
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.
Applies Acme Corporation brand guidelines including colors, fonts, layouts, and messaging to generated PowerPoint, Excel, and PDF documents.
Builds DCF models with sensitivity analysis, Monte Carlo simulations, and scenario planning for investment valuation and risk assessment.
Calculates profitability (ROE, margins), liquidity (current ratio), leverage, efficiency, and valuation (P/E, EV/EBITDA) ratios from financial statements in CSV, JSON, text, or Excel for investment analysis.
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.
Use this skill when:
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:
*.ts files in src/umbraco-api/api/generated/ (excluding *.zod.ts and exampleApi.ts)ToolDefinition + withStandardDecorators).discover.json (falls back to "Uncategorized" if no manifest exists)| Variable | Description | Default |
|---|---|---|
PROJECT_ROOT | Root of the consumer project | . |
TOOLS_DIR | Path to the tools directory (relative to PROJECT_ROOT) | src/umbraco-api/tools |
OUTPUT_FILE | Path for the output markdown file (relative to PROJECT_ROOT) | docs/analysis/IGNORED_ENDPOINTS.md |
API_GENERATED_DIR | Path to generated API client files (relative to PROJECT_ROOT) | src/umbraco-api/api/generated |
The update script is at scripts/update-ignored-endpoints.ts and analyzes all generated API client files and existing MCP tools to generate updated documentation.