Skip to main content
Glama

SAP OData to MCP Server

by Raistlin82

ui-report-builder

Generate drill-down reports from SAP data with analytical capabilities, allowing users to create summary, detailed, or custom reports based on specified dimensions and measures.

Instructions

Creates comprehensive drill-down reports with analytical capabilities

Input Schema

NameRequiredDescriptionDefault
dimensionsYesReport dimension fields
entityTypeYesSAP entity type for the report
measuresYesReport measure fields
reportTypeYesType of report to generate

Input Schema (JSON Schema)

{ "properties": { "dimensions": { "description": "Report dimension fields", "items": { "type": "string" }, "type": "array" }, "entityType": { "description": "SAP entity type for the report", "type": "string" }, "measures": { "description": "Report measure fields", "items": { "type": "string" }, "type": "array" }, "reportType": { "description": "Type of report to generate", "enum": [ "summary", "detailed", "analytical", "custom" ], "type": "string" } }, "required": [ "entityType", "reportType", "dimensions", "measures" ], "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