set_threat_actor_relevance
Set a threat actor's relevance to the system by ID and boolean value, confirming the change.
Instructions
Set the relevance of a threat actor.
This tool sets whether a threat actor is relevant to the system.
Args: ctx: MCP context for logging and error handling id: ID of the threat actor is_relevant: Whether the threat actor is relevant to the system
Returns: A confirmation message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the threat actor | |
| is_relevant | Yes | Whether the threat actor is relevant to the system |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |