Skip to main content
Glama

SAP OData to MCP Server

by Raistlin82

predictive-analytics-engine

Execute predictive analytics on SAP data to forecast metrics like revenue and counts using machine learning algorithms for informed decision-making.

Instructions

Run predictive analytics on SAP data

Input Schema

NameRequiredDescriptionDefault
actionYes
algorithmNoML algorithm to useauto_select
entityTypeNoSAP entity type for prediction
featuresNoInput features for prediction
forecastPeriodNoPrediction time horizon
includeConfidenceBoundsNoInclude prediction confidence intervals
modelIdNoExisting model ID (for evaluate/get_model)
serviceIdNoSAP service ID
targetMetricNoMetric to predict (e.g., revenue, count, average)
trainingDataDaysNoDays of historical data for training

Input Schema (JSON Schema)

{ "properties": { "action": { "enum": [ "predict", "train", "evaluate", "list_models", "get_model" ], "type": "string" }, "algorithm": { "default": "auto_select", "description": "ML algorithm to use", "enum": [ "linear_regression", "time_series", "neural_network", "auto_select" ], "type": "string" }, "entityType": { "description": "SAP entity type for prediction", "type": "string" }, "features": { "description": "Input features for prediction", "items": { "type": "string" }, "type": "array" }, "forecastPeriod": { "additionalProperties": false, "description": "Prediction time horizon", "properties": { "period": { "enum": [ "hours", "days", "weeks", "months" ], "type": "string" }, "size": { "exclusiveMinimum": 0, "type": "number" } }, "required": [ "period", "size" ], "type": "object" }, "includeConfidenceBounds": { "default": true, "description": "Include prediction confidence intervals", "type": "boolean" }, "modelId": { "description": "Existing model ID (for evaluate/get_model)", "type": "string" }, "serviceId": { "description": "SAP service ID", "type": "string" }, "targetMetric": { "description": "Metric to predict (e.g., revenue, count, average)", "type": "string" }, "trainingDataDays": { "default": 30, "description": "Days of historical data for training", "type": "number" } }, "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