list_activity_references
Retrieve activity references linked to a Huly object. Use direction to filter references created by, pointing to, or both directions of the object.
Instructions
List activity references connected to a raw Huly object. Use direction to list references from the object, to the object, or both.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objectId | Yes | a string that will be trimmed | |
| objectClass | Yes | a string that will be trimmed | |
| direction | No | Reference direction. 'from' lists references created by this object, 'to' lists references pointing at this object, 'both' lists either direction (default: both). | |
| limit | No | Maximum number of activity references 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. |