Skip to content

Diagnostics

stud0709 edited this page May 11, 2026 · 2 revisions

Diagnostics

This tools enable the agent to dive into details of a log entry / a runtime error.

Available MCP Tools

Tool Name Description
sap_fetch_application_log Fetches and decompresses SAP Application Logs (BALDAT/BALHDR). Provide either a specific log_handle OR filter by date/time/object to automatically resolve logs.
sap_fetch_runtime_errors Retrieves and parses ABAP Short Dumps (ST22).
- List Mode: Call without error_uri to get a list of recent crashes (optionally filter by user_name).
- Detail Mode: Call with an explicit error_uri to deeply extract the stack trace, variables, and context.
- Localization: Automatically slices diagnostic chapters irrespective of the backend logon language.

Clone this wiki locally