Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REPORTS_JWT_TOKEN | Yes | Your JWT authentication token from your reports API system |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| update_report | Update a report. HTML fields (goal, scope, summary description/keyFindings, recommendations) use minimal HTML formatting: only tags for paragraphs and for simple bullet lists. NO nesting, NO numbered lists, NO code blocks, NO headers. |
| get_report | Retrieve a specific report by ID |
| get_all_reports | Retrieve all reports from the API |
| create_report | Create a new report |
| get_vulnerability | Retrieve a specific vulnerability by ID |
| update_vulnerability | Update a vulnerability. Use minimal HTML formatting: only tags for paragraphs and for simple bullet lists. NO nesting, NO numbered lists, NO code blocks, NO headers. |
| delete_vulnerability | Delete a vulnerability by ID |
| get_vulnerabilities | Retrieve all vulnerabilities for a specific report |
| create_vulnerabilities | Create one or more vulnerabilities for a specific report. Use minimal HTML formatting: only tags for paragraphs and for simple bullet lists. NO nesting, NO numbered lists, NO code blocks, NO headers. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |