Skip to main content
Glama
molnkontakt

action1-mcp

by molnkontakt

action1_get_vulnerability

Get detailed CVE vulnerability information from Action1 for your organization, enabling accurate risk assessment and patch decisions.

Instructions

Get details for one CVE as Action1 sees it in this organization.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cve_idYese.g. "CVE-2026-1234".
org_idNoorganization ID; defaults to the server's configured organization.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description carries full burden. It indicates a read operation ('Get') but does not disclose behavior such as whether the tool is read-only, how errors for unknown CVEs are handled, or any rate limits. The phrase 'as Action1 sees it' adds slight context but is insufficient.

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?

A single 12-word sentence that is front-loaded with the action and resource. No wasted words or redundant information; it earns its place.

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?

For a simple get-by-id tool with an output schema, the description is complete enough. It conveys the scope ('as Action1 sees it in this organization') and the singular nature. The output schema covers return details, so the description need not explain them. Missing explicit error behavior is minor given the simplicity.

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%, so baseline 3 applies. The description adds no meaning beyond the schema; it only states 'one CVE', which aligns with the required cve_id parameter but does not elaborate on org_id or parameter specifics.

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?

Description states a specific verb ('Get') and resource ('details for one CVE'), clearly distinguishing it from sibling list_vulnerabilities which would retrieve multiple records. The phrase 'one CVE' makes the singular scope explicit.

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 use for a single CVE via 'Get details for one CVE', but it does not explicitly state when to use this tool versus list_vulnerabilities or other siblings. No exclusions or alternatives are named.

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/molnkontakt/action1-mcp'

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