getUsers
Fetch users from the Directus CMS API by providing a URL, authentication token, and optional query parameters. Integrates with the Directus MCP Server for streamlined user management.
Instructions
Get users from Directus
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | No | Query parameters like filter, sort, limit, etc. (optional) | |
token | No | Authentication token (default from config) | |
url | No | Directus API URL (default from config) |