Skip to main content
Glama
inspicere

mcp-defectdojo

by inspicere

import_scan

Import a security scan report into DefectDojo to automatically create findings and optionally auto-create products and engagements.

Instructions

Import a scan report into DefectDojo. Requires write scope. Rate-limited.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fileYesBase64-encoded scan result file content.
tagsNoList of tags to apply.
activeNoMark imported findings as active (default True).
versionNoVersion string for the scan.
build_idNoBuild identifier.
group_byNoGrouping strategy (e.g. "component_name+component_version").
verifiedNoMark imported findings as verified (default False).
file_nameYesOriginal filename of the scan result.
scan_typeYesScanner type (e.g. "Semgrep JSON Report", "Trivy Scan", "ZAP Scan").
branch_tagNoBranch or tag name.
commit_hashNoCommit hash.
product_nameNoProduct name (required when auto_create_context is True).
push_to_jiraNoPush findings to Jira (default False).
engagement_nameNoEngagement name (required when auto_create_context is True).
minimum_severityNoMinimum severity to import (Critical/High/Medium/Low/Info).
product_type_nameNoProduct type name for auto-creation.
close_old_findingsNoClose findings not present in this scan (default True).
auto_create_contextNoAuto-create product/engagement if they don't exist (default True).
deduplication_on_engagementNoDeduplicate within the engagement (default True).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations, the description carries full behavioral disclosure burden. It only mentions write scope and rate limits, but omits key behaviors like auto-creation of product/engagement (auto_create_context defaults true), deduplication, and closing old findings. These are critical for an agent to understand side effects.

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 very concise (two sentences) and front-loaded with the core purpose. It includes necessary constraints without extraneous information, earning its sentences.

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?

Despite having 19 parameters and an output schema, the description fails to provide an overview of the import workflow, return value expectations, or how auto-creation and deduplication integrate. The schema descriptions are detailed but the tool-level context is missing.

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%, so baseline is 3. The tool description does not add any additional meaning beyond what the parameter descriptions already provide. No extra context or examples are given.

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 verb 'Import' and the resource 'scan report' into 'DefectDojo', leaving no ambiguity about the tool's primary function. It distinguishes from sibling 'reimport_scan' through the verb 'import' vs 'reimport'.

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 mentions prerequisites ('Requires write scope') and constraints ('Rate-limited'), but does not provide guidance on when to use this tool versus alternatives like 'reimport_scan'. The context for appropriate usage is implied but not explicit.

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