Skip to main content
Glama

Search ABAP repository

abap_search
Read-only

Find ABAP development objects by name pattern with wildcards, or list where-used consumers for a target object. Narrow query by type first to avoid broad searches.

Instructions

Find objects by name pattern (mode=objects, wildcards *) or list consumers (mode=where_used); 20+ seconds on wide fan-in — narrow by type/query first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
maxNoDefault 50 rows; narrowing `query` (not lowering `max`) is what makes a broad call cheaper.
modeNoDefault "objects".
typeNoADT type filter. One of: BDEF CLAS DDLS DDLX DEVC DOMA DTEL ENHO ENHS ENQU FUGR INTF MSAG PROG SRVB SRVD TABL TTYP XSLT; or a full code, e.g. "CLAS/OC".
queryYesName pattern (mode=objects) or target object (mode=where_used).
Install Server

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already provide readOnlyHint=true and openWorldHint=true. The description adds meaningful behavioral context beyond those annotations: the 20+ second latency risk on wide fan-in and the availability of wildcard matching. No contradiction with annotations.

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?

A single efficiently structured sentence conveys the two modes, wildcards, and a key performance warning without wasted words. The critical guidance is front-loaded.

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 read-only search tool with fully documented schema and helpful annotations, the description covers the main behaviors, modes, and the most important performance caveat. It does not detail return shape, but there is no output schema, and the description already provides enough to invoke the tool correctly.

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 the baseline is 3. The description still adds value by introducing wildcard usage and explicitly tying query/type narrowing to performance, which complements the schema's parameter documentation.

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?

The description clearly states the tool finds ABAP objects by name pattern or lists consumers in where_used mode, with a specific resource and verbs. It does not explicitly differentiate from sibling tools like abap_read, so it stops short of a 5.

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 clear usage context: use mode=objects for name-pattern search and mode=where_used for consumer listing, plus practical guidance to narrow by type/query first due to latency. It does not mention explicit alternatives or when not to use the tool, so not a 5.

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

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/Freight-Art/abapsmith'

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