Skip to main content
Glama
dachienit

ABAP-ADT-API MCP-Server

by dachienit

tracesCreateConfiguration

Create trace configurations for ABAP system monitoring and debugging through the ABAP-ADT-API MCP server.

Instructions

Creates a trace configuration.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
configYesThe trace configuration.
Behavior1/5

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

No annotations are provided, so the description carries full burden for behavioral disclosure. 'Creates' implies a write/mutation operation, but the description doesn't disclose any behavioral traits: no information about permissions needed, whether the creation is idempotent, what happens on conflicts, rate limits, or what the response looks like. For a creation tool with zero annotation coverage, this is a significant gap.

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?

The description is extremely concise - a single three-word sentence. While it's arguably too brief for a creation tool, every word earns its place by stating the core action. There's no wasted language or unnecessary elaboration, making it front-loaded and efficient.

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 this is a creation tool with no annotations and no output schema, the description is incomplete. It doesn't explain what happens after creation, whether there's a confirmation response, what permissions are required, or how this tool relates to other trace operations. For a mutation tool in a complex domain (traces) with many sibling tools, more context is needed.

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

Parameters3/5

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

The input schema has 100% description coverage, with the single parameter 'config' documented as 'The trace configuration.' The description doesn't add any meaningful parameter semantics beyond what the schema already provides. It doesn't explain what format the configuration should be in, what properties it should contain, or provide examples. With high schema coverage, the baseline is 3.

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

Purpose2/5

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

The description 'Creates a trace configuration' is a tautology that essentially restates the tool name 'tracesCreateConfiguration'. It specifies the verb 'creates' and resource 'trace configuration', but doesn't explain what a trace configuration is, what it's used for, or how it differs from sibling tools like 'tracesDeleteConfiguration' or 'tracesSetParameters'. The purpose is stated but lacks meaningful differentiation.

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

Usage Guidelines1/5

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

The description provides no guidance on when to use this tool versus alternatives. There are multiple sibling trace-related tools (tracesDeleteConfiguration, tracesSetParameters, tracesList, etc.), but the description doesn't indicate when creation is appropriate versus deletion, listing, or parameter setting. No prerequisites, constraints, or alternatives are mentioned.

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/dachienit/mcp-server'

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