Skip to main content
Glama

SAP OData to MCP Server

by Raistlin82

execute-entity-operation

Perform CRUD operations on SAP entities using precise OData query syntax for reading, creating, updating, or deleting data with exact parameters and filters.

Instructions

⚠️ Direct CRUD operations on SAP entities with precise OData queries. Use ONLY when you have exact OData query syntax (not natural language). For natural language queries, use natural-query-builder FIRST. Requires authentication.

Input Schema

NameRequiredDescriptionDefault
entityNameYesThe entity name within the service
operationYesThe operation to perform
parametersNoOperation parameters (keys, filters, data, etc.)
queryOptionsNoOData query options (for read operations)
serviceIdYesThe SAP service ID

Input Schema (JSON Schema)

{ "properties": { "entityName": { "description": "The entity name within the service", "type": "string" }, "operation": { "description": "The operation to perform", "enum": [ "read", "read-single", "create", "update", "delete" ], "type": "string" }, "parameters": { "additionalProperties": {}, "description": "Operation parameters (keys, filters, data, etc.)", "type": "object" }, "queryOptions": { "additionalProperties": false, "description": "OData query options (for read operations)", "properties": { "$expand": { "type": "string" }, "$filter": { "type": "string" }, "$orderby": { "type": "string" }, "$select": { "type": "string" }, "$skip": { "type": "number" }, "$top": { "type": "number" } }, "type": "object" }, "serviceId": { "description": "The SAP service ID", "type": "string" } }, "required": [ "serviceId", "entityName", "operation" ], "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