Skip to main content
Glama

ReadServiceBinding

Read an ABAP service binding to retrieve its source, payload, and metadata including package, responsible, and description.

Instructions

[read-only] Read ABAP service binding source/payload and metadata (package, responsible, description, etc.).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
service_binding_nameYesService binding name (e.g., ZUI_MY_BINDING).
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It clearly states the tool reads and lists the specific types of data (source/payload, metadata like package, responsible, description), giving a good understanding of behavioral traits without mentioning side effects, which are minimal for a read operation.

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, well-structured sentence that conveys all necessary information without any superfluous words. It is front-loaded with the read-only tag and flows logically.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the simplicity of the tool (one parameter, read operation) and the schema coverage, the description is adequate. However, it does not detail the output format (e.g., whether source/payload is returned as string or structured), and the presence of a sibling named 'GetServiceBinding' suggests potential ambiguity that is not resolved.

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?

The input schema has 100% description coverage for the single parameter 'service_binding_name'. The tool description does not add any additional meaning or context beyond what is already in the schema, so it meets the baseline.

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?

Description clearly states it reads service binding source/payload and metadata, using verb 'Read' and resource 'ABAP service binding'. However, it does not differentiate from the sibling tool 'GetServiceBinding', which likely performs a similar read operation.

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

Usage Guidelines2/5

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

Description includes '[read-only]' hint, which implies reading rather than writing, but provides no explicit guidance on when to use this tool versus similar siblings like 'GetServiceBinding', nor any conditions or exclusions.

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/ChinhHN-DEV/abap-mcp-adt'

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