list_relations
List Huly relation instances under a given association, filtered by source and target documents, issues, cards, or raw endpoints. Requires at least one filter to avoid broad scans.
Instructions
List concrete Huly relation instances under an association, optionally filtered by source and target documents. Endpoint locators support raw, issue, document, and card. Requires at least one filter to avoid broad workspace scans.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| association | No | a string that will be trimmed | |
| source | No | Optional source endpoint filter | |
| target | No | Optional target endpoint filter | |
| direction | No | Relation traversal direction: source-to-target, target-to-source, either. Defaults to source-to-target. | |
| limit | No | Maximum number of relations 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. |