Skip to main content
Glama

SAP OData to MCP Server

by Raistlin82

natural-query-builder

Convert natural language queries into structured OData queries for SAP systems, enabling intuitive data access without technical syntax knowledge.

Instructions

Convert natural language to OData queries

Input Schema

NameRequiredDescriptionDefault
entityTypeYes
naturalQueryYes
serviceIdYes
userContextNoUser context

Input Schema (JSON Schema)

{ "properties": { "entityType": { "type": "string" }, "naturalQuery": { "type": "string" }, "serviceId": { "type": "string" }, "userContext": { "additionalProperties": false, "description": "User context", "properties": { "businessContext": { "type": "string" }, "preferredFields": { "items": { "type": "string" }, "type": "array" }, "role": { "type": "string" } }, "type": "object" } }, "required": [ "naturalQuery", "entityType", "serviceId" ], "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