update-mcp-docs

Fetch MCP server tool schemas and regenerate docs/mcp.md.

163|9|Updated Dec 20, 2025
One-click install
npx skills add https://github.com/ricardoquesada/regenerator2000 --skill update-mcp-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-mcp-docs
Source: https://github.com/ricardoquesada/regenerator2000/tree/main/.agent/skills/update-mcp-docs
Command: npx skills add https://github.com/ricardoquesada/regenerator2000 --skill update-mcp-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) components.

What problem does it solve?

This skill ensures that the documentation for the Model Context Protocol (MCP) server's available tools remains accurate and up-to-date with the actual tools exposed by the server.

Core Features & Use Cases

  • Automated Documentation Sync: Introspects the running MCP server to fetch the list of available tools.
  • Markdown Generation: Formats the tool information (name, description, arguments) into a readable Markdown table.
  • File Update: Automatically updates the docs/mcp.md file with the generated tool documentation.
  • Use Case: After adding a new tool to the MCP server, run this skill to instantly update the documentation, preventing outdated information and improving developer experience.

Quick Start

Run the update-mcp-docs skill to synchronize the MCP tool documentation.

Frequently Asked Questions about update-mcp-docs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically update MCP server tool documentation?

To automatically update MCP server tool documentation, you can use a script that fetches the current list of tools, descriptions, and input schemas directly from the running server and regenerates the relevant section in docs/mcp.md.

What is the best way to sync Model Context Protocol tool descriptions with a markdown file?

Syncing Model Context Protocol tool descriptions involves introspecting the running MCP server to fetch available tools and formatting their names, descriptions, and arguments into a readable markdown table within your documentation.

Does the MCP documentation sync process require a running server?

Yes, the MCP documentation sync process requires a running MCP server because the script needs to fetch the actual list of available tools, their descriptions, and input schemas directly from the live server instance.

How do I generate markdown tables for MCP API tools?

To generate markdown tables for MCP API tools, the automation script extracts the tool name, description, and arguments from the server and formats them into a readable markdown table to update your documentation file.

Why is my MCP documentation outdated after adding new tools?

MCP documentation becomes outdated after adding new tools because the docs/mcp.md file is static and requires a synchronization process to fetch the newly exposed tools and regenerate the markdown table for accuracy.