Skip to main content
Glama

SAP OData to MCP Server

by Raistlin82

ui-data-grid

Create interactive data grids from SAP OData entities with sorting, filtering, pagination, and export capabilities for data analysis.

Instructions

Creates interactive data grids with sorting, filtering, and export capabilities

Input Schema

NameRequiredDescriptionDefault
columnsYesGrid column definitions
entityTypeYesSAP entity type for the grid
featuresNoGrid feature enablement

Input Schema (JSON Schema)

{ "properties": { "columns": { "description": "Grid column definitions", "items": { "additionalProperties": false, "properties": { "key": { "type": "string" }, "label": { "type": "string" }, "type": { "enum": [ "text", "number", "date", "boolean" ], "type": "string" } }, "required": [ "label", "key" ], "type": "object" }, "type": "array" }, "entityType": { "description": "SAP entity type for the grid", "type": "string" }, "features": { "additionalProperties": false, "description": "Grid feature enablement", "properties": { "export": { "type": "boolean" }, "filtering": { "type": "boolean" }, "pagination": { "type": "boolean" }, "sorting": { "type": "boolean" } }, "type": "object" } }, "required": [ "entityType", "columns" ], "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