--- name: MCP Tool Request about: Suggest a new tool for the MCP server title: '[MCP] Add tool: ' labels: mcp, enhancement assignees: '' --- ## Tool Name ## Tool Description ## Input Parameters ```json { "param1": { "type": "string", "description": "...", "required": true } } ``` ## Expected Output ## Use Case Example ``` User: "Auto-detect selectors for https://docs.example.com" Tool: Analyzes page structure and suggests optimal selectors ``` ## CLI Integration - [ ] Wraps existing CLI tool: `cli/tool_name.py` - [ ] New functionality ## Implementation Notes