Skip to main content
Glama

SAP OData to MCP Server

by Raistlin82

discover-service-entities

Explore and list all available entities within a specific SAP service to understand data structures and operational capabilities for integration and analysis.

Instructions

List all entities and their capabilities within a specific SAP service. Use this after finding a service to understand what data you can work with.

Input Schema

NameRequiredDescriptionDefault
serviceIdYesThe SAP service ID to explore
showCapabilitiesNoShow CRUD capabilities for each entity

Input Schema (JSON Schema)

{ "properties": { "serviceId": { "description": "The SAP service ID to explore", "type": "string" }, "showCapabilities": { "default": true, "description": "Show CRUD capabilities for each entity", "type": "boolean" } }, "required": [ "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