Skip to main content
Glama

Release Transport Request

sap_release_transport
Destructive

Release an SAP transport request (export) to make its objects available for import, initiating the release job. Use only after confirming all objects are correct; releasing is irreversible.

Instructions

Release (export) a transport request. This starts the transport release job.

WARNING: Releasing a transport is IRREVERSIBLE. The request becomes read-only. Ensure all objects in it are correct and activated before releasing.

Args:

  • number (string): transport number from sap_list_transports or sap_create_transport.

  • response_format.

Returns (json): { number, released, jobId?, message }.

Examples:

  • "Release transport DEVK900123" -> number='DEVK900123'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
numberYesTransport request number (e.g. 'DEVK900123').
response_formatNoOutput format: 'markdown' (human-readable, default) or 'json' (structured).markdown
Install Server

TDQS

A4.6/5.0
Behavior5/5

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

The warning that releasing is IRREVERSIBLE and that the request becomes read-only provides concrete behavioral consequences beyond the destructiveHint annotation. It also discloses that the operation starts a transport release job and that the response may include a jobId, which is meaningful context for an agent.

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 compact and well organized: purpose, warning, args, returns, and example. The irreversible warning is front-loaded, and every sentence adds value without unnecessary repetition.

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

Completeness4/5

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

With no output schema, the description provides a JSON return shape, covers the irreversible side effect, explains where the transport number comes from, and includes an example. It could go slightly further on what `jobId?` implies for tracking, but the description is still sufficient for safe invocation.

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

Parameters4/5

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

The input schema already documents both parameters (100% coverage), and the description adds useful provenance for the `number` parameter by pointing to sap_list_transports or sap_create_transport. The example phrase maps natural language to the field, while `response_format` is only named but fully covered by the enum schema.

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?

The description states a specific action, 'Release (export) a transport request', on a clear resource. It also anchors the input provenance to sap_list_transports or sap_create_transport, which differentiates this from create/list/activation siblings.

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 gives clear usage context: use after obtaining a transport from sap_list_transports or sap_create_transport, and after ensuring all objects are correct and activated. It does not explicitly name exclusions or alternative tools, but the sequencing and warning are strong enough for an agent to select it appropriately.

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

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/appmaster3000/sap-abap-mcp-server'

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