orchestrator_info
Get a full health snapshot including version, configuration, agent and blackboard key counts, and uptime. Use to confirm server health and discover config before calling other tools.
Instructions
Return a full health snapshot of the orchestrator: version, config values, registered agent count, blackboard key count, and system uptime. Returns {ok:true, version, config:{...}, agentCount, blackboardKeyCount, uptime}. This tool always succeeds — it never returns {ok:false}. Use as the first call when connecting to confirm the server is healthy and to discover current config before calling config_get or agent_list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||