Skip to main content
Glama

SAP OData to MCP Server

by Raistlin82

business-intelligence-insights

Generate actionable insights from SAP data by analyzing trends, anomalies, correlations, and optimization opportunities to support data-driven business decisions.

Instructions

Generate business insights from SAP data

Input Schema

NameRequiredDescriptionDefault
actionYes
analysisTypeNoType of analysis to performcomprehensive
entityTypesNoSAP entity types to analyze
exportFormatNoExport format (for export action)json
includeRecommendationsNoInclude actionable recommendations
insightIdNoSpecific insight ID (for get action)
minConfidenceNoMinimum confidence threshold for insights
serviceIdsNoSAP service IDs to include
timeWindowNoTime window for analysis

Input Schema (JSON Schema)

{ "properties": { "action": { "enum": [ "generate", "list", "get", "configure", "export" ], "type": "string" }, "analysisType": { "default": "comprehensive", "description": "Type of analysis to perform", "enum": [ "trend", "anomaly", "correlation", "optimization", "comprehensive" ], "type": "string" }, "entityTypes": { "description": "SAP entity types to analyze", "items": { "type": "string" }, "type": "array" }, "exportFormat": { "default": "json", "description": "Export format (for export action)", "enum": [ "json", "csv", "pdf" ], "type": "string" }, "includeRecommendations": { "default": true, "description": "Include actionable recommendations", "type": "boolean" }, "insightId": { "description": "Specific insight ID (for get action)", "type": "string" }, "minConfidence": { "default": 0.7, "description": "Minimum confidence threshold for insights", "maximum": 1, "minimum": 0, "type": "number" }, "serviceIds": { "description": "SAP service IDs to include", "items": { "type": "string" }, "type": "array" }, "timeWindow": { "additionalProperties": false, "default": { "period": "days", "size": 7 }, "description": "Time window for analysis", "properties": { "period": { "enum": [ "hours", "days", "weeks", "months" ], "type": "string" }, "size": { "exclusiveMinimum": 0, "type": "number" } }, "required": [ "period", "size" ], "type": "object" } }, "required": [ "action" ], "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