Skip to main content
Glama

osint-terminal

Leet

leet

Leetspeak: Leetspeak transform (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

D1.9/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 of behavioral disclosure. The only behavioral trait disclosed is 'offline', indicating it does not use network resources. However, it does not state whether this is a pure transformation with no side effects, what the output format looks like, or whether it supports decoding or only encoding. This is minimal disclosure for a transform tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely brief, which is not the same as conciseness. It lacks even a verb phrase to explain the operation, and the single sentence does not earn its place because it provides little usable information. The structure is under-specified rather than efficiently front-loaded.

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?

While the tool is simple (one parameter, output schema exists), the description is still inadequate. It fails to explain the core transformation, what the output represents, or how the parameter should be used. An agent seeing this description among hundreds of sibling tools cannot determine correct invocation without additional external knowledge.

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

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has one parameter (q, string, default ''), and schema description coverage is 0%. The description does not mention 'q' at all, nor does it explain what input the transform expects (e.g., plain text, leetspeak text, or a key). It adds no meaning beyond the bare schema, leaving the agent without guidance on what to pass.

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

Purpose2/5

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

The description 'Leetspeak: Leetspeak transform (offline)' essentially restates the tool name and adds the generic noun 'transform'. It fails to indicate whether the tool converts text to leetspeak or from leetspeak, so the agent cannot tell what action it performs. It also does not differentiate it from closely related sibling tools like 'caesar' or 'atbash'.

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?

There is no guidance on when to use this tool versus alternatives. The only hint is 'offline', which implies network independence but gives no context about preferred use cases. It does not mention alternatives, exclusions, or prerequisites.

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