Skip to main content
Glama
Nidhideep

SAP Clean Core MCP Server

by Nidhideep

cc_classify_objects

Classify up to 500 ABAP objects by Clean Core level, ATC priority, state, and recommended action. Audit transport object lists or codebase dependencies for compliance.

Instructions

Bulk compliance check — classify up to 500 ABAP objects at once. Returns a table: object name, Clean Core level (A/B/C/D), ATC priority, state, recommended action. Uses the most restrictive state when an object has multiple entries (safety-first). Objects not found in the dataset are classified as Level C (Internal — inferred from SAP whitepaper Section 3.3.4.3.3). Use this to audit a transport's object list or a codebase's dependency inventory.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
object_namesYesList of ABAP object names to classify (max 500). Names are case-insensitive.
offsetNoPagination offset (for result sets larger than 500).
deployment_targetNoDeployment environment: PCE, PUBLIC, or BTP.PCE
response_formatNo'table' returns a compact row-per-object format. 'json' returns full detail per object.table
Behavior4/5

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

Discloses two key behaviors: uses most restrictive state for multiple entries (safety-first) and classifies not-found objects as Level C with a citation. No annotations exist, so the description carries the full burden; it adequately covers read-only nature and handling edge cases.

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?

Four sentences front-load the core purpose, then add behavioral details and use cases. Every sentence adds value with no redundancy or filler.

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 no output schema, the description explains the return table fields and key behaviors (multiple entries, missing objects). Minor gap: 'json' response format is only described as 'full detail per object' without specifics, but overall adequate for a 4-parameter tool.

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 baseline is 3. The description adds overall context (e.g., object limit, classification logic) but does not significantly enhance understanding of individual parameters beyond the schema descriptions.

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 explicitly states 'bulk compliance check' and 'classify up to 500 ABAP objects at once,' with clear output fields. Distinguishes from sibling tools by focusing on batch classification for auditing transport lists or dependency inventories, which is unique among the listed siblings (e.g., cc_lookup_object for single lookups).

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?

Provides explicit use cases: 'audit a transport's object list or a codebase's dependency inventory.' Lacks negative guidance or explicit alternatives, but the context strongly implies when to use this tool (batch) versus siblings (single lookups, explanations).

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