Skip to main content
Glama
Hollway

mcp-abap-abap-adt-api

by Hollway

createTransportsConfig

Sets up a shared transport configuration for the organizer, preparing the environment for ABAP development tasks.

Instructions

Create a transport configuration for the organizer. Shared setup; most work needs only createTransport.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.1

TDQS

A4.4/5.0
Behavior3/5

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

The create nature directly matches annotations (not read-only, not destructive), so no contradiction. However, beyond 'shared setup', the description does not disclose side effects, overwrite/idempotency behavior, or prerequisites; the behavioral burden is mostly carried by 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.

Conciseness5/5

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

Two compact sentences with no filler; the main action is front-loaded and the alternative is delivered in the second sentence. Every word earns its place.

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?

For a parameterless create operation with no output schema, the description covers what is created, for whom, and when the simpler alternative is preferred. It could still say whether the operation is idempotent or what the success response is, but those are minor for such a simple 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?

There are 0 parameters demonstrated by the schema, so the baseline is 4; no parameter-specific description is required. The description adds no param detail, which is fine because the schema already provides full coverage.

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 uses a specific verb-resource pair ('Create a transport configuration') and narrows scope to 'the organizer' / 'shared setup'. It also differentiates from the sibling `createTransport` by noting most work needs only that tool, so an agent can tell them apart.

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

Usage Guidelines5/5

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

It explicitly states this is for 'shared setup' and adds 'most work needs only createTransport', giving both a when-to-use signal and a named alternative. This is sufficient for tool selection even though it does not enumerate every transport-related sibling.

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

Deploy Server

Other Tools