Skip to main content
Glama

DHIS2 MCP Server

by Dradebo

dhis2_register_compatible_server

Register details of a compatible MCP server, including name, version, capabilities, and description, to streamline setup for DHIS2 composition workflows.

Instructions

Register information about a compatible MCP server for composition workflows

Input Schema

NameRequiredDescriptionDefault
capabilitiesYesServer capabilities
descriptionYesDescription of the server
nameYesName of the MCP server
versionYesVersion of the MCP server

Input Schema (JSON Schema)

{ "properties": { "capabilities": { "description": "Server capabilities", "items": { "properties": { "domain": { "type": "string" }, "operations": { "items": { "type": "string" }, "type": "array" }, "version": { "type": "string" } }, "required": [ "domain", "operations", "version" ], "type": "object" }, "type": "array" }, "description": { "description": "Description of the server", "type": "string" }, "name": { "description": "Name of the MCP server", "type": "string" }, "version": { "description": "Version of the MCP server", "type": "string" } }, "required": [ "name", "version", "capabilities", "description" ], "type": "object" }

Other Tools from DHIS2 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/Dradebo/dhis2-mcp'

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