Skip to main content
Glama
Maherd18

sap-mcp-server

by Maherd18

sap_test_connection

Verify SAP system connectivity and retrieve user, client, and ADT resource count.

Instructions

Checks the connection to the SAP system and reports user, client and number of available ADT resources.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.3.0

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It states that the tool checks the connection and reports user, client, and available ADT resources, which conveys a read-only diagnostic operation. It does not explicitly mention failure behavior or side effects, but 'checks' strongly implies no mutation.

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 a single sentence that front-loads the main action ('Checks the connection') and then lists the key outputs. Every word earns its place; there is no redundancy or filler.

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 zero-parameter tool with no output schema, the description adequately explains the return values (user, client, ADT resource count). It does not describe error or timeout behavior, but for a simple connectivity check this is a minor gap rather than a blocking omission.

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 tool has zero parameters, so the baseline is 4. The description does not need to explain parameter semantics, and it instead clarifies what the tool will report, which is the only relevant semantic information for invocation.

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 ('Checks') and a clear resource ('connection to the SAP system'), and it distinguishes itself from the sibling tools by focusing on connectivity rather than object search, metadata reading, source editing, or transport management. The reported outputs (user, client, ADT resource count) further clarify its diagnostic role.

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 clearly implies when to use this tool: when an agent needs to verify SAP connectivity and see connection context. It does not explicitly name alternatives or exclusion conditions, but the zero-parameter design and diagnostic wording make the appropriate context obvious relative to the sibling tools.

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