Agent skill
update-ignored-endpoints
Update the IGNORED_ENDPOINTS.md documentation file with current endpoint coverage analysis. Use when documentation needs to be refreshed or when verifying ignored endpoint status.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/update-ignored-endpoints
SKILL.md
Update Ignored Endpoints
This skill updates the IGNORED_ENDPOINTS.md file by analyzing which Umbraco Management API endpoints are intentionally not implemented as MCP tools.
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 project root:
npx ts-node .claude/skills/update-ignored-endpoints/scripts/update-ignored-endpoints.ts
-
Review the changes to
/Users/philw/Projects/umbraco-mcp/docs/analysis/IGNORED_ENDPOINTS.md -
The script will:
- Analyze all Umbraco Management API endpoints
- Compare against implemented MCP tools
- Update the documentation with current ignored endpoints
- Preserve the rationale sections
- Update the total count
Supporting Files
The update script is available at scripts/update-ignored-endpoints.ts and analyzes the Umbraco Management API schema and existing MCP tools to generate updated documentation.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?