Skip to main content
Glama

DHIS2 MCP Server

by Dradebo

dhis2_android_setup_offline_analytics

Enable offline analytics and reporting for DHIS2 Android app by configuring supported chart types, aggregation levels, caching, and export options to enhance data accessibility without internet connectivity.

Instructions

Configure offline analytics and reporting capabilities for DHIS2 Android app

Input Schema

NameRequiredDescriptionDefault
analyticsFeaturesYesAnalytics features to include
cachingNo
chartTypesNoChart types to support
dataAggregationNo
exportNo

Input Schema (JSON Schema)

{ "properties": { "analyticsFeatures": { "description": "Analytics features to include", "items": { "enum": [ "charts", "tables", "maps", "indicators", "dashboards" ], "type": "string" }, "type": "array" }, "caching": { "properties": { "cacheDuration": { "description": "Analytics cache duration (hours)", "type": "number" }, "precompute": { "description": "Pre-compute analytics during sync", "type": "boolean" } }, "type": "object" }, "chartTypes": { "description": "Chart types to support", "items": { "enum": [ "line", "bar", "pie", "column", "area" ], "type": "string" }, "type": "array" }, "dataAggregation": { "properties": { "levels": { "description": "Aggregation levels to support", "items": { "enum": [ "facility", "district", "region", "national" ], "type": "string" }, "type": "array" }, "periods": { "description": "Period aggregations to support", "items": { "enum": [ "daily", "weekly", "monthly", "quarterly", "yearly" ], "type": "string" }, "type": "array" } }, "type": "object" }, "export": { "properties": { "formats": { "description": "Export formats to support", "items": { "enum": [ "pdf", "excel", "csv", "image" ], "type": "string" }, "type": "array" }, "sharing": { "description": "Enable sharing analytics results", "type": "boolean" } }, "type": "object" } }, "required": [ "analyticsFeatures" ], "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