Skip to main content
Glama

SAP OData to MCP Server

by Raistlin82

ui-workflow-builder

Design visual workflow processes with step-by-step forms and approvals for SAP entity types, enabling structured data handling and approval chains.

Instructions

Creates visual workflow processes with step-by-step forms and approvals

Input Schema

NameRequiredDescriptionDefault
entityTypeYesSAP entity type for the workflow
stepsYesWorkflow step definitions
workflowNameYesName of the workflow process

Input Schema (JSON Schema)

{ "properties": { "entityType": { "description": "SAP entity type for the workflow", "type": "string" }, "steps": { "description": "Workflow step definitions", "items": { "additionalProperties": false, "properties": { "config": { "additionalProperties": true, "properties": {}, "type": "object" }, "name": { "type": "string" }, "type": { "enum": [ "form", "approval", "notification", "condition" ], "type": "string" } }, "required": [ "name", "type" ], "type": "object" }, "type": "array" }, "workflowName": { "description": "Name of the workflow process", "type": "string" } }, "required": [ "workflowName", "steps", "entityType" ], "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