Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SAP_AI_CORE_DOCS_PATH | No | Custom path to the documentation location. If not provided, the server typically looks for the documentation in the default 'docs/sap-artificial-intelligence' directory within the project. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_ai_core_docs | Semantically search SAP AI Core documentation. Returns relevant documents with excerpts and relevance scores. |
| get_ai_core_document | Get the complete content of a specific AI Core documentation page by its path. |
| get_ai_core_topic | Get comprehensive documentation for a specific SAP AI Core topic (e.g., "Model Training", "Deployment", "AI API", "Configuration"). |
| list_ai_core_categories | List all available documentation categories and their contents. Useful for exploring what documentation is available. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |