add_object_collaborator
Subscribe a member to object notifications by adding them as a collaborator. Accepts account UUID, name, or email.
Instructions
Subscribe a workspace member to object notifications by adding a core collaborator row. Member can be an account UUID, exact employee/person name, or email. Idempotent when already subscribed.
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. |