update_organization
Update an existing organization's fields by ID or unique name. Modify name, city, or description without affecting other data. Pass null to clear city or description.
Instructions
Update fields on an existing organization identified by ID or exact name when that name is unique. Only provided fields are modified. Description supports multi-line plain text and is the right place to store CRM notes / revenue summaries / context. Pass null to clear city or description. If multiple organizations share the same name, use the organization ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifier | Yes | a string that will be trimmed | |
| name | No | a string that will be trimmed | |
| city | No | New city (null to clear) | |
| description | No | New description/notes (null to clear). Supports multi-line plain text. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | The successful tool result. The same value is also serialized as JSON in the text content for clients that do not read structuredContent. | |
| warnings | No | Optional agent-visible warnings about degraded result fidelity. Omitted when the server returned the documented happy-path payload. |