akb_relations
Retrieve cross-type relations between documents, tables, and files in the knowledge base. Filter by direction and relation type to understand dependencies and connections.
Instructions
Get relations for any resource (document, table, or file). Shows cross-type connections: doc→table, doc→file, table→file, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | Yes | Resource URI (akb://vault/doc/path, akb://vault/table/name, akb://vault/file/uuid) | |
| direction | No | both | |
| type | No | Filter by relation type (depends_on, related_to, implements, references, attached_to, derived_from) |