Skip to main content
Glama

SAP OData to MCP Server

by Raistlin82

ui-dashboard-composer

Build KPI dashboards with charts and real-time data from SAP systems to visualize business metrics and monitor performance.

Instructions

Creates comprehensive KPI dashboards with charts and real-time data

Input Schema

NameRequiredDescriptionDefault
dashboardTitleYesTitle for the dashboard
layoutNoDashboard layout style
widgetsYesDashboard widget configurations

Input Schema (JSON Schema)

{ "properties": { "dashboardTitle": { "description": "Title for the dashboard", "type": "string" }, "layout": { "description": "Dashboard layout style", "enum": [ "grid", "vertical", "horizontal" ], "type": "string" }, "widgets": { "description": "Dashboard widget configurations", "items": { "additionalProperties": false, "properties": { "config": { "additionalProperties": true, "properties": {}, "type": "object" }, "entityType": { "type": "string" }, "title": { "type": "string" }, "type": { "enum": [ "chart", "metric", "table", "gauge" ], "type": "string" } }, "required": [ "type", "title", "entityType" ], "type": "object" }, "type": "array" } }, "required": [ "dashboardTitle", "widgets" ], "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/Raistlin82/btp-sap-odata-to-mcp-server-optimized'

If you have feedback or need assistance with the MCP directory API, please join our Discord server