Skip to main content
Glama
abap0917

abap-adt-mcp

by abap0917

adt_read_textelements

Read text elements of ABAP programs including text symbols, selection texts, and heading texts. Supports language override for reviewing translations, aiding i18n audits and text editing.

Instructions

Read the text elements (text pool) of an ABAP program: text symbols, selection texts and heading texts. Supports a language override to read translations. Useful for i18n audits and before editing texts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
languageNoOptional SAP language key (e.g. EN, ZH). Defaults to the session language.
programNameYesProgram name, e.g. ZMMR001_192637
Behavior3/5

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

No annotations are provided, so the description carries full behavioral burden. It states 'Read' (non-destructive) and language override, but does not detail side effects, behavior on missing language, or whether it reads active or all texts.

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 sentences with no fluff: first sentence states what it reads, second sentence adds features and use cases. 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?

Given no output schema, the description hints at return content (text symbols, etc.) but not structure. It covers input well but lacks output format details. Still fairly complete for a simple read tool.

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?

Schema coverage is 100%, so parameters already have descriptions. The description adds value by explaining the language parameter as enabling 'language override to read translations', which supplements the schema.

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 explicitly states it reads 'text elements (text pool)' and lists the types: text symbols, selection texts, heading texts. This clearly distinguishes it from siblings like adt_read_source (source code) or adt_write_textelements (writing).

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 mentions usefulness for i18n audits and before editing texts, providing clear context. However, it does not explicitly state when to avoid this tool or name alternatives beyond implication.

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

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