modify_place
Update an existing Petri net place by changing its name, token count, or semantic tag. Only specified fields are modified.
Instructions
Modify an existing place in the Petri net.
Only provided fields are updated — omitted fields stay unchanged. Use list_elements or get_network_status to discover place IDs first.
Args: place_id: ID of the place to modify (e.g. "p1") name: New name (omit to keep current) tokens: New token count (omit to keep current) tag: New semantic tag (omit to keep current)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| place_id | Yes | ||
| name | No | ||
| tokens | No | ||
| tag | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |