Skip to main content
Glama

SAP Documentation MCP Server

by marianfoo

sap_help_get

Fetch full SAP Help page content and metadata using an ID from sap_help_search results. Retrieve comprehensive documentation directly from SAP's private APIs for detailed reference and support.

Instructions

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.

Input Schema

NameRequiredDescriptionDefault
result_idYesThe ID from sap_help_search results (e.g., 'sap-help-12345abc'). This ID is used to fetch the complete page content including metadata.

Input Schema (JSON Schema)

{ "properties": { "result_id": { "description": "The ID from sap_help_search results (e.g., 'sap-help-12345abc'). This ID is used to fetch the complete page content including metadata.", "type": "string" } }, "required": [ "result_id" ], "type": "object" }
Install Server

Other Tools from SAP Documentation MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/marianfoo/mcp-sap-docs'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server