Skip to main content
Glama
awslabs

Threat Modeling MCP Server

Official
by awslabs

get_threat_model_progress

Track threat modeling progress by viewing completed phases and the current phase in a markdown report.

Instructions

Get the current progress of the threat modeling process.

This tool returns the current progress of the threat modeling process, including completed phases and the current phase.

Args: ctx: MCP context for logging and error handling

Returns: A markdown-formatted progress report

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden. It discloses the return format (markdown) and content (completed phases, current phase), but does not explicitly state read-only behavior or any session requirements. For a getter, this is adequate but not rich.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is relatively concise but has redundancy ('current progress' repeated) and includes an irrelevant Args section for 'ctx' that isn't in the schema. Structure is clear but not optimally front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a zero-parameter getter with an output schema, the description provides sufficient information about the returned markdown progress report. It could clarify the relationship with get_current_phase_status, but that falls under usage guidelines rather than completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters, so the baseline is 4. The description adds no parameter information, which is fine since none are needed. It does mention a 'ctx' argument not present in the schema, which is minor noise.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool retrieves the current threat modeling progress, including completed phases and the current phase. It differentiates from get_current_phase_status by mentioning completed phases, but does not explicitly name sibling tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives like get_current_phase_status. There is no mention of exclusions, prerequisites, or specific scenarios where this tool is preferred.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/awslabs/threat-modeling-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server