orchestrator_info
Check orchestrator health and configuration by retrieving version, agent count, blackboard keys, and uptime. Use this tool to confirm server status before other calls.
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 | |||