Skip to main content
Glama

camelot_url_encoder

Idempotent

Encode or decode URL parameters and query strings safely in your browser, ensuring correct formatting for web requests.

Instructions

URL Encoder: Encode and decode URL parameters and query strings safely.. Local browser processing. Canonical URL: https://www.camelotwebtools.com/tools/url-encoder

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoOperating mode or formatting styleencode
textYesInput text to encode, decode, format, or process

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusYesExecution status of the tool (success or error)
prefillUrlYesDirect deep-link URL to view, edit, and export in Camelot Web Tools
canonicalUrlYesCanonical web URL for this tool on camelotwebtools.com
documentTitleYesTitle of the generated document, report, or calculation output
documentMarkdownYesComplete structured output and body formatted in clean Markdown

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4/5.0
Behavior4/5

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

Beyond the annotations (idempotent, non-destructive), 'Local browser processing' adds meaningful behavioral context: the operation happens client-side, so the agent can infer no server round-trip or data persistence. The word 'safely' is vague but does not conflict with annotations.

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 short and front-loaded, but it opens with a redundant 'URL Encoder:' prefix and includes a less useful 'Canonical URL' line. A double period is a minor formatting defect. It remains readable but slightly padded.

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

Completeness4/5

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

For a two-parameter, low-complexity tool with a full input schema, an output schema, and annotations, the description covers the essential purpose and client-side behavior. Missing examples are a minor gap since the enum and parameter descriptions already define correct invocations.

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 descriptions already cover both parameters at 100%, so the baseline is 3. The main description reinforces that `text` should be URL parameters/query strings, but it does not add syntax, encoding examples, or edge-case guidance beyond the schema's enum and generic text description.

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 names a precise action ('encode and decode') and resource ('URL parameters and query strings'), which immediately separates it from encoding siblings like camelot_base64_encoder and camelot_jwt_decoder. Although it opens with the tool-name-like 'URL Encoder:', the substantive sentence alone is specific and unambiguous.

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

Usage Guidelines4/5

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

It clearly implies when to use the tool: whenever URL parameters or query strings need encoding or decoding. It does not explicitly list alternatives or when-not-to-use conditions, but the narrow purpose provides enough selection context against the unrelated sibling tools.

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

Deploy Server

Other Tools