Skip to main content
Glama
drewrukin

dtrack-mcp

by drewrukin

list_findings

List vulnerability findings for a project with filters like severity and analysis state. Returns details on vulnerabilities, affected components, and analysis status.

Instructions

List vulnerability findings for a project with optional filters.

Returns normalized findings — each one bundles the vulnerability (severity, CVSS v3/v4, CWE, EPSS, aliases), the affected component (name, version, purl, latest known version), and the analysis state. All filters are applied client-side before pagination, so total reflects the post-filter count. Read-only.

When include_details=True, every finding's vulnerability summary also carries title, description, and references so an LLM can draft a verdict without a separate get_vulnerability call. Off by default because descriptions can be 2–4 KB each — set it to true only for focused batches (20–30 findings), not project-wide scans.

Args: project_uuid: DT project UUID (get it from list_projects or lookup_project). suppressed: Include findings suppressed by an analyst. analysis_states: Whitelist, e.g. ["NOT_SET", "IN_TRIAGE", "EXPLOITABLE", "FALSE_POSITIVE", "NOT_AFFECTED", "RESOLVED"]. severities: Whitelist, e.g. ["CRITICAL", "HIGH", "MEDIUM", "LOW", "UNASSIGNED"]. page: 1-based page number (applied after filtering). page_size: Items per page (max 500). include_details: If true, embed title/description/references in each finding's vulnerability summary (v0.3). Default false.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_uuidYes
suppressedNo
analysis_statesNo
severitiesNo
pageNo
page_sizeNo
include_detailsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

No annotations present, so description carries full burden. Discloses read-only nature, filtering behavior (client-side, post-filter total), return structure (bundled vulnerability, component, analysis state), and include_details trade-off (payload size). Highly transparent.

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?

Well-structured with summary, behavioral notes, and parameter list. Front-loaded with purpose. Slightly verbose but all content adds value; could tighten a few phrases.

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?

Covers main behaviors, pagination, filtering, and include_details. Output schema exists, so return values not needed. Lacks error handling or prerequisites (e.g., project UUID from list_projects), but still sufficiently complete for typical use.

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

Parameters5/5

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

Schema description coverage is 0%, but the Args section thoroughly explains each parameter, including examples for analysis_states and severities, and details on include_details. Fully compensates for missing schema descriptions.

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 clearly states 'List vulnerability findings for a project with optional filters.' Verb and resource are specific, and it distinguishes from sibling tools like get_analysis or set_analysis.

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?

Provides usage context: filters applied client-side, pagination behavior, and advice on include_details (use only for focused batches). Does not explicitly contrast with all sibling alternatives but gives clear guidance.

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/drewrukin/dtrack-mcp'

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