Skip to main content
Glama

osint-terminal

Homoglyph

homoglyph

Homoglyph: Detect confusable/mixed-script spoofing chars (offline)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.7/5.0
Behavior2/5

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

With no annotations, the description carries the full burden. 'Offline' is a useful behavioral hint that no external calls are made, but it does not mention what the tool returns, any side effects, or limits. There is no contradiction with annotations because none are present.

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 a single efficient sentence with the core purpose front-loaded and no wasted words. It is appropriately short for the tool's simplicity, though it could be slightly richer with one more clause about the input.

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

Completeness2/5

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

Despite the low complexity (1 param, output schema present), the description omits enough actionable context: no explicit parameter guidance, no return expectations, and no usage guidance. The 'offline' tag and output schema help, but the missing parameter semantics and context make it incomplete for a fresh agent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/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 for the undocumented 'q' parameter. It implies the input is a text string to inspect, but gives no format, example, or explicit binding of q to the input. The schema itself has only a default and no description, so the description adds minimal semantic value.

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 uses a clear verb + resource: 'Detect confusable/mixed-script spoofing chars'. This is specific enough to distinguish the tool from many sibling ciphers/encoders like rot13 or atbash, though it does not name a specific sibling alternative.

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

Usage Guidelines2/5

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

No guidance is given for when to prefer this tool over alternatives (e.g., punycode, unicode_lookup). The word 'offline' hints at a use case (no network needed) but there is no formal when/to-use or exclusions.

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