enhance_tool_description
Analyzes MCP tools to enhance their descriptions with detailed parameter examples and usage patterns, improving documentation clarity.
Instructions
Analyzes existing MCP tools and enhances their descriptions with detailed argument definitions, parameter examples, and usage patterns. Use this tool when you need to improve or generate better documentation for a tool, such as adding examples or clarifying parameters. This tool examines the current tool's metadata, inspects its execute method signature, and generates comprehensive documentation improvements.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool_name | Yes | Name of the tool to enhance (e.g., 'get_configurations', 'list_indexes') | |
| generate_examples | No | Whether to generate parameter examples based on the tool's signature and category. Defaults to True. | |
| include_response_format | No | Whether to analyze and include expected response format information. Defaults to True. |