Skip to main content
Glama

sap_search_tables

Search SAP's Data Dictionary for tables by keyword, retrieving names and descriptions to support ABAP development and review.

Instructions

Search the Data Dictionary for tables matching a keyword. Returns table names and descriptions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keywordYesSearch keyword
max_resultsNoMaximum results to return

Schema Changelog

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

  1. Changed8 schema fields changedv0.1.2
    • removedInput schema / $schema
      Removed value: -"http://json-schema.org/draft-07/schema#"
    • removedInput schema / additionalProperties
      Removed value: -false
    • changedInput schema / properties / keyword / description
      Previous value: -"Search term, e.g. 'vendor', 'purchase'"New value: +"Search keyword"
    • addedInput schema / properties / keyword / example
      Added value: +"MATERIAL"
    • addedInput schema / properties / max_results / default
      Added value: +20
    • changedInput schema / properties / max_results / description
      Previous value: -"Maximum results (default 20)"New value: +"Maximum results to return"
    • addedInput schema / properties / max_results / example
      Added value: +20
    • changedInput schema / properties / max_results / type
      Previous value: -"number"New value: +"integer"
  2. First observedv0.1.0

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral disclosure burden. It clearly indicates a search operation returning metadata (names and descriptions), but does not disclose search matching semantics, case-sensitivity, or default result limiting behavior (max_results is left to the schema).

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 short sentences with no filler; action and output are front-loaded. 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?

For a simple two-parameter search tool with a fully documented schema, the description provides the essential outcome (table names and descriptions). It stops short of naming alternatives or search edge cases, but the core context an agent needs to call the tool is present.

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?

Schema coverage is 100%, so both keyword and max_results are already defined. The description only echoes the keyword concept without adding format, syntax, or additional behavioral meaning, so it stays at the baseline.

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 states a specific verb and resource: 'Search the Data Dictionary for tables matching a keyword.' It also describes the return type ('table names and descriptions'), making the tool's purpose distinct from data-reading and field-metadata siblings.

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

Usage Guidelines3/5

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

The description implies usage context: use when you have a keyword and need to locate dictionary tables, rather than when you already know the table name or need to read data. However, it does not explicitly discuss when-not-to-use or name alternative sibling tools.

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