getFields
Retrieve field details for a specific collection in Directus via the Model Context Protocol, enabling streamlined interaction with CMS APIs for data management.
Instructions
Get fields for a collection
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection | Yes | Collection name | |
| token | No | Authentication token (default from config) | |
| url | No | Directus API URL (default from config) |