Skip to main content
Glama

DHIS2 MCP Server

by Dradebo

dhis2_generate_app_runtime_config

Generate integration configuration for DHIS2 App Runtime. Specify app name, API version, and features like data query, offline capabilities, and PWA to streamline app development.

Instructions

Generate configuration for DHIS2 App Runtime integration

Input Schema

NameRequiredDescriptionDefault
apiVersionNoDHIS2 API version to target (e.g., 40 for 2.40)
appNameYesName of the application
errorBoundaryNoInclude error boundary component
featuresNo
loadingMaskNoInclude loading mask component

Input Schema (JSON Schema)

{ "properties": { "apiVersion": { "description": "DHIS2 API version to target (e.g., 40 for 2.40)", "type": "number" }, "appName": { "description": "Name of the application", "type": "string" }, "errorBoundary": { "description": "Include error boundary component", "type": "boolean" }, "features": { "properties": { "alerts": { "description": "Enable alert system integration", "type": "boolean" }, "dataMutation": { "description": "Enable data mutation hooks", "type": "boolean" }, "dataQuery": { "description": "Enable data query hooks", "type": "boolean" }, "offline": { "description": "Enable offline capabilities", "type": "boolean" }, "pwa": { "description": "Enable PWA features", "type": "boolean" } }, "type": "object" }, "loadingMask": { "description": "Include loading mask component", "type": "boolean" } }, "required": [ "appName" ], "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