Skip to main content
Glama

delivery_health

Read-onlyIdempotent

Delivery health per destination (Slack, Discord, webhooks, …) over a range of calendar days — delivered, failed, success rate, response time, what was held back — plus the most recent failed deliveries with their errors. Totals come from daily aggregates; failures from raw deliveries within retention.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoLast calendar date (YYYY-MM-DD, org-local); with from.
orgNoOrganization slug; omit for the default organization. See list_organizations.
daysNoThe last N calendar days including today; instead of from/to. Default 7.
fromNoFirst calendar date (YYYY-MM-DD, org-local); with to.
destination_idNoOne destination (dst_…) from describe_setup.
failures_limitNo
failures_sinceNoEarliest failure time for the recent failures: ISO-8601 with offset, YYYY-MM-DD, or 30m/24h/7d/2w back.
failures_untilNoLatest failure time, same forms.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnly, idempotent, and non-destructive behavior. The description adds meaningful behavioral context: totals come from daily agg-regates while failure details come from raw deliveries within retention, and it discloses what kinds of failures are returned. This is useful beyond the annotations and contains no contradicction.

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, front-loaded with the main purpouse, then the delivered output, then the data-source caveat. Every sentence earns its place and there is no filler or redundant restating of the tool name.

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 explains what is returned: delivered, failed, success rate, response time, held-back items, and recent failures with errors. It also clarifies the freshness/aggregation model. It could be slightly richer about how failures_limit/date cutoffs shape the failure sample, but the schema covers most of that.

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 88%, so the schema already carries most parameter meaning. The description does not add parameter-level details, though it does frame the notion of 'calendar days' and 'per destination'. With high schema coverage, baseline 3 is appriate.

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 names a specific verb and resource: it reports delivery health per destination over a date range, with concrete metrics (delivered, failed, success rate, response time, held-back items) and recent failed deliveries with errors. This clearly differentiates it from sibling tools like get_usage or event_stats, even without naming them.

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?

The description provides a clear usage context: for delivery health/status per destination over calendar days. It does not explicitly say when not to use it or name alternative tools, but the purpose is specific enough that an agent can identify when this tool fits. A small exclusion or pointer to siblings would make it fully explicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources