Skip to main content
Glama

UpdateUnitTest

Attempts to update an ABAP Unit test run using the run ID. Note: ADT does not support updating and returns an error.

Instructions

Update an ABAP Unit test run. Note: ADT does not support updating unit test runs and will return an error.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
run_idYesRun identifier returned by CreateUnitTest/RunUnitTest.
Behavior4/5

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

No annotations are provided, so the description must cover behavior. It transparently states that the tool will return an error when used, which is honest about its lack of functionality. However, it doesn't detail the error format or side effects.

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 consists of two short sentences. The first states the purpose concisely, and the second adds a critical caveat. There is no unnecessary information, and every word is informative.

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

Completeness3/5

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

Given the tool has one parameter and no output schema, the description covers the basic purpose and warns of failure. However, it lacks detail about what the update would do if it worked, and the note about failure is essential. Completeness is adequate for a simple stub 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 description coverage is 100% for the single parameter 'run_id', which is well-documented in the schema. The description adds no extra meaning beyond the schema, so baseline 3 is appropriate.

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 'Update an ABAP Unit test run' with a specific verb and resource. It distinguishes from sibling tools like CreateUnitTest and RunUnitTest. The additional note about ADT not supporting updates is informative but does not obscure the purpose.

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

Usage Guidelines4/5

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

The description explicitly warns that ADT does not support updating and will return an error, effectively telling the agent not to use this tool. This is strong usage guidance, though no alternative tools 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/ChinhHN-DEV/abap-mcp-adt'

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