Skip to main content
Glama

SAP OData to MCP Server

by Raistlin82

ui-form-generator

Generate dynamic forms for SAP entity operations with validation and SAP Fiori styling to create, edit, or view data through conversational interfaces.

Instructions

Creates dynamic forms for SAP entity operations with validation and SAP Fiori styling

Input Schema

NameRequiredDescriptionDefault
entityTypeYesSAP entity type for the form
fieldsNoCustom form fields configuration
formTypeYesType of form to generate

Input Schema (JSON Schema)

{ "properties": { "entityType": { "description": "SAP entity type for the form", "type": "string" }, "fields": { "description": "Custom form fields configuration", "items": { "additionalProperties": false, "properties": { "label": { "type": "string" }, "name": { "type": "string" }, "required": { "type": "boolean" }, "type": { "type": "string" } }, "required": [ "name", "type" ], "type": "object" }, "type": "array" }, "formType": { "description": "Type of form to generate", "enum": [ "create", "edit", "view" ], "type": "string" } }, "required": [ "entityType", "formType" ], "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