tool_health
Retrieve a registry of all tools with their status and category. Filter to see which tools are functional or require Novyx Cloud, without calling each tool individually.
Instructions
Introspect the MCP tool surface.
Returns a machine-readable registry of every tool exposed by this server, each with a status (functional / cloud_only / cloud_only_hard_fail / disabled / stub), category (memory, graph, runtime, control, ...), and a one-line description. Use this to answer "what can this MCP actually do, and which parts require Novyx Cloud?" without having to call every tool.
Args: status: Optional filter — only return tools with this status. category: Optional filter — only return tools in this category.
Returns: JSON string: {counts, tools}. counts is over the full registry (not the filtered view); tools is filtered if status/category given.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | ||
| category | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |