Skip to main content
Glama

Threat Intel Package Match

intel_match
Read-onlyIdempotent

Match package inventory coordinates to local threat-intel advisories. Identifies vulnerabilities in software packages by comparing against curated advisories.

Instructions

Match package inventory coordinates to local threat-intel advisories.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
purlNoPackage URL, e.g. pkg:pypi/requests@2.31.0.
ecosystemNoPackage ecosystem when purl is omitted, e.g. pypi, npm, go, maven, apk.
nameNoPackage name when purl is omitted.
versionNoPackage version when known.
packagesNoOptional package list with purl or ecosystem/name/version objects for batch matching.
limitNoMaximum packages to match, 1-500.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations already declare readOn=True, destructiveHint=false, idempotentHint=true, openWorldHint=true, so the safety profile is clear. The description adds minor context about matching to local advisories but does not disclose further behavioral details like matching precision or output form. No contradictions with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence with only 6 words, efficiently conveying core purpose. It is front-loaded with verb and objects. Could add minor context without losing conciseness, but currently well-structured.

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

Completeness2/5

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

Despite having output schema and annotations, the description omits important context like batch matching via the 'packages' parameter, the meaning of 'local', or matching logic. This leaves gaps for an agent to properly invoke the tool in varying scenarios.

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 coverage is 100% with detailed parameter descriptions (e.g., purl with example). The tool description adds no additional parameter information, so it does not improve semantics beyond the baseline.

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 uses a specific verb 'match' and identifies the resources: 'package inventory coordinates' and 'local threat-intel advisories', clearly distinguishing the tool from siblings like intel_lookup (general lookup) and intel_sources (list sources).

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives such as intel_lookup or other scanning tools. The description lacks context on prerequisites or appropriate scenarios, leaving the agent uninformed about decision criteria.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/msaad00/agent-bom'

If you have feedback or need assistance with the MCP directory API, please join our Discord server