Skip to main content
Glama
Keelside
by Keelside

get_failed_messages

Retrieve failed messages from SAP CPI processing logs with details like message ID, status, artifact name, and error. Filter by date range or artifact to diagnose integration failures.

Instructions

List failed messages from SAP CPI message processing logs. Returns messageId, status, artifact name, error, and timestamp.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topNoMax number of messages to return (default 20)
fromDateNoISO date string — messages after this date (optional)
artifactNameNoFilter by iFlow/artifact name (optional)
Behavior3/5

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

No annotations are provided, so the description carries the transparency burden. It discloses read-only intent ('List') and return fields, but omits details like ordering, pagination, filter matching semantics, and authentication error handling.

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?

The description is two concise, front-loaded sentences. The first states the action, and the second enumerates the returned fields without any redundancy or filler.

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?

The tool is simple with 3 optional parameters and no output schema; the description does list expected return columns. However, it omits usage differentiation and behavioral details such as default ordering or pagination, making it minimally complete but not thorough.

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?

The input schema already describes all three parameters (top, fromDate, artifactName) with 100% coverage, including the default for top. The description adds no additional parameter semantics, so the baseline of 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?

The description opens with 'List failed messages from SAP CPI message processing logs', a specific verb, resource, and source. It names output fields and clearly distinguishes from sibling get_message_details, which implies a single-detail lookup rather than a bulk list.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance is given about when to use this tool versus alternatives like get_message_details or get_trace_log. The description implies a troubleshooting/listing purpose but lacks exclusions, prerequisites, or alternative references.

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/Keelside/mcp-sap-cpi'

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