Skip to main content
Glama

phishing_check

Heuristic phishing/suspicious-domain signal analysis. Returns risk level (low/medium/high) and signal list.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYes

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses that the analysis is heuristic (not definitive) and returns a risk level with a signal list, but does not elaborate on limitations, edge cases, or how signals are generated. Still, it adds useful context beyond a bare statement.

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 a single, front-loaded sentence that conveys the tool's core function and output without waste. Every word earns its place.

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?

For a simple one-parameter tool with no output schema, the description sufficiently explains what the tool returns (risk level and signal list) and its heuristic nature. It lacks deeper caveats or comparisons to siblings, but given the low complexity, it is nearly 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?

Schema description coverage is 0%, so the description must compensate. Although it does not explicitly mention the 'domain' parameter, the tool's purpose inherently implies the domain is the subject of analysis. This partial compensation is sufficient given the parameter is self-evident.

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 that this tool performs heuristic phishing/suspicious-domain signal analysis and specifies its output (risk level and signal list). It distinguishes itself from siblings like dns_lookup and security_headers by focusing on phishing risk assessment.

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

Usage Guidelines3/5

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

The description implies usage for phishing/suspicious-domain evaluation, but provides no explicit guidance on when to use this tool versus alternatives like full_report or security_headers. There are no exclusions or alternative recommendations.

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.

TDQS

A3.6/5.0
Disambiguation4/5

Each tool has a distinct focus: DNS records, comprehensive report, phishing analysis, and security headers. However, full_report subsumes the other tools, which could lead to confusion about whether to call it instead of the specialized tools.

Naming Consistency3/5

All names use snake_case, which is consistent, but the structure varies: noun_verb (dns_lookup, phishing_check), adjective_noun (full_report), and compound noun (security_headers). This mixed pattern is readable but not as predictable as a uniform verb-first convention.

Tool Count5/5

With 4 tools, the server is well-scoped for domain intelligence. The set feels neither bloated nor thin, and each tool contributes a meaningful capability.

Completeness4/5

The surface covers DNS, phishing, HTTP security, and a full report. Missing dedicated WHOIS or email security tools, but the full_report includes registrar hints and SPF/DMARC, so most domain intel needs are covered.