Skip to main content
Glama
RJTechRamjee

ABAP Transport Analyzer MCP Server

by RJTechRamjee

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SAP_HOSTYesFull URL to SAP S/4HANA system with ADT enabled
SAP_USERYesABAP user with S_TRANSPRT and S_DEVELOP auth
SAP_CLIENTNoSAP client number100
SAP_PASSWORDYesUser password (store securely in vault for production)

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_transport_metadataB

Retrieves transport request metadata including description, owner, status, and complete list of modified objects. Implements FR-1 requirements.

analyze_transport_changesA

Performs detailed analysis of transport changes: generates unified diffs for all objects, detects risk factors (missing auth checks, hardcoded values, breaking changes), and provides LLM-optimized structured analysis. Implements FR-2 and FR-3 requirements.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 2 tools

Disambiguation5/5

The two tools are clearly distinct: one retrieves metadata (description, owner, status, objects), the other performs deep change analysis (diffs, risk factors). There is no overlap or ambiguity between them.

Naming Consistency5/5

Both tool names follow the same verb_noun pattern: get_transport_metadata and analyze_transport_changes. The verbs are specific and consistent, making the naming predictable and readable.

Tool Count3/5

With only 2 tools, the server feels slightly thin. While each tool is meaningful and covers a distinct aspect of transport analysis, the count is at the low end of what is typically expected for a tool server.

Completeness5/5

For the stated purpose of analyzing ABAP transports, the two tools cover the full workflow: retrieving metadata and performing detailed change analysis with risk detection. There are no obvious gaps for this narrow domain.

Maintenance

ActivityStale
ResponsivenessNo issues