Skip to main content
Glama

RuntimeRunClassWithProfiling

Execute an ABAP class with the profiler enabled to capture performance traces and retrieve the profiler ID and trace ID for analysis.

Instructions

[runtime][deprecated] Execute ABAP class with profiler enabled and return created profilerId + traceId. Prefer RuntimeRunClass with profile=true; this tool is kept for backward compatibility and will be removed in a future major release.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
class_nameYesABAP class name to execute.
descriptionNoProfiler trace description.
all_procedural_unitsNo
all_misc_abap_statementsNo
all_internal_table_eventsNo
all_dynpro_eventsNo
aggregateNo
explicit_on_offNo
with_rfc_tracingNo
all_system_kernel_eventsNo
sql_traceNo
all_db_eventsNo
max_size_for_trace_fileNo
amdp_traceNo
max_time_for_tracingNo
max_trace_attemptsNoMax polling attempts to resolve traceId after execution (default 5). Increase for slow systems (e.g. SAP trial cloud).
trace_retry_delay_msNoDelay in ms between trace polling attempts (default 2000).
trace_lookup_urisNoAdditional URIs to consult when resolving the trace (advanced).
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so description carries full burden. It mentions return values but not whether the operation is destructive, read-only, or what side effects occur (e.g., changes to system state). Lacks disclosure of permissions or limitations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, front-loaded with action and return, followed by deprecation warning. No redundant information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (18 parameters, no output schema, no annotations), the description is insufficient. It does not explain profiler parameters, how the class is executed, or how to use the returned IDs. The deprecation guidance is helpful but overall completeness is low.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is low (28%), yet the description adds no explanation for any of the 18 parameters. It only mentions the return values. The description fails to compensate for the missing parameter documentation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description explicitly states 'Execute ABAP class with profiler enabled and return created profilerId + traceId', providing a specific verb and resource. It distinguishes from the sibling tool RuntimeRunClass by noting the deprecation and preferred alternative.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly advises to prefer RuntimeRunClass with profile=true, states this tool is for backward compatibility, and warns of removal in a future major release. This provides clear when-to-use and when-not-to-use guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/fr0ster/mcp-abap-adt'

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