Skip to main content
Glama

encode_decode_base64

Encode text to base64 or decode base64 strings back to plain text, with optional URL-safe variant.

Instructions

Encode text to base64 or decode base64 back to plain text.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesText to encode, or base64 string to decode
actionYesWhether to encode or decode
url_safeNoUse URL-safe base64 variant (default: false)
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It correctly indicates the tool performs encoding and decoding, but does not mention that it is stateless, deterministic, or has no side effects. However, for a simple encoding tool, this is adequate, so a score of 3 is appropriate.

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 a single sentence that immediately conveys the core functionality. It is concise and front-loaded with no unnecessary 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?

The description does not mention what the tool returns (e.g., a base64 string or decoded text), which is important given there is no output schema. Additionally, it provides no context about error handling or format specifics, making it incomplete for a tool with no output schema.

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 coverage is 100%, and each parameter already has a clear description in the input schema. The tool description does not add additional meaning beyond what is in the schema, so the baseline score of 3 is correct.

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

Purpose5/5

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

The description clearly specifies the tool's function: encoding text to base64 or decoding base64 back to plain text. It uses specific verbs ('encode', 'decode') and a concrete resource ('base64'), distinguishing it from sibling tools like generate_hash or generate_qr_code that perform different encoding operations.

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 provided on when to use this tool versus alternatives, nor are there any conditions or prerequisites mentioned. The description only states what the tool does, not when to use it or when not to.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/DrEjazAhmed/publicsofttools-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server