Skip to main content
Glama

SAP OData to MCP Server

by Raistlin82

get-entity-schema

Retrieve detailed schema information for SAP OData entities, including properties, types, keys, and constraints to understand data structure and facilitate integration.

Instructions

Get detailed schema information for a specific entity including properties, types, keys, and constraints.

Input Schema

NameRequiredDescriptionDefault
entityNameYesThe entity name
serviceIdYesThe SAP service ID

Input Schema (JSON Schema)

{ "properties": { "entityName": { "description": "The entity name", "type": "string" }, "serviceId": { "description": "The SAP service ID", "type": "string" } }, "required": [ "serviceId", "entityName" ], "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