Skip to main content
Glama

atcCentralResult

Retrieve and inspect persisted central ATC results by display ID. Get summary and detailed findings, with options to filter by object name, limit findings, or include exemptions.

Instructions

Reads a PERSISTED central ATC result by its display id (from SATC_AC_RESULTH / the ATC Result Browser), returned COMPACT (summary + per-object findings). This is the endpoint for CENTRAL runs — atcWorklists only works for transient worklist tokens and returns empty for central display ids. Findings include itemId/index (needed for exemptions), location with line, processor and lastChangedBy.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
displayIdYesThe DISPLAY_ID of the central result (32-char hex from SATC_AC_RESULTH).
connectionNoOptional: SAP connection name to use for THIS call only (overrides the active connection; see listConnections). Immune to server restarts and concurrent switches.
objectNameNoFilter findings to this object name only (recommended: central results can have thousands of findings).
maxFindingsNoMax findings detailed in the response (default 200). The summary always counts ALL findings; a `truncated` flag signals when detail was capped.
includeExemptedNoInclude exempted findings.
Behavior4/5

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

Describes that the result is persisted, returned compact, and includes itemId/index, location, processor, lastChangedBy. Discloses truncation behavior and filtering options. No annotations provided, so description carries full burden and does so well, though could mention it is a read-only operation.

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?

Three sentences: first defines main purpose and return format, second distinguishes from sibling, third details findings. Efficient, front-loaded, no 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?

With no output schema, the description adequately hints at return structure (summary + per-object findings with key fields). All five parameters are described. Sibling distinction covers the most relevant alternative. Minor gap: does not state that the call has no side effects, but implicit from 'reads'.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, baseline 3. Description adds meaningful context: displayId format (32-char hex), objectName recommended, maxFindings default 200 with truncation flag, includeExempted purpose. Exceeds minimal schema documentation.

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?

Clearly states it reads a persisted central ATC result by display ID, returns compact summary with per-object findings. Distinguishes itself from sibling atcWorklists by specifying the latter only works for transient tokens.

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 says when to use this tool (for CENTRAL runs) and when not to (use atcWorklists for transient tokens). Provides guidance on recommending objectName filter for large results.

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