get_redteam_task_status
Retrieve the status of a red team task using test name to monitor AI safety analysis and prompt auditing progress on the Enkrypt AI MCP Server.
Instructions
Get the status of a redteam task.
Args: test_name: The name of the redteam test.
Returns: A dictionary containing the status of the redteam task.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
test_name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"test_name": {
"title": "Test Name",
"type": "string"
}
},
"required": [
"test_name"
],
"title": "get_redteam_task_statusArguments",
"type": "object"
}