Skip to main content
Glama

DHIS2 MCP Server

by Dradebo

dhis2_export_for_composition

Export DHIS2 operation results into a compatible format for integration with other MCP servers, ensuring smooth data transfer and interoperability across systems.

Instructions

Export the result of a DHIS2 operation in a format suitable for other MCP servers

Input Schema

NameRequiredDescriptionDefault
dataYesData to export (usually the result of a previous tool call)
metadataNoAdditional metadata to include (optional)
targetServerNoTarget MCP server name (optional)
toolNameYesName of the tool whose result should be exported

Input Schema (JSON Schema)

{ "properties": { "data": { "description": "Data to export (usually the result of a previous tool call)", "type": "object" }, "metadata": { "description": "Additional metadata to include (optional)", "type": "object" }, "targetServer": { "description": "Target MCP server name (optional)", "type": "string" }, "toolName": { "description": "Name of the tool whose result should be exported", "type": "string" } }, "required": [ "toolName", "data" ], "type": "object" }

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