List Available MCP Tools
Get all available MCP tools for AI/LLM integration.
### Response
Returns array of tools with:
- `name`: Tool identifier
- `description`: What the tool does
- `inputSchema`: JSON Schema for parameters
- `outputSchema`: Expected response format
### Use Case
AI assistants can discover available search capabilities
and understand how to call them.
Response
This endpoint returns an object.
