Skip to main content
Glama
APVentureEngine

vendor-status

vendor_incidents

Retrieve a vendor's incident history from its status page: title, state, impact, timestamps, latest update, and URL. Filter by date, state, or count to assess reliability.

Instructions

One vendor's incident history as its status page posted it: title, state, impact, start/resolve timestamps, latest update text and the incident URL, newest first. Histories go back weeks to years depending on what the vendor's page exposes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax incidents returned, 1-200 (default 20).
sinceNoOnly incidents that started on/after this date, YYYY-MM-DD.
stateNoOnly this incident state, e.g. 'resolved', 'investigating', 'monitoring'.
vendorYesVendor name, slug or status-page domain.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4/5.0
Behavior3/5

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

No annotations are provided, so the description carries the burden. It discloses that histories vary in depth ('weeks to years depending on what the vendor's page exposes') and that data is sourced from the vendor's status page, which implies external variability. However, it does not mention pagination behavior, rate limits, or what happens when a vendor is not found.

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 with no wasted words. The first sentence front-loads the core purpose and output fields; the second adds a useful caveat about data availability. Every sentence earns its place.

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?

For a read-only list tool with a fully documented schema, the description covers the essential context: what data is returned, ordering, and the variability of history depth. It lacks explicit notes on error cases or pagination, but these are minor given the tool's simplicity and the schema's completeness.

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 adds context about the data source and ordering but does not add meaning beyond the schema for individual parameters. Baseline 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 clearly states the tool returns one vendor's incident history as posted on its status page, with specific fields (title, state, impact, timestamps, update text, URL) and ordering (newest first). This distinguishes it from siblings like vendor_status (current status) and vendor_resolution_times (aggregated metrics).

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 implies this is for historical incident data from a vendor's status page, which differentiates it from vendor_status (current status) and vendors_down_now (current outages). It does not explicitly name alternatives or state when not to use it, but the scope is clear enough for an agent to select it appropriately.

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