Agent skill
mcp-tools-catalog
Build docs/mcp-tools.md from the active MCP servers and available tool functions.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/mcp-tools-catalog
Metadata
Additional technical details for this skill
- short description
- Generate MCP tool catalog
SKILL.md
MCP Tools Catalog
Create a project-local catalog of MCP tools at docs/mcp-tools.md.
Core rules
- Use the runtime MCP tool list and enabled server list to generate the catalog.
- Draft in chat first; ask for one confirmation before writing any files.
- Do not edit other files.
- Exception: if
AGENTS.mdlacks a reference todocs/mcp-tools.md, include that update under the same confirmation.
Steps
- Run:
codex mcp list --jsonto get enabled server names. - Use prompt-engineering to list the tool functions currently available right now using this exact prompt:
list the functions that is CURRENTLY avalible to you **RIGHT NOW**, starting with the prefix `functions.mcp__`
after each function, provide a clear, concise, and informative overview of what each function is intended for
- Map tool functions to
server:toolnames (e.g.,playwright:browser_click). - Filter out any tools whose server is not enabled.
- Build
docs/mcp-tools.mdusingassets/mcp-tools-template.md. - If
AGENTS.mdlacks a reference todocs/mcp-tools.md, include that change in the draft summary. - Ask: "Reply CONFIRM to write docs/mcp-tools.md and update AGENTS.md (if needed)."
- On confirmation, write the file and update
AGENTS.mdif missing the reference.
Output requirements
- Use
server:toolnaming per line. - Include a short description for each tool.
- Include a list of enabled servers at the top.
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?