Skip to main content
Glama
inspicere

mcp-defectdojo

by inspicere

list_findings

List vulnerability findings filtered by test, product, engagement, severity, status, tags, and more. Returns paginated JSON results for efficient data retrieval.

Instructions

List findings with optional filters. Args: test_id, product_id, engagement_id (all optional, > 0); severity (Critical/High/Medium/Low/Info); active, verified, duplicate, false_p, out_of_scope, is_mitigated, risk_accepted, outside_of_sla (all optional booleans); tags (optional list); component_name, title (optional strings); limit (1-100, default 20), offset (>= 0). Returns JSON with 'items' array and 'pagination' metadata.

DOM-19 (Phase 14.2): the has_jira parameter was removed from the signature entirely. Prior to v3.2.6 it was accepted-then-rejected at runtime because DefectDojo silently ignored it (F-007). Inspect jira_issue_url on each finding to determine Jira linkage.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNo
limitNo
titleNo
activeNo
offsetNo
false_pNo
test_idNo
severityNo
verifiedNo
duplicateNo
product_idNo
is_mitigatedNo
out_of_scopeNo
engagement_idNo
risk_acceptedNo
component_nameNo
outside_of_slaNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description explains the return format ('items' and 'pagination') and includes a historical note about the has_jira parameter. However, it does not disclose rate limits, auth needs, or default sorting behavior.

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 front-loaded with the purpose and parameter summary. It is fairly concise given the 17 parameters, though the DOM-19 note on has_jira is slightly tangential for a typical user.

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?

With no annotations and high parameter count, the description covers all filter semantics and return structure. It addresses the complexity well, but lacks guidance on pagination default or total count.

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%, so the description must compensate. It details each parameter with types, constraints (e.g., '>0' for IDs, '1-100' for limit), allowed values for severity, and defaults. This adds significant meaning beyond the schema's type-only definitions.

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 'List findings with optional filters,' which is a specific verb (list) and resource (findings). It distinguishes from siblings like get_finding (single) and create_finding (write operation).

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 lists filters but does not explicitly guide when to use this tool versus alternatives like get_finding for a single finding or list_tests for tests. The usage context is implied but not contrasted.

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/inspicere/mcp-defectdojo'

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