Skip to main content
Glama
beepboop2025

data-breach-detector

breach_stats

Read-onlyIdempotent

Aggregate breach archive into analyst-grade statistics by year, source, data type, threat level, or ransomware actor. Answer questions about breach trends and ransomware groups.

Instructions

Aggregate the full breach archive into analyst-grade statistics: incidents and accounts exposed per year, per source, per exposed data type, per threat level, or per ransomware actor — plus the five largest incidents ever recorded. Use it to answer 'how has breach volume trended since 2015', 'which ransomware groups have the most victims' or 'how often are passwords part of a breach'. Aggregate counts only; no leaked records.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sectorNooptional industry keyword filter applied before aggregating
group_byNoaggregation axis: 'year' (default), 'source', 'data_type', 'threat_level' or 'actor' (ransomware group)year
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint. The description adds valuable behavioral context: 'Aggregate counts only; no leaked records' clarifies data granularity, and the mention of the five largest incidents sets output expectations. This goes beyond annotations and does not contradict them.

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 moderately sized and well structured: a clear main purpose statement followed by a list of aggregation axes and example use cases. The examples are useful but slightly redundant; every sentence still earns its place, so it does not drop below 4.

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?

With no output schema, the description explains the result type (incidents and accounts exposed counts) and explicitly states that no leaked records are returned. It does not specify output formatting or pagination, but for a read-only stats tool with strong annotations and a simple parameter set, it is sufficiently complete.

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?

The input schema covers both parameters (sector and group_by) with descriptions and allowed values, achieving 100% coverage. The description restates the group_by options in natural language and gives usage examples, but adds no new parameter-level detail beyond what the schema already provides. Thus baseline 3 is appropriate.

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 and resource: 'Aggregate the full breach archive into analyst-grade statistics.' It enumerates distinct aggregation axes (year, source, data_type, threat_level, actor) and mentions the five largest incidents, clearly differentiating it from siblings like breach_timeline or check_exposure.

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 concrete example questions ('how has breach volume trended since 2015', 'which ransomware groups have the most victims') that signal when to use the tool. It does not explicitly name alternative tools or state when not to use it, so it falls short of a 5.

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/beepboop2025/data-breach-detector'

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