Get Archicad Command Schema
archicad_get_command_schemaRetrieve the exact JSON schema for an Archicad command to obtain required arguments and avoid parameter guessing before execution.
Instructions
Retrieves the exact JSON schema (required arguments) for a specific Archicad command. Provide the exact 'command_name' obtained from 'archicad_list_commands'. CRITICAL: You MUST call this tool before executing 'archicad_call_tool' to ensure you provide the correct parameters. Do NOT guess or hallucinate parameters based on the command name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the command. | |
| input_schema | Yes | The JSON schema outlining the required arguments for archicad_call_tool. |