Skip to main content
Glama

Huntertech.io Vendor Insights

Get Vendor Incidents

get_vendor_incidents
Read-onlyIdempotent

Get vendor incident and outage status for one monitored vendor (for example solarwinds, zscaler, cloudflare). Anonymous and active-only calls return the most recent ongoing incidents (not monitoring). Authenticated calls can request resolved history within the user plan window.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum incidents to return. Anonymous maximum is 5.
vendorYesVendor ID, for example zscaler, cloudflare, github, openai.
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/5.0
Behavior5/5

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

Beyond the readOnly and idempotent annotations, the description adds meaningful behavioral details: anonymous calls return only ongoing incidents, authenticated calls can access resolved history within a plan window, and the tool is explicitly not a monitoring mechanism. This enriches the agent's understanding of authentication and data scope without contradiction.

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: the first fronts the core purpose, the second clarifies behavioral variations. Every clause adds value, with no filler or repetition of schema details.

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

Completeness5/5

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

Given the presence of an output schema and comprehensive parameter descriptions, the description adequately covers the tool's scope, authentication modes, and filtering logic. The moderate complexity (4 parameters, 1 required) is well addressed, and no critical missing context is apparent.

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?

With 100% schema coverage, the baseline is 3. The description adds some context by relating vendor specificity to the 'vendor' parameter and explaining how authentication affects 'includeResolved' and 'timePeriod'. However, this mostly reinterprets existing schema descriptions rather than introducing novel information, so it meets the baseline without exceeding it.

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 retrieves vendor incident and outage status for a single monitored vendor, with concrete examples (solarwinds, zscaler, cloudflare). It distinguishes from sibling tools by explicitly scoping to 'one monitored vendor' versus get_all_vendor_incidents, and from list_monitored_vendors by targeting incidents rather than vendor listings.

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 clear context on when to use the tool: for a single vendor's incidents. It also explains behavior differences between anonymous and authenticated calls, implying usage for active incidents versus resolved history. However, it does not explicitly name the alternative tools for all-vendor incidents or vendor listing, so exclusions are implicit 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