get_supported_tools
Lists all tool names available from the mise registry for use with the get_latest_tool_versions tool. Use this to discover which tools can have their latest versions checked.
Instructions
Get list of all tools supported by the get_latest_tool_versions MCP tool.
This tool queries the mise registry to retrieve all available tool names that can be used with the get_latest_tool_versions tool.
Returns: A list of tool short names (e.g., ["1password", "act", "node", "python", ...])
Example: >>> await get_supported_tools() ["1password", "act", "node", "python", ...]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |