Skip to main content
Glama
mario-andreschak

ABAP-ADT-API MCP-Server

atcCheckVariant

Retrieve details about an ATC check variant to analyze ABAP code quality and compliance within development workflows.

Instructions

Retrieves information about an ATC check variant.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
variantYesThe name of the ATC check variant.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations, the description carries full burden. It implies a read operation via 'retrieves' but does not disclose output format, error behavior, or any access requirements. This is minimal for a simple tool but lacks useful behavioral context beyond what the name already suggests.

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 a single, clear sentence that is appropriately sized for the tool's simplicity. No wasted words, and the sentence is front-loaded with the verb and resource.

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?

The tool has no output schema, so the description should indicate what information is returned, but it only says 'information.' It also lacks usage context and behavioral details, making it incomplete for a fully understood tool.

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?

Schema coverage is 100% and the variant parameter is described clearly as 'The name of the ATC check variant.' The description adds no additional parameter semantics beyond the schema, so the baseline of 3 applies.

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

Purpose4/5

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

The description clearly states the tool retrieves information about an ATC check variant, using a specific verb and resource. However, it does not differentiate from sibling ATC tools like atcWorklists or atcCustomizing, so it scores a 4.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives. The description only states what it does, with no mention of prerequisites, exclusions, or contexts where other tools would be more appropriate.

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

Deploy Server

Other Tools