Skip to main content
Glama

DHIS2 MCP Server

by Dradebo

dhis2_android_setup_location_services

Configure GPS and location services for the DHIS2 Android app. Set location accuracy, permissions, geofencing, coordinate validation, and offline map support to enhance data collection and tracking capabilities.

Instructions

Configure GPS and location services for DHIS2 Android app

Input Schema

NameRequiredDescriptionDefault
coordinateCaptureNo
geofencingNo
locationAccuracyYesLocation accuracy requirements
offlineMappingNoInclude offline map support
permissionsNo

Input Schema (JSON Schema)

{ "properties": { "coordinateCapture": { "properties": { "accuracyThreshold": { "description": "Minimum accuracy threshold (meters)", "type": "number" }, "timeoutSeconds": { "description": "Location capture timeout", "type": "number" }, "validation": { "description": "Enable coordinate validation", "type": "boolean" } }, "type": "object" }, "geofencing": { "properties": { "enabled": { "description": "Enable geofencing capabilities", "type": "boolean" }, "radius": { "description": "Default geofence radius (meters)", "type": "number" }, "triggers": { "description": "Geofence triggers to monitor", "items": { "enum": [ "enter", "exit", "dwell" ], "type": "string" }, "type": "array" } }, "type": "object" }, "locationAccuracy": { "description": "Location accuracy requirements", "enum": [ "high", "balanced", "low_power", "passive" ], "type": "string" }, "offlineMapping": { "description": "Include offline map support", "type": "boolean" }, "permissions": { "properties": { "backgroundLocation": { "description": "Request background location permission", "type": "boolean" }, "coarseLocation": { "description": "Request coarse location permission", "type": "boolean" }, "fineLocation": { "description": "Request fine location permission", "type": "boolean" } }, "type": "object" } }, "required": [ "locationAccuracy" ], "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