Skip to main content
Glama

Directus MCP Server

by pixelsock

getSystemInfo

Retrieve system information from Directus by querying endpoints such as health, info, or activity. Use authentication tokens and API URLs to access data seamlessly.

Instructions

Get system information from Directus

Input Schema

NameRequiredDescriptionDefault
endpointYesSystem endpoint (e.g. 'health', 'info', 'activity')
tokenNoAuthentication token (default from config)
urlNoDirectus API URL (default from config)

Input Schema (JSON Schema)

{ "properties": { "endpoint": { "description": "System endpoint (e.g. 'health', 'info', 'activity')", "type": "string" }, "token": { "description": "Authentication token (default from config)", "type": "string" }, "url": { "description": "Directus API URL (default from config)", "type": "string" } }, "required": [ "endpoint" ], "type": "object" }

Other Tools from Directus MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pixelsock/directus-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server