describe_command
Retrieve the exact parameter keys a bridge command accepts, including nested required fields for PlanData types, to ensure correct input for execute_command.
Instructions
Look up the exact params keys a bridge command accepts (for execute_command/execute_commands). Use this whenever unsure what params a command needs — the keys are NOT always the same as the constructor parameter names. Object params of a known PlanData type (e.g. link: PlanLink) are expanded to their nested fields, so required sub-fields like sourceNodeId/targetNodeId are shown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Command class name, e.g. "UpdateNodeCommand". |