Skip to main content
Glama

osint-terminal

Morse

morse

Morse Code: Morse encode/decode, autodetecting direction (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.9/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral disclosure burden. It adds useful traits: offline operation and automatic direction detection. However, it does not describe edge-case behavior, input formatting rules, or failure modes, though the output schema likely covers the return structure.

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 concise sentence and is mostly front-loaded. The phrase 'Morse Code:' is slightly redundant with the tool name, but the rest adds useful specifics without wasting words.

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?

For a one-parameter tool, the description is minimal but lacks explicit parameter guidance and usage examples. The output schema may explain the result, but the input semantics and direction-detection behavior are not fully specified, leaving an agent to infer critical details.

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?

The schema has one parameter 'q' with no description and 0% schema coverage, so the description must compensate. 'Morse encode/decode' implies q is the input text, but the description never explicitly explains what q should contain or what formats are accepted (plain text vs dot/dash Morse).

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 the tool's function: Morse encode/decode, with autodetection of direction. This distinguishes it from unrelated cipher/encoding siblings, though it does not explicitly name an alternative such as rot13 or base64.

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?

The description gives no guidance about when to prefer this tool over other encoding/cipher tools, nor does it state exclusions or prerequisites. The only contextual hints are 'autodetecting direction' and 'offline', which imply usage but do not explicitly explain when to use it versus alternatives.

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