Skip to main content
Glama

runAtcCheck

Run a full ATC check on an object or package in one call, returning compact findings without the need to chain separate variant, run, and worklist steps.

Instructions

One-shot ATC check: runs the FULL flow (check variant → run → read worklist) for one object/package and returns COMPACT findings. PREFER THIS over calling atcCheckVariant/createAtcRun/atcWorklists separately — it removes the worklistId/runId chaining mistakes. NOTE: this is a TRANSIENT run with the system default treatment; numbers may legitimately differ from a central/baseline worklist shown in SAP GUI.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mainUrlYesADT URI of the object/package to check (get it via objectStructure/findObjectPath — do not guess it from the name).
variantNoCheck variant NAME (the same used in SAP GUI). If omitted, the system default from atcCustomizing is used.
connectionNoOptional: SAP connection name to use for THIS call only (overrides the active connection; see listConnections). Immune to server restarts and concurrent switches.
maxResultsNoMax findings in the run (maximumVerdicts). Default 1000.
objectNameNoFilter findings to this object name (recommended for packages/central worklists).
maxFindingsNoMax findings detailed in the response (default 200).
includeExemptedNoInclude exempted findings.
Behavior4/5

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

With no annotations, description carries full burden. It discloses the tool runs a full transient flow and returns compact findings, noting potential differences from SAP GUI baseline. Missing details on authorization or error conditions, but adequate for a one-shot check.

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 sentences plus a concise note, front-loaded with key action and benefit. Every sentence adds value without redundancy.

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?

No output schema, so description could detail return format more. However, it covers the main contextual points: transient nature, when to use, and key differentiators. Parameter coverage is complete via schema.

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 schema already describes all 7 parameters. Description adds no additional parameter-level guidance beyond what's in the schema (e.g., how to get mainUrl is already in schema). Baseline 3 is appropriate.

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 verb ('run'), resource ('ATC check for one object/package'), and distinguishes from siblings by explicitly naming alternative tools (atcCheckVariant, createAtcRun, atcWorklists) and explaining the advantage.

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 advises to prefer this tool over the separate steps and notes that it is a transient run with system default treatment, providing clear context on when to use and potential differences from baseline worklists.

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/rafaelssclaudio/MCP'

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