Skip to main content
Glama

DHIS2 MCP Server

by Dradebo

dhis2_android_configure_notifications

Configure push, local, and in-app notifications for the DHIS2 Android app, including triggers like sync completion, reminders, and system messages, with provider options and customization for sound, vibration, and LED.

Instructions

Set up push notifications and local notifications for DHIS2 Android app

Input Schema

NameRequiredDescriptionDefault
customizationNo
notificationTypesYesTypes of notifications to implement
pushProviderNoPush notification provider
schedulingNo
triggersNoNotification triggers

Input Schema (JSON Schema)

{ "properties": { "customization": { "properties": { "led": { "description": "LED color customization", "type": "boolean" }, "sound": { "description": "Custom notification sounds", "type": "boolean" }, "vibration": { "description": "Vibration patterns", "type": "boolean" } }, "type": "object" }, "notificationTypes": { "description": "Types of notifications to implement", "items": { "enum": [ "push", "local", "in_app" ], "type": "string" }, "type": "array" }, "pushProvider": { "description": "Push notification provider", "enum": [ "fcm", "hms", "custom" ], "type": "string" }, "scheduling": { "properties": { "intervals": { "description": "Reminder intervals", "items": { "enum": [ "daily", "weekly", "monthly", "custom" ], "type": "string" }, "type": "array" }, "reminders": { "description": "Enable scheduled reminders", "type": "boolean" } }, "type": "object" }, "triggers": { "description": "Notification triggers", "items": { "enum": [ "sync_complete", "sync_failed", "data_due", "reminder", "system_message" ], "type": "string" }, "type": "array" } }, "required": [ "notificationTypes" ], "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