Skip to main content
Glama

Huntertech.io Vendor Insights

Get All Vendor Incidents

get_all_vendor_incidents
Read-onlyIdempotent

Get the most recent ongoing vendor incidents across all monitored vendors (newest start first). Anonymous maximum is 5. Does not include monitoring-phase incidents unless authenticated history is requested.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum incidents to return. Anonymous maximum is 5.
timePeriodNoAuthenticated history window such as 7d, 30d, 90d, or all when allowed by plan.
includeResolvedNoInclude resolved incidents when authenticated.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
totalYes
successYes
vendorIdNo
incidentsYes
dataWindowNo
nextActionNo
vendorNameNo
accessLevelYes
lastUpdatedNo
vendorIncidentsUrlNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed9 schema fields changed
    • addedOutput schema / properties / incidents / items / properties / duration
      Added value: +{
      +  "anyOf": [
      +    {
      +      "type": "string"
      +    },
      +    {
      +      "type": "null"
      +    }
      +  ]
      +}
    • addedOutput schema / properties / incidents / items / properties / durationLabel
      Added value: +{
      +  "anyOf": [
      +    {
      +      "type": "string"
      +    },
      +    {
      +      "type": "null"
      +    }
      +  ]
      +}
    • addedOutput schema / properties / incidents / items / properties / durationMs
      Added value: +{
      +  "anyOf": [
      +    {
      +      "type": "number"
      +    },
      +    {
      +      "type": "null"
      +    }
      +  ]
      +}
    • addedOutput schema / properties / incidents / items / properties / huntertechUrl
      Added value: +{
      +  "anyOf": [
      +    {
      +      "type": "string"
      +    },
      +    {
      +      "type": "null"
      +    }
      +  ]
      +}
    • addedOutput schema / properties / incidents / items / properties / isOngoing
      Added value: +{
      +  "type": "boolean"
      +}
    • addedOutput schema / properties / incidents / items / properties / vendorIncidentsUrl
      Added value: +{
      +  "anyOf": [
      +    {
      +      "type": "string"
      +    },
      +    {
      +      "type": "null"
      +    }
      +  ]
      +}
    • addedOutput schema / properties / incidents / items / properties / vendorStatusUrl
      Added value: +{
      +  "anyOf": [
      +    {
      +      "type": "string"
      +    },
      +    {
      +      "type": "null"
      +    }
      +  ]
      +}
    • changedOutput schema / properties / incidents / items / required
      Previous value: -[
      -  "id",
      -  "vendorId",
      -  "vendorName",
      -  "title",
      -  "status",
      -  "startedAt",
      -  "updatedAt",
      -  "resolvedAt",
      -  "url",
      -  "summary"
      -]New value: +[
      +  "id",
      +  "vendorId",
      +  "vendorName",
      +  "title",
      +  "status",
      +  "startedAt",
      +  "updatedAt",
      +  "resolvedAt",
      +  "url",
      +  "vendorStatusUrl",
      +  "vendorIncidentsUrl",
      +  "huntertechUrl",
      +  "duration",
      +  "durationLabel",
      +  "summary"
      +]
    • addedOutput schema / properties / vendorIncidentsUrl
      Added value: +{
      +  "anyOf": [
      +    {
      +      "type": "string"
      +    },
      +    {
      +      "type": "null"
      +    }
      +  ]
      +}
  2. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so safety is covered. The description adds valuable behavioral context: ordering by start time, anonymous maximum of 5, and the exclusion of monitoring-phase incidents unless authenticated history is requested. This goes beyond the annotations and provides useful operational details.

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 sentences, front-loaded with the core action, and every sentence adds useful information. There is no filler or repetition of schema details, making it appropriately sized and structured.

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 an output schema present and annotations covering read-only/idempotent behavior, the description adequately covers the tool's purpose, scope, ordering, and key access constraints. The only minor gap is the slightly ambiguous phrase 'authenticated history is requested,' but overall the description is sufficiently complete for the tool's complexity.

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% with clear descriptions for all three parameters (limit, timePeriod, includeResolved). The description reinforces the anonymous limit but does not add significant new meaning beyond what the schema already provides. Thus 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 verb ('get') and resource ('vendor incidents across all monitored vendors'), with scope ('all monitored vendors') and ordering ('newest start first'). This distinguishes it from sibling tools like get_vendor_incidents, which likely targets a specific vendor, and list_monitored_vendors, which lists vendors rather than incidents.

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

Usage Guidelines3/5

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

The description implies usage context (anonymous maximum of 5, exclusion of monitoring-phase incidents unless authenticated) but does not explicitly name alternatives or state when to use this tool versus sibling tools. The guidance is present but inferred rather than 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