list_associations
List Huly association definitions to discover class-level typed links between document classes. Use this to find association IDs, source and target classes, and whether relation writes are supported before creating relations.
Instructions
List Huly association definitions: class-level typed links that define which document classes may be related. Use this before create_relation to discover association IDs, source/target classes, and whether relation writes are supported.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| association | No | a string that will be trimmed | |
| sourceClass | No | a string that will be trimmed | |
| targetClass | No | a string that will be trimmed | |
| writableOnly | No | Only return associations whose relation create/delete path has been validated and allowlisted | |
| includeSystem | No | Include internal/system associations. Defaults to false. | |
| limit | No | Maximum number of associations 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. |