info_tools
Consolidates application-specific help and introspection operations into one tool. List tools, get tool info, schemas, or general help about virtualization-mcp.
Instructions
Comprehensive tool discovery and help portmanteau tool.
This tool consolidates application-specific help and introspection operations into a single interface. Provides information about available tools, their operations, and usage. Use the 'action' parameter to specify which operation to perform.
Note: This is separate from MCP protocol's native tools/list method. MCP clients get tool schemas automatically - this tool provides app-specific help content and detailed introspection for users.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | The operation to perform. Must be one of: - "list_tools": List all virtualization-mcp tools with their operations Returns both portmanteau and individual tools (in testing mode) Optional filters: category, search - "tool_info": Get detailed information about a specific tool (requires: tool_name) Returns: tool type, operations list, description - "tool_schema": Get JSON schema information for a tool's parameters (requires: tool_name) Returns: schema information and notes about Literal types Note: Actual schemas are auto-generated by FastMCP from type hints - "help": Get general help and server information (no parameters required) Returns: server version, tool modes, quick start info, documentation links | |
| tool_name | No | Name of the tool to get info/schema for (required for tool_info, tool_schema actions). Valid values: vm_management, network_management, snapshot_management, storage_management, system_management, discovery_management, hyperv_management | |
| category | No | Filter tools by category (optional, for list_tools action only). Valid values: "vm", "network", "snapshot", "storage", "system", "discovery", "hyperv" | |
| search | No | Search term to filter tools by name or description (optional, for list_tools action only) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||