Skip to main content
Glama
dachienit

ABAP-ADT-API MCP-Server

by dachienit

setTransportsConfig

Configure transport settings for SAP ABAP development by specifying URI, ETag, and configuration data to manage deployment workflows.

Instructions

Sets transport configurations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uriYesThe URI for the transport configuration.
etagYesThe ETag for the transport configuration.
configYesThe transport configuration.
Behavior1/5

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

No annotations are provided, so the description carries full responsibility for behavioral disclosure. 'Sets' implies a write/mutation operation, but the description doesn't specify permissions required, whether changes are destructive or reversible, error handling, or side effects. It lacks critical context like rate limits, authentication needs, or what happens to existing configurations.

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 with a single sentence 'Sets transport configurations.' It is front-loaded and wastes no words, though this brevity comes at the cost of clarity and completeness. Every word serves a minimal purpose, but the description is arguably too sparse for effective tool selection.

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?

For a mutation tool with no annotations and no output schema, the description is severely incomplete. It doesn't explain what transport configurations are, the impact of the operation, expected outcomes, or error conditions. Given the complexity implied by three required parameters and the presence of related sibling tools, this minimal description fails to provide adequate context for safe and correct usage.

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 three parameters (uri, etag, config) documented in the schema. The description adds no additional meaning about these parameters—it doesn't explain their relationships, formats, or examples. Since the schema does the heavy lifting, the baseline score of 3 is appropriate, though the description contributes zero value beyond the schema.

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 'Sets transport configurations' is a tautology that essentially restates the tool name 'setTransportsConfig' without adding meaningful specificity. It mentions the verb 'Sets' and resource 'transport configurations', but fails to clarify what transport configurations are, what fields they contain, or how this differs from sibling tools like 'createTransportsConfig' or 'getTransportConfiguration'.

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. With sibling tools like 'createTransportsConfig' (likely for initial creation) and 'getTransportConfiguration' (likely for retrieval), there's no indication of whether this tool is for updates, replacements, or specific scenarios. No prerequisites, exclusions, or contextual advice 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