update_stock
Update stock properties such as name, initial value, and units while preserving relationships in Stella system dynamics models.
Instructions
Update stock fields while preserving relationships
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | X position | |
| y | No | Y position | |
| name | Yes | Stock name | |
| units | No | Units | |
| model_id | No | Session-scoped model ID. Optional; defaults to the current model for this session. | |
| non_negative | No | Prevent negative values | |
| workspace_id | No | Opaque application workspace handle. Required by MCP 2026-07-28 clients; supported legacy stdio clients may omit it to use the process-local compatibility workspace. | |
| initial_value | No | Initial value |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stock | Yes | ||
| model_id | Yes |