Execute Archicad API Command
archicad_call_toolExecute Archicad API commands by name. Specify arguments including port to target an instance, and handle paginated results with page tokens.
Instructions
Executes a specific Archicad API command by its 'name'. This is the primary tool for interacting with Archicad. The 'arguments' dictionary MUST contain a 'port' number to target a specific Archicad instance. To get a valid 'port' number, you MUST first call the 'discovery_list_active_archicads' tool. If a tool's response includes a 'next_page_token', it means the results are paginated. To get the next page, call this same tool again with the same 'name' and 'arguments', but also add a 'page_token' key to the 'arguments' dictionary with the received token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| arguments | Yes |