orchestrator_info
Retrieve a complete health snapshot of the orchestrator, including version, configuration, agent count, blackboard key count, and uptime. Use this tool to confirm server health and discover current settings before other operations.
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 | |||