list_threat_models
List all saved threat models in the current workspace to obtain model IDs for other tools or a portfolio overview.
Instructions
List saved threat models in the current workspace.
Read-only; no side effects. Returns {items: [{id, title, version, created_at, ...}], count}. Use this to discover model IDs to pass to other tools, or for a portfolio overview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | No | Filter by the system that created each model. One of "web", "mcp", "jira", "api". Omit (default "") to list all models regardless of source. | |
| server_version | Yes | ||
| include_assessment_summary | No | If True, include an `assessment_summary` object per model (counts of mitigated / at_risk / unassessed control objectives plus a human-readable `message`). Use 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. Adds roughly 100 bytes per model. Default False. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||