Skip to main content
Glama
Nidhideep

SAP Clean Core MCP Server

by Nidhideep

cc_partner_objects

Search ABAP objects from SAP partner namespaces to verify Clean Core compliance. Filter by partner code or object name pattern.

Instructions

Search ABAP objects from SAP partner namespaces. Partner objects are cross-target (not filtered by deployment environment). Supported partners: CDE, CONLUTIO, ICO, INFHCM, INVICL, IXOS, MIC, NAMESPACE, OBZERVR, OTX, OTXAF, PAT, PROS, QTYW, SIAV, TFTO, TOP, XPR. Use this to check if a partner product's APIs follow the Clean Core approach.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
object_nameNoObject name or pattern to filter (supports * and % wildcards). Omit to list all partner objects.
partnerNoFilter by partner namespace. Supported: CDE, CONLUTIO, ICO, INFHCM, INVICL, IXOS, MIC, NAMESPACE, OBZERVR, OTX, OTXAF, PAT, PROS, QTYW, SIAV, TFTO, TOP, XPR. Omit to search all partners.
limitNoMaximum results to return (1–500). Default 50.
offsetNoPagination offset.
response_formatNo'summary' returns name, type, level, partner. 'full' adds all fields.summary
Behavior3/5

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

With no annotations, the description carries the burden but only conveys basic purpose and supported partners. It doesn't disclose read-only nature, auth needs, or side effects, though the use case implies reading.

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 concise with three sentences, front-loading purpose and supported partners, then adding use case. Minor redundancy (partner list repeated from schema) but overall efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 5 parameters and no output schema, the description does not explain the response structure or default behavior beyond the schema. It's adequate but could elaborate on output format or pagination details.

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 baseline 3 applies. The description repeats the partner list from the schema but adds no new parameter-level meaning beyond what the schema already provides.

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 it searches ABAP objects from SAP partner namespaces, distinguishes from siblings by emphasizing 'partner' and 'cross-target', and provides a specific use case (check Clean Core).

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 for partner objects but does not explicitly state when not to use it or mention alternatives like cc_search_objects for non-partner objects.

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