Skip to main content
Glama

DHIS2 MCP Server

by Dradebo

dhis2_configure_app_manifest

Generate or update the manifest.webapp file for a DHIS2 application by providing app details such as name, version, developer, activities, and required authorities.

Instructions

Generate or update manifest.webapp file for DHIS2 app

Input Schema

NameRequiredDescriptionDefault
activitiesYes
appTypeNoType of DHIS2 application
authoritiesNoRequired DHIS2 authorities/permissions
descriptionYesApp description
developerYes
iconsNo
launch_pathNoLaunch path for the app
nameYesApp name
versionYesApp version (e.g., "1.0.0")

Input Schema (JSON Schema)

{ "properties": { "activities": { "properties": { "dhis": { "properties": { "href": { "description": "Entry point URL (e.g., \"./index.html\")", "type": "string" }, "namespace": { "description": "App namespace", "type": "string" } }, "required": [ "href" ], "type": "object" } }, "required": [ "dhis" ], "type": "object" }, "appType": { "description": "Type of DHIS2 application", "enum": [ "APP", "DASHBOARD_WIDGET", "TRACKER_DASHBOARD_WIDGET" ], "type": "string" }, "authorities": { "description": "Required DHIS2 authorities/permissions", "items": { "type": "string" }, "type": "array" }, "description": { "description": "App description", "type": "string" }, "developer": { "properties": { "email": { "description": "Developer email", "format": "email", "type": "string" }, "name": { "description": "Developer name", "type": "string" } }, "required": [ "name" ], "type": "object" }, "icons": { "properties": { "128": { "description": "Path to 128x128 icon", "type": "string" }, "48": { "description": "Path to 48x48 icon", "type": "string" } }, "type": "object" }, "launch_path": { "description": "Launch path for the app", "type": "string" }, "name": { "description": "App name", "type": "string" }, "version": { "description": "App version (e.g., \"1.0.0\")", "type": "string" } }, "required": [ "name", "version", "description", "developer", "activities" ], "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