Skip to main content
Glama

LeakData

Check your verified email

leakdata.search
Read-only

Use this when the linked LeakData user asks to check their verified primary email. For a current check, call this tool and report only its returned results. Never present earlier conversation results as a new check; if the call fails, say the check could not be completed. For their own email without an address, set type to email and omit query: the server resolves the verified primary email from the linked account. If the user supplies an email address, preserve it in query for ownership validation. Never guess an email address or recover it from earlier conversations when query can be omitted. Domain checks are not available through this app; explain this without calling a tool. Arbitrary third-party identifiers, usernames, phone numbers, raw leak records, and credentials are not returned.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeYes
queryNoOmit for the linked account's verified primary email. If an email is supplied, it must match that verified primary email.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeYes
foundYes
breachesYes
truncatedYes
breachCountYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.9/5.0
Behavior5/5

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

Annotations only give readOnlyHint=true, openWorldHint=false, destructiveHint=false. The description adds: all calls are live (never report earlier results as a new check), failures must be reported as check-incomplete, the server resolves the verified primary email, and the tool does not return arbitrary identifiers, usernames, phones, raw leak records, or credentials. These are important trait disclosures far beyond the annotations.

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 long (~150 words) but front-loads the primary rule and most decisions. Every sentence is a real operative rule, yet there is some redundancy: 'Never present earlier conversation results as a new check' is partially re-stated by 'Never guess an email address or recover it from earlier conversations'. That normalization is justifiable for a security-sensitive tool, so a 4 rather than a 5.

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?

An output schema exists, but the description otherwise covers all needed call-time knowledge: the type enum behavior, query omission/preservation for ownership validation, server-side resolution, failure reporting, what is not returned, and the only one available non-call case (domain checks). For a security-critical tool with one enumerated type and one optional query, nothing needed to invoke it correctly is missing.

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?

Schema coverage is 50% (only the `type` parameter's enum and `query`'s basic description in the schema). The description materially adds: set `type` to 'email', set `query` only if this tool has been tested with a user-supplied email for ownership validation, omit it otherwise, and never infer an email from earlier conversations. This fully compensates for the schema's gaps for the named behavior.

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 is not a tautology: it states a specific action ('check their verified primary email'), a specific resource (the linked LeakData user's verified primary email), and the trigger condition ('when the linked user asks'). It also implicitly distinguishes itself from the sibling leakdata.password_prefix_check by framing its scope as email verification, which an agent can differentiate without opening the sibling's schema.

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

Usage Guidelines5/5

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

Gives explicit when-to-call, when-not-to-call, and exclusion rules: 'Use this when the linked LeakData user asks to check their verified primary email', 'Domain checks are not available through this app; explain this without calling a tool', and 'if the call fails, say the check could not be completed'. It even defines the exact parameter strategy ('set type to email and omit query' vs. 'preserve it in query'), leaving no decision to inference.

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