Skip to main content
Glama

atcWorklists

Retrieve compact findings from a completed ATC run, including summary and per-object details, with optional filtering by object name for efficient worklist management.

Instructions

STEP 3 of an ATC run. Retrieves the findings of a completed ATC run, returned COMPACT (summary + per-object findings) to avoid huge payloads. For a central/shared worklist use objectName to filter to a single object.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
timestampNoThe timestamp.
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 for large/central worklists to avoid truncation).
maxFindingsNoMax findings detailed in the response (default 200). The summary always counts ALL findings; a `truncated` flag signals when detail was capped.
runResultIdYesThe `id` returned by createAtcRun.
usedObjectSetNoThe used object set.
includeExemptedNoWhether to include exempted findings.
Behavior4/5

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

Describes compact format, truncation flag, and dependency on runResultId. No annotations provided, so description carries burden; it covers key behaviors but omits auth or side effects.

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 concise sentences front-loading purpose and format, with efficient filtering guidance. No unnecessary words.

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?

Explains purpose and compact behavior but does not detail response structure or provide context for optional parameters like timestamp or includeExempted. Lacks completeness for a 7-parameter tool with no output 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 covers all 7 parameters with descriptions. The description adds minor context (e.g., runResultId source, filtering advice) but does not significantly enhance understanding beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it retrieves findings of a completed ATC run and mentions filtering by objectName. It distinguishes itself as STEP 3 but does not explicitly contrast with sibling tools like atcCentralResult.

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 context as STEP 3 and advises using objectName for large worklists. However, it does not specify when not to use this tool or mention alternatives.

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