Create Writeup
Description
Creates a new AttackForge writeup (also called a writeup template) which seeds the title/description/remediation of vulnerabilities created from it.
A two-step workflow is required because the input shape is tenant-specific - see Two-Step Workflow for Write Tools:
Call
get_args_schema_for_tool(tool="create_writeup")to retrieve the current JSON Schema forargs.Build
argsto match that schema and call this tool.
Any rich-text field must use the AttackForge richtext format from the richtext_format block. On success the new writeup id is returned.
How To Enable
Go to
UsersSelect the user you would like to provide access to this tool
Click on
Access > MCPClick on
Add ToolsSelect the tool
create_writeupand clickAdd
Example Prompts
Create a new writeup for "Insecure Direct Object Reference" with a remediation recommendation.
Add a writeup to the Main library describing weak TLS configuration.
Create a reusable writeup for CWE-89 SQL Injection with CVSS v3.1 scoring.
Parameters
args
object
Yes
The writeup-creation payload. Build it to satisfy get_args_schema_for_tool(tool="create_writeup").
Example Response
Last updated