describe_command
Look up exact parameter keys a bridge command accepts for execute_command/execute_commands. Resolve mismatches when command params differ from constructor names.
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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Command class name, e.g. "UpdateNodeCommand". |