call_method
Invoke a named PLAXIS method using only literal scalar arguments (strings, numbers, booleans, null) for methods that require no object references.
Instructions
Call an explicitly named PLAXIS method with literal positional arguments.
Every argument must be a scalar literal (number, string, boolean, or null) -- there is no way to pass a reference to another PLAXIS object or phase through this tool. A string argument is sent to PLAXIS as a quoted text literal, not as a reference, so it cannot stand in for an object or phase parameter even when it names one. Use this only for methods whose PLAXIS command reference shows purely literal parameters; prefer list_objects, model_state, and the first-class tools over probing with dump.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | ||
| path | No | ||
| method | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||