sap-help-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| sap_help_searchA | Search SAP Help Portal (help.sap.com) documentation using keywords. Returns topic titles, URLs, snippets, and product info. Use this for specific keyword searches across all SAP documentation. |
| sap_help_semantic_searchA | AI-powered semantic search on SAP Help Portal. Better for natural language questions like 'how to deploy a model in AI Core'. Returns ranked results with relevance scores. |
| sap_help_list_productsA | List all available SAP products on the Help Portal. Returns product names and IDs that can be used to filter searches. |
| sap_help_get_pageA | Fetch the full content of a specific SAP Help page. Use URLs from search results. Returns cleaned text content. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool has a distinct purpose: keyword search, semantic search, product listing, and page retrieval. The two search tools are clearly differentiated by their approach (keyword vs. natural language).
All tool names follow the consistent pattern 'sap_help_<action>', e.g., sap_help_search, sap_help_list_products. This makes the tool set predictable and easy to navigate.
With only 4 tools, the server is well-scoped and avoids unnecessary complexity. Each tool covers a core function of the SAP Help Portal without redundancy.
The tool set covers the essential workflow: searching for documentation (both keyword and semantic), listing products for context, and fetching full page content. No obvious missing capabilities for the stated purpose.