Skip to main content
Glama

queue_add_retry_logic

Add advanced retry strategies to your queue with exponential backoff, dead-letter queues, and alerting to handle failures reliably.

Instructions

Pro: Add advanced retry strategies with exponential backoff, dead letter queues, and alerting

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
api_keyNoAPI key for authentication
queue_nameYesQueue name to add retry logic to
max_retriesNoMaximum number of retry attempts
backoff_typeNoBackoff strategyexponential
Behavior2/5

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

No annotations are present, so the description carries the full burden. It describes what will be added but not the impact on existing queue configuration, whether the operation is idempotent or destructive, what prerequisites exist (e.g., the queue must already exist), or whether authentication via api_key is required. For a mutating tool this is a significant gap.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact, but the leading 'Pro:' prefix is ambiguous (product tier? feature name?) and the sentence front-loads the less informative part. The most distinguishing details (dead letter queues, alerting) appear later and are not reflected anywhere in the input schema.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

As a mutation tool with no annotations and no output schema, the description should explain expected effects, prerequisites, and possibly return behavior. It communicates the general action but omits what happens to existing retry settings, whether the operation is reversible, and any failure semantics. This is incomplete for an agent deciding whether and how to invoke it.

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 the schema already documents all four parameters. The description reinforces that 'exponential backoff' relates to the backoff_type enum, but adds no new meaning beyond the schema, such as how backoff_type values interact with max_retries or what 'custom' requires.

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 states a specific verb ('add'), a clear resource (retry strategies to a queue), and names concrete capabilities (exponential backoff, dead letter queues, alerting). It is clearly about queue retry logic and distinguishable from generic retry tools, but it never explicitly names sibling alternatives or what distinguishes it from http_add_retry or retry_configure_backoff.

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?

There is no guidance on when to use this tool versus alternatives. The 'Pro:' prefix implies an advanced tier, but no conditions, exclusions, or sibling comparisons are given, leaving the agent to infer the intended use case from the name alone.

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/barnburner121/claude-plugin-marketplace'

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