Display what an MCP server exposes: its tools, prompts, and resources, along with their input/output schemas and descriptions. This is what MCP clients see when they connect to the server.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/superradcompany/tool-cli/llms.txt
Use this file to discover all available pages before exploring further.
Synopsis
Options
Tool reference (
namespace/name) or local path to inspect. Defaults to . (current directory).Focus on one or more specific methods by name. Repeatable. When omitted, all methods are shown.
Show only the input schema for the selected method(s). Requires
-m.Show only the output schema for the selected method(s). Requires
-m.Show only the description for the selected method(s) or the tool overall.
Show only the tool’s MCP tools (callable functions).
Show only the tool’s MCP prompts.
Show only the tool’s MCP resources.
Show all capabilities: tools, prompts, and resources together.
Output the result as JSON. Useful for scripting and agent workflows.
Runtime configuration value as
KEY=VALUE (e.g., API keys). Repeatable. Required by some tools before they can report their capabilities.Path to a JSON file containing server configuration values.
Do not persist config values for future use.
Skip all interactive prompts. If required config is missing, the command exits with an error.
Show verbose output.
Maximum depth for expanding nested types in schemas. Default:
3. Increase for deeply nested output schemas.Examples
Schema depth
By default, nested object types in schemas are expanded up to 3 levels deep (-L 3). For tools with complex output schemas, increase this value:
Some tools require configuration (like API keys) before they can start and report their capabilities. Use
-k or --config-file to provide those values, or run tool config set <tool> once to save them.