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