Skip to main content
Glama
mguttmann
by mguttmann

Lists endpoints in an organization affected by a specific vulnerability

action1_list_cve_endpoints
Read-onlyIdempotent

Identify endpoints in an organization affected by a specific CVE vulnerability to locate at-risk systems for remediation.

Instructions

Lists endpoints in an organization affected by a specific vulnerability. Retrieves a list of endpoints within the specified organization… Perm: view_vulnerabilities.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fromNoProvide the number of the first record to be returned.
limitNoSet the maximum number of items to be returned (the page size).
cursorNoPagination cursor.
cve_idYesThe unique identifier of a CVE (Common Vulnerabilities and Exposures), e.g. CVE-2005-2300
filterNoProvide a case-insensitive substring to filter and narrow down returned results (i.e., if...
org_idNoOrg UUID.
sortbyNoDefine the sorting order by a certain field.
verboseNoSkip per-item compactor.
auto_paginateNoWalk all pages.
product_namesNoThe names of the products to retrieve the endpoints associated with those specific...
response_formatNoOutput format. Default markdown.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNo
countYes
itemsYes
totalNo
has_moreNo
next_cursorNo
Behavior3/5

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

Annotations already convey readOnly, idempotent, non-destructive. The description adds a permission requirement ('Perm: view_vulnerabilities') but does not elaborate on pagination, rate limits, or other behavioral traits beyond annotations.

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

Conciseness3/5

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

The description is short (two sentences) but the second sentence ends with an ellipsis, suggesting truncation. It is not as structured as it could be, lacking bullet points or clear separation of concepts.

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?

Given the complexity (11 parameters, output schema present, many sibling tools), the description should provide more context on filtering, sorting, pagination, and output. It only mentions permission and a vague scope, leaving gaps for effective agent use.

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 is 3. The description adds no additional meaning for any parameters, such as the required 'cve_id' or optional filters and pagination controls.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb 'Lists' and identifies the resource as 'endpoints affected by a specific vulnerability', clearly distinguishing it from siblings like 'list_endpoints' and 'list_vulnerabilities'. However, the second sentence is redundant and the ellipsis suggests incompleteness.

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?

The description implies usage when needing endpoints for a CVE but provides no explicit guidance on when not to use or alternatives. No comparison to similar list tools like 'list_endpoints' or 'list_org_vulnerabilities'.

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

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