Skip to main content
Glama
awslabs

Threat Modeling MCP Server

Official
by awslabs

delete_assumption

Delete a single assumption by ID or remove multiple assumptions in batch. Keep the threat model current by eliminating outdated entries.

Instructions

Delete an assumption from the threat model. Supports batch operations via the 'ids' parameter.

For single item: provide the id directly. For batch: provide a list of IDs in the 'ids' parameter.

Args: ctx: MCP context for logging and error handling id: ID of the assumption to delete (required for single item mode) ids: Optional list of assumption IDs for batch deletion

Returns: A confirmation message

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoID of the assumption to delete (required for single item mode)
idsNoOptional list of assumption IDs to delete in batch. When provided, the 'id' parameter is ignored.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It only states that deletion occurs and returns a confirmation message, without covering permanence, cascading effects, permissions, or error behavior.

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 organized into short sections but includes an extraneous Args entry for 'ctx' and some repetition. It is still relatively concise and front-loaded with the core purpose.

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

Completeness3/5

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

The description covers the basic delete functionality and batch mode, but lacks edge-case handling, confirmation details, and clarity on the relationship between 'id' and 'ids'. The erroneous 'ctx' parameter further reduces completeness.

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

Parameters2/5

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

The description repeats schema information without adding meaningful detail, and incorrectly includes a 'ctx' parameter not present in the input schema, which could mislead an agent. It also omits the schema's note that 'ids' overrides 'id'.

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

Purpose5/5

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

The description clearly states the tool deletes an assumption from the threat model, using a specific verb and resource. It also distinguishes batch and single-item modes, differentiating it from sibling assumption tools.

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

Usage Guidelines4/5

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

It provides explicit instructions for single-item and batch usage via the 'ids' parameter, which helps an agent decide how to invoke the tool. However, it does not mention alternatives or when-not-to-use cases.

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