Search the bundled SAP knowledge base
search_sap_knowledgeSearch a curated knowledge bundle for SAP fact questions about ABAP Cloud release deltas, Clean Core governance, and SAP AI options. Returns cited sources, confidence flags, and full decision cards.
Instructions
Search one dated, cited knowledge bundle covering three areas: ABAP Cloud / RAP release deltas, Clean Core governance (SAP's extensibility Levels A-D, release contracts C0 to C4, the real ATC check and variant names, and the SAP/abap-atc-cr-cv-s4hc Cloudification Repository file and schema inventory), and decision cards for the SAP AI options an ABAP team can reach (SAP-ABAP-1, the Generative AI Hub orchestration API, the ABAP AI SDK powered by ISLM, Joule for Developers, SAP's official ADT MCP server, the custom code migration agent, and the community MCP ecosystem). Every hit returns its sources, a confidence flag and the full card. Use this when a question is about SAP facts rather than about a piece of source text — which Clean Core level a pattern lands in, what a C1 release contract guarantees, which ATC variant to run, whether SAP-ABAP-1 accepts a system prompt, which classes the ABAP AI SDK exposes, or what SAP's own MCP server can and cannot do. It does not connect to any SAP system, does not run ATC, does not fetch anything live, and is not a substitute for a real ATC run or for SAP's own documentation — it is a curated snapshot (curated 2026-09-10) and the target system and SAP's current documentation stay authoritative. For release-timeline questions prefer explain_abap_release; for the release state of a specific object use check_released_api; to analyze actual source text use lint_abap or check_cloud_readiness. Example: search_sap_knowledge({ "query": "sap-abap-1 system prompt" }).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| area | No | Restrict the search: "release" (release deltas), "clean-core" (levels, contracts, ATC and repository facts), "sap-ai" (the AI decision cards), or "all" (default). | |
| limit | No | Maximum ranked cards to return, 1 to 25; defaults to 5. The SAP-AI cards are large, so keep this small. | |
| query | Yes | The question or terms to search for, e.g. "clean core level C", "release contract C1", "sap-abap-1 system prompt", "ADT MCP server tools". Names, identifiers and class names work well. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hits | Yes | Ranked cards, most relevant first. | |
| scopeNote | Yes | Dated-knowledge caveat to repeat to the user. | |
| truncated | Yes | True when more cards matched than were returned. | |
| matchCount | Yes | How many cards matched before the limit was applied. | |
| curatedDate | Yes | Date the bundled knowledge base was curated. |