Skip to main content
Glama
awslabs

Threat Modeling MCP Server

Official
by awslabs

get_threat_actor

Retrieve detailed information about a specific threat actor by ID to support threat modeling analysis. Returns a markdown-formatted description for use in STRIDE-based assessments.

Instructions

Get details about a specific threat actor.

This tool retrieves details about a specific threat actor in the threat model.

Args: ctx: MCP context for logging and error handling id: ID of the threat actor to retrieve

Returns: A markdown-formatted description of the threat actor

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesID of the threat actor to retrieve

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 burden. It discloses the return format (markdown) and takes an ID, but does not mention error behavior, read-only nature, or side effects. For a simple get, 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.

Conciseness4/5

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

The description is efficient with a clear one-line summary followed by brief Args/Returns sections. No fluff, though the Args section partially duplicates schema info.

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 single-parameter retrieval tool with a schema and output schema present, the description adequately covers purpose, input, and output format. It doesn't mention edge cases, but the simple nature and existing structured data make this sufficient.

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

Parameters3/5

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

Schema coverage is 100% and the description repeats the same 'ID of the threat actor to retrieve' text. It adds no additional meaning beyond the schema. The mention of 'ctx' is not in the schema and might be an implicit/hidden parameter, but it doesn't enhance understanding of the public parameter.

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 'Get details about a specific threat actor' with a specific verb ('get') and resource ('threat actor'). This distinguishes it from siblings like list_threat_actors (which lists all) and update/delete_threat_actor.

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

Usage Guidelines3/5

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

Usage is implied by the name and description: retrieve details for a specific actor given an ID. No explicit alternatives or exclusions are stated, but the context is clear enough for a simple get operation. Siblings are not referenced.

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