remove_organization_member
Remove a person from an organization's member list. Returns confirmation or indicates if the person was not a member.
Instructions
Unlink a person from an organization's members. Reverses add_organization_member. Returns removed: false if the person was not a member. When using an organization name instead of an ID, that name must identify exactly one organization.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organizationId | Yes | a string that will be trimmed | |
| personIdentifier | Yes | a string that will be trimmed |
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. |