Fetch and display the capabilities of a registry tool without installing it. Useful for evaluating a tool before committing toDocumentation 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.
tool install.
Synopsis
Arguments
Tool reference in
namespace/name format. Append @version to pin a specific release (e.g., appcypher/bash@1.0.0). Omitting the version uses the latest published release.Flags
Focus output on one or more specific methods. Repeat the flag to include multiple methods (e.g.,
-m exec -m read).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 tool or selected method(s).
Show only the list of tools (MCP tool capabilities) exposed by the server.
Show only the list of prompts exposed by the server.
Show all capabilities: tools, prompts, and resources.
Emit output as JSON. Useful for programmatic parsing or passing to other tools.
Maximum depth for expanding nested types in schema output. Increase this value to see deeply nested object shapes.
Examples
To inspect a tool you have already installed (including local tools), use
tool info instead. tool info also supports live server connections via config values.