getRelations
Fetch and manage relationships between collections in Directus CMS using the Model Context Protocol. Specify a collection to retrieve its related data from the API.
Instructions
Get relations for a collection
Input Schema
Name | Required | Description | Default |
---|---|---|---|
collection | No | Collection name (optional) | |
token | No | Authentication token (default from config) | |
url | No | Directus API URL (default from config) |