Skip to main content
Glama

atlas_case_study_lookup

Read-onlyIdempotent

Retrieve a documented AI/ML attack incident via its ATLAS case study ID. Default returns a truncated summary; pass include='full' for the complete narrative.

Instructions

Look up a MITRE ATLAS case study — a documented real-world AI/ML attack incident. Each case study links a sequence of ATLAS techniques (techniques_used) to the incident. Default response is SLIM (description truncated to 240 chars); pass include='full' for the verbose narrative. Use this after atlas_technique_search to find which incidents have exercised a given technique. Drill into the full techniques_used array via bulk_atlas_technique_lookup in a single call (next_calls emits exactly that hint). Returns 404 when the id is not in the synced catalog. Free: 30/hr, Pro: 500/hr. Returns {case_study_id, name, description, techniques_used, next_calls}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
case_study_idYesMITRE ATLAS case study id, format 'AML.CS####' (e.g. 'AML.CS0000', 'AML.CS0014').
includeNoDetail level. Default (omit/empty) returns slim (description truncated to 240 chars). Pass 'full' for the verbose narrative — case-study descriptions can run 1-3KB.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

The description adds behavioral details beyond annotations: default response is SLIM (truncated to 240 chars), include='full' for verbose narrative, and returns 404 when id is not found. Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true, so the bar is lower, but the description still provides useful extra context like truncation and 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.

Conciseness5/5

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

The description is concise and well-structured: it opens with the core purpose, then key details (default slim, parameter guidance, usage flow, error behavior, rate limits). Every sentence adds value, and there is no redundancy.

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

Completeness5/5

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

Given the tool's moderate complexity and the presence of annotations and an output schema, the description covers all essential aspects: purpose, input parameters (with usage hints), response format (fields listed), error condition (404), rate limits, and even hints at next steps (next_calls). It is complete enough for an agent to use correctly.

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?

Schema description coverage is 100%, so the baseline is 3. However, the description adds meaning beyond the schema by explaining the default behavior for include and the format of case_study_id. It adds value by clarifying the impact of the include parameter and the expected ID pattern.

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 it looks up a MITRE ATLAS case study (a documented real-world AI/ML attack incident) and specifies that it links techniques to incidents. It also distinguishes from sibling tools like atlas_technique_search and atlas_case_study_search by advising to use it after atlas_technique_search, thus clarifying its purpose.

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?

The description provides explicit usage guidance: 'Use this after atlas_technique_search to find which incidents have exercised a given technique' and hints at the next logical step via next_calls. It also mentions rate limits (Free: 30/hr, Pro: 500/hr). While it doesn't exhaustively list when not to use, the context is clear enough for an agent.

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/UPinar/contrastapi'

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