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
Name | Required | Description | Default |
---|---|---|---|
library_id | Yes | 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. | |
topic | No | 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. |