Skip to main content
Glama

SAP Documentation MCP Server

by marianfoo

sap_docs_get

Retrieve detailed SAP documentation, UI5 control API specifics, or SAP Community posts using IDs from search results. Access full content by providing library, document, or community post IDs.

Instructions

Retrieve specific SAP documentation, UI5 control API details, or SAP Community posts. Use the IDs returned from sap_docs_search or sap_community_search to get full content. Works with library IDs, document IDs, and community post IDs (e.g., 'community-12345').

Input Schema

NameRequiredDescriptionDefault
library_idYesLibrary or document ID from sap_docs_search results. Can be a library ID like '/sapui5', '/cap', '/openui5-api' for general docs, or a specific document ID like '/openui5-api/sap/m/Button' for detailed control API documentation. For community posts, use IDs like 'community-12345' from sap_community_search results.
topicNoOptional topic filter to narrow down results within a library. Examples: 'properties', 'events', 'methods', 'aggregations', 'routing', 'authentication', 'annotations'. Most useful with library IDs rather than specific document IDs.

Input Schema (JSON Schema)

{ "properties": { "library_id": { "description": "Library or document ID from sap_docs_search results. Can be a library ID like '/sapui5', '/cap', '/openui5-api' for general docs, or a specific document ID like '/openui5-api/sap/m/Button' for detailed control API documentation. For community posts, use IDs like 'community-12345' from sap_community_search results.", "type": "string" }, "topic": { "description": "Optional topic filter to narrow down results within a library. Examples: 'properties', 'events', 'methods', 'aggregations', 'routing', 'authentication', 'annotations'. Most useful with library IDs rather than specific document IDs.", "type": "string" } }, "required": [ "library_id" ], "type": "object" }

You must be authenticated.

Other Tools from SAP Documentation MCP Server

Related Tools

    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/marianfoo/mcp-sap-docs'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server