Skip to main content
Glama

DHIS2 MCP Server

by Dradebo

dhis2_generate_ui_data_display

Create customizable UI components like tables, cards, lists, modals, and loading states for DHIS2 health information systems, enhancing data display and user interaction.

Instructions

Generate @dhis2/ui data display patterns (tables, cards, lists, modal, loading states)

Input Schema

NameRequiredDescriptionDefault
componentNameNoComponent name
emptyStateNoInclude empty state component
includeCardsNoInclude Card layout
includeListsNoInclude list component
includeLoadingNoInclude CircularLoader loading state
includeModalNoInclude Modal dialog
includePaginationNoInclude pagination controls
includeTableNoInclude DataTable
selectionNoInclude row selection example
skeletonNoInclude skeleton placeholders
sortingNoInclude column sorting example
stickyHeaderNoUse sticky header in table

Input Schema (JSON Schema)

{ "properties": { "componentName": { "description": "Component name", "type": "string" }, "emptyState": { "description": "Include empty state component", "type": "boolean" }, "includeCards": { "description": "Include Card layout", "type": "boolean" }, "includeLists": { "description": "Include list component", "type": "boolean" }, "includeLoading": { "description": "Include CircularLoader loading state", "type": "boolean" }, "includeModal": { "description": "Include Modal dialog", "type": "boolean" }, "includePagination": { "description": "Include pagination controls", "type": "boolean" }, "includeTable": { "description": "Include DataTable", "type": "boolean" }, "selection": { "description": "Include row selection example", "type": "boolean" }, "skeleton": { "description": "Include skeleton placeholders", "type": "boolean" }, "sorting": { "description": "Include column sorting example", "type": "boolean" }, "stickyHeader": { "description": "Use sticky header in table", "type": "boolean" } }, "type": "object" }

Other Tools from DHIS2 MCP Server

Related Tools

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