Skip to main content
Glama

Whisper

variants

whisper_variants
Read-only

Enumerate variants/permutations of an indicator. Answers without an API key. Example call: {"skill":"variants","input":"example.com"}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputYesThe indicator to look up: a domain, an IP address, an ASN or a file hash. The example passes example.com.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so safety is covered. The description adds the meaningful behavioral fact that no API key is required, which is not in the annotations. It also provides a concrete example call, but does not detail output format or edge cases, so it earns a 4 rather than 5.

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 two sentences plus an example call, with no verbose or redundant language. The core purpose is front-loaded, and every element (purpose, auth note, example) earns its place. Excellent for a simple tool.

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

Completeness3/5

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

For a single-parameter, read-only tool with no output schema, the description covers the purpose and usage, and the auth requirement. However, it does not clarify what 'variants/permutations' means in practice (e.g., typos, case changes, format conversions) or what the return structure looks like, leaving some ambiguity for correct invocation.

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 100%, so the parameter type and accepted indicators (domain, IP, ASN, file hash) are fully documented in the schema. The tool description only repeats the example input without adding deeper semantics about what 'variants' means for each indicator type, so it does not exceed the baseline.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states a specific verb ('Enumerate') and resource ('variants/permutations of an indicator'), which distinguishes it from sibling tools by its focus on generating alternate forms. The example call reinforces the purpose. It does not explicitly differentiate from siblings by name, but the unique action is evident.

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 when variant permutations are needed, and the note 'Answers without an API key' suggests a use case when no key is available. However, there is no explicit when-to-use or comparison with alternatives, leaving the agent to infer context from the name and example.

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.