Skip to main content
Glama
Coaspe

sap-abap-mcp

Inspect SAP Transport

sap.transport.inspect
Read-onlyIdempotent

Retrieve details or objects for any SAP transport request by specifying system ID and transport number. Choose between viewing general details or the list of objects.

Instructions

Read details or objects for one transport request.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
viewNodetails
limitNo
systemIdYes
startIndexNo
includeObjectsNo
transportNumberYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes
statusYes
systemIdNo
warningsYes
requestIdYes
schemaVersionYes
Behavior2/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds no additional behavioral context beyond stating 'Read,' so it does not enhance transparency beyond the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise (one sentence), but it is too brief and lacks structure. It could be expanded slightly to include parameter or behavioral details without losing conciseness.

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 the tool has 6 parameters (2 required) and an output schema, the description is insufficient. It does not explain the purpose of parameters or what the output contains, relying on the output schema for return values. The description should at least mention key parameters like view and transportNumber.

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

Parameters1/5

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

Schema description coverage is 0%, yet the description provides no explanation of any parameters. It vaguely hints at the 'view' parameter with 'details or objects' but fails to describe the other five parameters (systemId, transportNumber, limit, startIndex, includeObjects). The description adds almost no value beyond the property names in the schema.

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 reads details or objects for a single transport request, distinguishing it from sibling tools like sap.transport.list (which lists multiple transports) and sap.transport.compare (compares transports). However, it does not explicitly differentiate or mention alternatives.

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

Usage Guidelines3/5

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

The description implies usage for inspecting a specific transport but provides no explicit guidance on when to use this tool over alternatives like sap.transport.list or sap.transport.compare. No when-not-to-use or prerequisites 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/Coaspe/sap-abap-mcp'

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