Skip to main content
Glama

DHIS2 MCP Server

by Dradebo

dhis2_generate_design_system

Generate design system tokens for DHIS2, including color palettes, typography, spacing, and dark mode support. Customize themes, density, and RTL variables for consistent UI design.

Instructions

Generate design system tokens (palette, typography, spacing) and dark mode support

Input Schema

NameRequiredDescriptionDefault
densityNoDensity guidance
enableDarkModeNoEnable prefers-color-scheme dark styles
paletteNoCustom color palette
rtlNoInclude RTL CSS variables
spacingNoSpacing scale tokens
themeNoTheme name
typographyNoTypography settings (font family, scale)

Input Schema (JSON Schema)

{ "properties": { "density": { "description": "Density guidance", "enum": [ "comfortable", "compact" ], "type": "string" }, "enableDarkMode": { "description": "Enable prefers-color-scheme dark styles", "type": "boolean" }, "palette": { "description": "Custom color palette", "type": "object" }, "rtl": { "description": "Include RTL CSS variables", "type": "boolean" }, "spacing": { "description": "Spacing scale tokens", "items": { "type": "number" }, "type": "array" }, "theme": { "description": "Theme name", "enum": [ "default", "custom" ], "type": "string" }, "typography": { "description": "Typography settings (font family, scale)", "type": "object" } }, "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