Skip to main content
Glama

DHIS2 MCP Server

by Dradebo

android_generate_material_form

Automate the creation of Android Jetpack Compose forms with Material Design patterns. Customize forms with validation, date pickers, multi-select options, dynamic colors, light/dark themes, RTL support, and snackbar feedback.

Instructions

Generate Android Jetpack Compose form patterns (Material Design)

Input Schema

NameRequiredDescriptionDefault
dynamicColorNoUse Material 3 dynamic color
includeDatePickerNo
includeMultiSelectNo
includeValidationNo
lightDarkNoInclude light/dark theme setup
rtlNoAdd RTL considerations
screenNameNoComposable name
snackbarNoInclude snackbar feedback example

Input Schema (JSON Schema)

{ "properties": { "dynamicColor": { "description": "Use Material 3 dynamic color", "type": "boolean" }, "includeDatePicker": { "type": "boolean" }, "includeMultiSelect": { "type": "boolean" }, "includeValidation": { "type": "boolean" }, "lightDark": { "description": "Include light/dark theme setup", "type": "boolean" }, "rtl": { "description": "Add RTL considerations", "type": "boolean" }, "screenName": { "description": "Composable name", "type": "string" }, "snackbar": { "description": "Include snackbar feedback example", "type": "boolean" } }, "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