list_object_collaborators
List notification collaborators on a Huly issue or document using friendly project/issue or teamspace/document identifiers, or directly by object ID and class.
Instructions
List notification collaborators on a Huly issue, document, or raw object. Prefer friendly targets: project+issueIdentifier for issues or teamspace+document for documents. Advanced callers may pass objectId+objectClass directly.
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 | |
| limit | No | Maximum number of collaborators to return (default: 50) |
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. |