Skip to main content
Glama

SAP Documentation MCP Server

by marianfoo

sap_docs_get

Retrieve full SAP documentation, UI5 control API details, wdi5 testing guides, or SAP Community posts using specific IDs. Works with library, document, or community post IDs to provide targeted content for developers.

Instructions

Retrieve specific SAP documentation, UI5 control API details, wdi5 testing docs, 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', '/wdi5', '/openui5-api', '/cloud-mta-build-tool', '/ui5-tooling', '/ui5-webcomponents', '/cloud-sdk-js', '/cloud-sdk-java', '/cloud-sdk-ai-js', '/cloud-sdk-ai-java' for general docs, or a specific document ID like '/openui5-api/sap/m/Button' for detailed control API documentation, or '/wdi5/authentication' for testing docs. 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', 'testing', 'locators', 'pageObjects'. 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', '/wdi5', '/openui5-api', '/cloud-mta-build-tool', '/ui5-tooling', '/ui5-webcomponents', '/cloud-sdk-js', '/cloud-sdk-java', '/cloud-sdk-ai-js', '/cloud-sdk-ai-java' for general docs, or a specific document ID like '/openui5-api/sap/m/Button' for detailed control API documentation, or '/wdi5/authentication' for testing docs. 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', 'testing', 'locators', 'pageObjects'. Most useful with library IDs rather than specific document IDs.", "type": "string" } }, "required": [ "library_id" ], "type": "object" }

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