Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
SAPUI5 Documentation Overview | Official SAPUI5 Markdown documentation |
SAP Cloud Application Programming Model (CAP) Documentation Overview | CAP (Capire) reference & guides |
OpenUI5 API Documentation Overview | OpenUI5 Control API documentation and JSDoc |
OpenUI5 Samples Documentation Overview | OpenUI5 demokit sample applications and code examples |
wdi5 Documentation Overview | wdi5 end-to-end test framework documentation |
UI5 Tooling Documentation Overview | UI5 Tooling documentation |
Cloud MTA Build Tool Documentation Overview | Cloud MTA Build Tool documentation |
UI5 Web Components Documentation Overview | UI5 Web Components documentation |
Cloud SDK (JavaScript) Documentation Overview | Cloud SDK (JavaScript) documentation |
Cloud SDK (Java) Documentation Overview | Cloud SDK (Java) documentation |
Cloud SDK AI (JavaScript) Documentation Overview | Cloud SDK AI (JavaScript) documentation |
Cloud SDK AI (Java) Documentation Overview | Cloud SDK AI (Java) documentation |
SAP Community Posts | Real-time access to SAP Community blog posts, discussions, and solutions. Search for topics to find community insights and practical solutions. |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
sap_docs_search | Search across SAP documentation and UI5 control APIs. Searches through SAPUI5 documentation, CAP documentation, wdi5 testing framework, OpenUI5 control APIs, Cloud MTA Build Tool documentation, UI5 Tooling documentation, UI5 Web Components documentation, SAP Cloud SDK documentation and SAP Cloud SDK AI documentation. Use this to find specific controls (like Button, Table, Wizard), concepts (like annotations, routing, authentication), testing topics (like wdi5, e2e testing, browser automation), or any SAP development topic. Returns a ranked list of matching documentation and controls with their IDs for use in sap_docs_get. |
sap_community_search | Search the SAP Community for blog posts, discussions, and solutions related to SAPUI5 and CAP development. Returns real-time results from the SAP Community with links to the original content and IDs for retrieving full posts. This tool searches across high-quality community content (posts with kudos > 5) to find practical, real-world solutions and best practices from SAP developers. |
sap_docs_get | 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'). |
sap_help_search | Search the SAP Help Portal using private APIs. This searches across all SAP Help documentation including product guides, implementation guides, and technical documentation. Returns real-time results from help.sap.com with IDs for retrieving full content. |
sap_help_get | Retrieve the full content of a specific SAP Help page. Use the IDs returned from sap_help_search to get the complete documentation page content. This uses the private SAP Help APIs to fetch metadata and page content. |