Skip to main content
Glama

create_sighting

Record a vulnerability sighting by sending the CVE ID, sighting type, and source to the Vulnerability Lookup API.

Instructions

Create a sighting for a vulnerability.

Requires an API key on most Vulnerability Lookup instances. Set VULNMCP_API_KEY to authenticate automatically.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceYesURI, feed, or tool identifier describing the source.
sighting_typeYesType of sighting.
vulnerability_idYesVulnerability identifier (e.g. "CVE-2025-1234").

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already indicate readOnlyHint=false and destructiveHint=false, but the description adds valuable behavioral context by disclosing the authentication requirement ('Requires an API key on most Vulnerability Lookup instances') and the automatic authentication mechanism. This goes beyond the structured annotations, though it stops short of describing side effects or return 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 exceptionally concise, consisting of two short sentences. The first sentence states the core purpose, and the second provides essential authentication context. Every word earns its place, and the information is front-loaded for quick comprehension.

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?

Given the tool's simplicity (3 flat parameters, no nested objects), an output schema exists, and annotations cover safety hints, the description covers the key contextual need: authentication. It doesn't explain the return value, but that is presumably addressed by the output schema. A small gap is the lack of guidance on what constitutes a valid 'sighting_type' or 'source', but these are not strictly required for invocation.

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 all three parameters (vulnerability_id, sighting_type, source) individually described. The description adds no additional parameter semantics beyond what the schema already provides, so the baseline score of 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's purpose: 'Create a sighting for a vulnerability.' This is a specific verb+resource pairing that distinguishes it from sibling tools, which are mostly read/search operations. The addition of authentication context further clarifies the tool's nature without ambiguity.

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 by stating it creates a sighting, and mentions the API key requirement, which is a precondition. However, it does not explicitly contrast with alternatives or state when not to use it. The sibling context suggests this is the only create tool, but the description itself provides no comparative guidance, so it earns a middle score.

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/vulnerability-lookup/VulnMCP'

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