Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEFECTDOJO_API_BASE | Yes | The base URL of your DefectDojo instance (e.g., https://your-defectdojo-instance.com) | |
| DEFECTDOJO_API_TOKEN | Yes | Your DefectDojo API token for authentication |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_findings | Get findings with filtering options and pagination support |
| search_findings | Search for findings using a text query with pagination support |
| update_finding_status | Update the status of a finding (Active, Verified, False Positive, Mitigated, Inactive) |
| add_finding_note | Add a note to a finding |
| create_finding | Create a new finding |
| list_products | List all products with optional filtering and pagination support |
| list_engagements | List engagements with optional filtering and pagination support |
| get_engagement | Get a specific engagement by ID |
| create_engagement | Create a new engagement |
| update_engagement | Update an existing engagement |
| close_engagement | Close an engagement |