jactus_get_contract_schema
Retrieve the authoritative parameter schema for any ACTUS contract type, including required and optional fields, types, descriptions, and example Python code for simulation.
Instructions
Get required and optional parameters for a contract type.
Returns field names, types, descriptions, and example Python code — everything needed to build valid attributes for jactus_simulate_contract. This is the authoritative source for contract parameters; there is no need to read source code.
Also indicates whether the contract can be simulated via MCP or requires the Python API (e.g., contracts needing a ChildContractObserver).
Args: contract_type: ACTUS contract type code (e.g., PAM, LAM, SWPPV).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contract_type | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||