Skip to main content
Glama

DHIS2 MCP Server

by Dradebo

dhis2_android_setup_sync

Configure and manage offline-first data synchronization for the DHIS2 Android app using flexible strategies, conflict resolution, and network conditions tailored to your needs.

Instructions

Configure offline-first data synchronization patterns for DHIS2 Android app

Input Schema

NameRequiredDescriptionDefault
conflictResolutionNoStrategy for resolving sync conflicts
networkConditionsNo
progressTrackingNoInclude sync progress tracking UI
syncScopeNo
syncStrategyYesData synchronization strategy

Input Schema (JSON Schema)

{ "properties": { "conflictResolution": { "description": "Strategy for resolving sync conflicts", "enum": [ "server_wins", "client_wins", "merge", "user_prompt" ], "type": "string" }, "networkConditions": { "properties": { "backgroundSync": { "description": "Allow background synchronization", "type": "boolean" }, "chunkSize": { "description": "Data chunk size for syncing (KB)", "type": "number" }, "wifiOnly": { "description": "Only sync on WiFi connections", "type": "boolean" } }, "type": "object" }, "progressTracking": { "description": "Include sync progress tracking UI", "type": "boolean" }, "syncScope": { "properties": { "dataValues": { "description": "Sync aggregate data values", "type": "boolean" }, "enrollments": { "description": "Sync tracker enrollments", "type": "boolean" }, "events": { "description": "Sync tracker events", "type": "boolean" }, "metadata": { "description": "Sync metadata (programs, data elements, etc.)", "type": "boolean" } }, "type": "object" }, "syncStrategy": { "description": "Data synchronization strategy", "enum": [ "manual", "automatic", "scheduled", "smart" ], "type": "string" } }, "required": [ "syncStrategy" ], "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