list_threat_actors
List all threat actors in a threat model, with optional filters for type and relevance, to aid in structured STRIDE-based threat analysis.
Instructions
List all threat actors.
This tool lists all threat actors in the threat model.
Args: ctx: MCP context for logging and error handling type: Optional type to filter threat actors relevant_only: Whether to only show relevant threat actors
Returns: A markdown-formatted list of threat actors
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Optional type to filter threat actors | |
| relevant_only | No | Whether to only show relevant threat actors |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |