Skip to main content
Glama

sap_read_object_details

Retrieves descriptions, field definitions, and metadata for SAP DDIC objects: data elements, domains, transactions, tables, views, search helps. Use for ABAP development and review.

Instructions

Read comprehensive details about any SAP repository or DDIC object. Supports: DTEL (data elements), DOMA (domains with fixed values), TRAN (transactions — shows linked program), MSAG (message classes — all messages), TABL/STRU (table/structure fields), VIEW (database views), TTYP (table types), SHLP (search helps), ENQU (lock objects). For source code objects (PROG, CLAS, FUGR, FUNC), use sap_read_code instead. Returns structured data including descriptions, field definitions, relationships, and metadata.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
object_nameYesObject name (e.g., MATNR for data element, VA01 for transaction, 00 for message class)
object_typeYesType of object to read

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv0.1.2

TDQS

A4.1/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full behavioral disclosure burden. It states that the tool returns structured data including descriptions, field definitions, relationships, and metadata, which is useful. However, it does not mention permissions, failure behavior, output size, or the read-only nature beyond the tool name.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

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

The description is dense but every sentence earns its place: a clear opening, a complete list of supported types, and an explicit routing to sap_read_code. It could be slightly better structured with bullets, but it is not padded or redundant.

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 there is no output schema, the description reasonably explains the return categories and per-type behavior. It is sufficient for an agent to call the tool with the required object_type and object_name, though it does not fully specify response shape or edge cases.

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 schema already covers both parameters at 100%, but the description adds meaningful context by explaining what each object type offers, such as domains with fixed values, transactions with linked programs, and message classes with all messages. This goes beyond the bare enum values and helps an agent select the right object type.

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 clearly states the tool reads comprehensive details about SAP repository/DDIC objects and enumerates exactly which object types are supported. It also explicitly differentiates itself from sap_read_code for source code objects, so an agent can distinguish it from closely related siblings.

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 gives explicit guidance for source code objects: use sap_read_code instead. It also implies when this tool is appropriate by listing all supported object types. However, it does not address potential overlap with other metadata-reading siblings such as sap_read_object_info or sap_read_table_structure.

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

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/NicoHern/abapilot-mcp'

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