remove_object_collaborator
Unsubscribe a workspace member from object notifications by removing their collaborator row. Accepts account UUID, exact name, or email and is idempotent.
Instructions
Unsubscribe a workspace member from object notifications by removing its collaborator row. Member can be an account UUID, exact employee/person name, or email. Idempotent when already absent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objectId | No | a string that will be trimmed | |
| objectClass | No | a string that will be trimmed | |
| project | No | a string that will be trimmed | |
| issueIdentifier | No | a string that will be trimmed | |
| teamspace | No | a string that will be trimmed | |
| document | No | a string that will be trimmed | |
| member | Yes |
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. |