Create Project Request
Description
Creates a new AttackForge project request. This is a write operation: it persists a new project request record.
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_project_request")to retrieve the current JSON Schema forargs.Build
argsto match that schema and call this tool.
Preconditions: the caller must have permission to create project requests, and project requests must be enabled for the tenant (frontend.enable_project_requests). On success the new project request 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_project_requestand clickAdd
Example Prompts
Submit a project request for an external pentest of the ACME web app in February.
Raise a project request requiring onsite testing for the data centre.
Create a project request for the ACME org with this scope and justification.
Parameters
args
object
Yes
The project-request-creation payload. Build it to satisfy get_args_schema_for_tool(tool="create_project_request").
Example Response
Last updated