Skip to main content
Glama
fitzypopper

osint-mcp-server

by fitzypopper

Cisa Kev Catalog

cisa_kev_catalog
Read-onlyIdempotent

Fetch the CISA Known Exploited Vulnerabilities catalog to identify actively exploited security flaws and prioritize remediation.

Instructions

Fetch the CISA Known Exploited Vulnerabilities catalog.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.3/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is fully covered. The description adds no additional behavioral context beyond 'Fetch', but it also does not contradict the annotations. No extra behavioral disclosure is required for such a simple parameterless read.

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 a single, front-loaded sentence with no filler or repetition. Every word contributes to understanding what the tool does.

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?

For a parameterless, read-only fetch tool, this description is complete. The annotations cover safety and idempotency, and the output schema covers the return structure, so nothing necessary for invoking the tool correctly is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

There are zero parameters, so the schema already provides 100% coverage. The description appropriately clarifies the exact resource being fetched, which is sufficient for a tool with no inputs.

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 states a specific verb ('Fetch') and a precise resource ('CISA Known Exploited Vulnerabilities catalog'), making the tool's function immediately clear. It is also easily distinguishable from the unrelated OSINT sibling tools.

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 gives clear context: this tool is for retrieving the CISA KEV catalog. It does not explicitly list when-not-to-use or alternative tools, but with zero parameters and a unique resource, the intended use is unambiguous and no exclusions are needed.

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