# MCP Tool Request

> Tool Name

- Skill: `tools-only/mcp-tool-request` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add tools-only/mcp-tool-request`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tools-only/mcp-tool-request/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: tools-only (https://skillmd.com/u/tools-only)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/tools-only/mcp-tool-request

---


## Tool Name
<!-- e.g., auto_detect_selectors -->

## Tool Description
<!-- What does this tool do? -->

## Input Parameters
```json
{
  "param1": {
    "type": "string",
    "description": "...",
    "required": true
  }
}
```

## Expected Output
<!-- What should the tool return? -->

## Use Case Example
<!-- How would users interact with this tool? -->
```
User: "Auto-detect selectors for https://docs.example.com"
Tool: Analyzes page structure and suggests optimal selectors
```

## CLI Integration
<!-- Which CLI tool does this wrap? Or is it new logic? -->
- [ ] Wraps existing CLI tool: `cli/tool_name.py`
- [ ] New functionality

## Implementation Notes
<!-- Technical details, dependencies, etc. -->

