Skip to main content
Glama

caldera_create_adversary

Create a custom adversary profile for MITRE Caldera by providing an ordered list of ability IDs, a name, and an optional description of tactics or scenario context.

Instructions

Create a new adversary profile from an ordered list of ability IDs.

Args: name: Human-readable adversary name (e.g. 'APT29 Credential Access'). ability_ids: Ordered list of Caldera ability UUIDs. description: Optional description of the adversary's TTPs or scenario context.

Returns: JSON string with the created adversary including its generated adversary_id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
ability_idsYes
descriptionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Despite no annotations, the description explains the mutation (create) and return value. However, it does not disclose potential side effects, authentication needs, or behavior on duplicate names. Adequate but not exhaustive.

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

Conciseness5/5

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

The description is concise and well-structured with a clear purpose sentence, a bullet-style Args list, and a Returns line. Every sentence is informative with no unnecessary words.

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?

Given the tool has 3 parameters and an output schema exists, the description covers all inputs and return value. However, it omits possible error conditions or validation details, which could be useful. Still, it is largely complete for its complexity.

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

Parameters5/5

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

The schema has 0% property descriptions, so the description fully compensates by providing clear explanations for each parameter: name as 'human-readable adversary name', ability_ids as 'ordered list of Caldera ability UUIDs', and description as optional context. This adds significant value beyond the bare schema.

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 states 'Create a new adversary profile from an ordered list of ability IDs,' which clearly indicates the action (create) and resource (adversary profile) and distinguishes from siblings like caldera_create_ability and caldera_update_adversary.

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?

The description lacks any guidance on when to use this tool versus alternatives such as caldera_update_adversary or caldera_delete_adversary. No mention of context or exclusion criteria.

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/cowboy-samurai/caldera-mcp'

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