Skip to main content
Glama

Base32 encode, input discarded

base32-ok

Base32 encode, input discarded

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refNoGit ref name; discarded after the shape check
urlNoHTTPS URL to normalize or cite
cityNoCity name for a public weather hint; discarded after the call
feedNoPublic RSS or Atom URL; titles discarded
hostNoPublic hostname
jsonNoJSON text to validate; discarded after the check
pathNoFile path to check; no disk access
zoneNoIANA timezone name
queryNoSearch text; discarded after the length check

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  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 must carry behavioral honesty itself. It does disclose "input discarded", which conveys that the supplied input is not retained, and the phrase appears consistently in the schema descriptions. However, it does not describe return format or edge behavior, though for a pure encoding operation those gaps are relatively minor.

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

Conciseness3/5

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

The description is compact and front-loaded with no filler or redundancy. It is nearly too short for a tool with 9 optional parameters, so conciseness starts to under-explain how the operation relates to the schema fields.

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?

Given the tool has no output schema, no annotations, and a large set of 9 optional arguments, the description is not contextually complete. It fails to explain which parameter is intended as the Base32 input, what the output looks like, or why the parameter list includes unrelated-looking fields such as city, feed, host, and zone.

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?

The schema provides 100% description coverage, so each parameter is already documented in the structured schema. The description adds no per-parameter meaning beyond "input", and it does not map any of the 9 optional fields to the encoding operation, but the high schema coverage prevents the description from being the source of parameter understanding.

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 concrete operation, "Base32 encode", naming both a verb and the input resource. It does not explicitly differentiate from sibling tools, but the Base32 encoding purpose is recognizable and distinct from the other listed URL, host, and shape-checking siblings.

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 about when to use this tool versus alternatives, no prerequisite conditions, and no mention of which sibling maybe is appropriate. With 29 sibling tools present, an agent would have to guess when Base32 encoding is the correct operation or whether another validation/display tool is preferable.

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.