Skip to main content
Glama
dachienit

ABAP-ADT-API MCP-Server

by dachienit

transportRelease

Releases SAP ABAP transport requests to move development objects between systems. Specify a transport number and optionally bypass locks or ATC checks.

Instructions

Releases a transport.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
transportNumberYesThe transport number.
ignoreLocksNoWhether to ignore locks.
IgnoreATCNoWhether to ignore ATC checks.
Behavior1/5

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

With no annotations provided, the description carries full burden for behavioral disclosure but offers none. 'Releases' suggests a state-changing operation, but the description doesn't clarify what 'releasing' entails (e.g., making transport available for movement, completing a workflow step, or freeing resources), what permissions are required, whether it's reversible, or what side effects occur. This leaves the agent guessing about critical behavioral traits.

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 at just three words, with zero wasted language. It's front-loaded with the core action, though this brevity comes at the cost of completeness. For conciseness alone, it's optimal.

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

Completeness1/5

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

Given the complexity of a state-changing operation with no annotations, no output schema, and multiple sibling tools, the description is completely inadequate. It doesn't explain what 'release' means, when to use it, what happens after release, or how it differs from other transport operations. The agent lacks sufficient context to use this tool correctly.

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%, with all parameters documented in the schema itself. The description adds no parameter information beyond what's in the schema, so it doesn't compensate but also doesn't need to given complete schema coverage. The baseline score of 3 reflects adequate parameter documentation through the schema alone.

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 'Releases a transport' is a tautology that restates the tool name 'transportRelease' without adding meaningful context. It specifies the verb 'releases' and resource 'a transport', but doesn't explain what 'releasing' means operationally or distinguish this tool from sibling transport tools like createTransport, transportDelete, or transportInfo.

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 transport-related tools (createTransport, transportDelete, transportInfo, transportAddUser, etc.), but the description doesn't indicate when release is appropriate versus deletion, modification, or querying. 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_ABAP'

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