konsulto_attach_evidence
Upload a file or inline text to an active audit, returning an evidenceId. Later, use this ID to link evidence to findings.
Instructions
Upload a file (or inline content) as an attachment in the active audit. Returns an evidenceId. Pass the evidenceId to konsulto_add_evidence_to_finding or include it in konsulto_compose_finding's evidence array to graft it into a finding's body. This tool only uploads — it does NOT link to a finding by itself. Exactly one of filePath/content/contentBase64 must be set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| audit | No | ||
| filePath | No | Local path to a file. The MCP reads it and uploads. | |
| content | No | Inline text content (e.g. nmap output, curl transcript). | |
| contentBase64 | No | Inline binary as base64. Use for small images/files. | |
| filename | No | Suggested filename when using content/contentBase64. Defaults to evidence.txt / .bin. | |
| kind | No | Hint for how Konsulto should render this. Optional. |