Skip to main content
Glama
Nidhideep

SAP Clean Core MCP Server

by Nidhideep

cc_search_objects

Search ABAP objects by name pattern with wildcard support for prefix or wildcard queries.

Instructions

Search ABAP objects by name pattern with wildcard support. Use for prefix search ('BAPI_MATERIAL') or wildcards ('CL_SALV*', 'MM_%'). For natural language search ('APIs for posting goods movements') use cc_semantic_search instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
patternYesObject name pattern. Supports prefix search and wildcards (* or %). Examples: 'BAPI_MATERIAL', 'CL_SALV*', 'I_BUSINESSPART%', 'MM_*'.
deployment_targetNoDeployment environment: PCE, PUBLIC, or BTP.PCE
limitNoMaximum results to return (1–200). Default 20.
state_filterNoOptional filter: only return objects with this state.
response_formatNo'summary' returns name, type, level. 'full' adds all fields.summary
Behavior3/5

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

No annotations provided, so description carries full burden. It implies a safe read-only search operation but does not explicitly state behavioral traits like destructiveness, authentication needs, or rate limits. The description is adequate but lacks extra context beyond the obvious safe nature of search.

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?

Description is two sentences, front-loaded with purpose, no unnecessary words. Every sentence adds value (usage guidance and alternative).

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 5-parameter tool with no output schema, the description covers core usage and provides alternative. Parameter details are well-documented in schema. Lacks explicit description of return format, but the response_format parameter partially covers it. Overall complete enough for typical usage.

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 description coverage is 100%, so the schema already documents all parameters thoroughly. The description repeats examples from schema but adds minimal new meaning. Baseline score of 3 is appropriate as description doesn't significantly enhance parameter understanding.

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?

Description clearly states the tool searches ABAP objects by name pattern with wildcard support, providing specific verb and resource. It distinguishes from sibling cc_semantic_search by specifying when to use each.

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

Usage Guidelines5/5

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

Explicitly provides when to use (prefix search or wildcards) and when not (natural language search), with clear alternative cc_semantic_search. Includes examples for proper usage.

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/Nidhideep/sap-clean-core-mcp'

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