list_threat_models
List all saved threat models to get summaries including ID, title, creation date, and version for further actions.
Instructions
List all saved threat models.
Returns a summary of each model including ID, title, creation date, and version number. Use the model ID with other tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | No | Filter by source system. One of "web", "mcp", "jira", "api". Omit to list all models regardless of source. | |
| server_version | Yes | ||
| include_assessment_summary | No | If True, include an `assessment_summary` object with each model (counts of mitigated / at_risk / unassessed COs plus a human-readable `message`). Useful for aggregate posture queries across the workspace in a single call — e.g. "which of my models are at risk?" — instead of calling `assess_model` once per model (N+1 at the agent layer). Adds ~100 bytes per model to the response. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||