Skip to main content
Glama

ir_load_context

Read-onlyIdempotent

Load Lenny Zeltser's IR report writing context for local analysis. Returns expert guidelines for field completeness, incident identification, notification triggers, and writing quality. Includes rating-sheet items (lens taxonomy plus the IR-specific Information sheet) as concrete reference points for grounded feedback. This server never requests your incident notes and instructs your AI to keep them local. Use detail_level to control response size: "minimal" (~2k tokens), "standard" (~5k tokens), or "comprehensive" (~11k tokens).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topicsNoSpecific topics to load. Overrides detail_level for fine-grained control. Options: completeness (field guidance), incidents (type identification), notifications (regulatory triggers), writing (style analysis), actions (urgency categorization), stakeholders (party identification), sections (review criteria).
detail_levelNoLevel of detail to return. 'minimal': core field guidance only (~2k tokens). 'standard': field guidance + writing analysis + notifications (~5k tokens, default). 'comprehensive': everything including examples and all incident types (~11k tokens).
incident_typeNoLoad guidance for a specific incident type only (saves tokens). Omit to load all types when 'incidents' topic is included.
include_examplesNoInclude good/poor examples in field guidance. Default: false. Set to true for learning/training.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already mark the tool as read-only, idempotent, and non-destructive. The description adds meaningful behavioral context: it guarantees privacy ('This server never requests your incident notes and instructs your AI to keep them local') and documents response size behavior for each detail_level. No contradictions with annotations.

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 four sentences, each carrying distinct information: purpose/contents, rating-sheet reference, privacy guarantee, and parameter control. It is front-loaded with the core function and avoids filler.

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 has no output schema and four parameters, the description adequately covers return contents, response sizing, privacy behavior, and parameter interactions. It tells the agent what to expect (guidelines and rating-sheet items) and how to tailor the response, making it sufficient for tool selection and invocation.

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 descriptions already cover all four parameters (topics, detail_level, incident_type, include_examples), so baseline is 3. The description adds value by explaining that topics overrides detail_level for fine-grained control, that incident_type saves tokens, and by providing token estimates for detail_level options. This gives agents a deeper understanding of how to combine parameters effectively.

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 opens with a specific verb ('Load') and names the exact resource ('Lenny Zeltser's IR report writing context'), then enumerates what it returns (expert guidelines for field completeness, incident identification, notification triggers, and writing quality). This clearly distinguishes it from sibling load_context tools for other domains, though it doesn't explicitly differentiate from ir_get_guidelines.

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 clear usage context: 'for local analysis' and 'as concrete reference points for grounded feedback.' It also gives guidance on controlling response size via detail_level and explains the privacy guarantee. However, it does not explicitly state when to use this tool versus alternatives like ir_get_guidelines or other load_context tools.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources