Base Convert
base_convertBase Convert: Binary/octal/decimal/hex number conversion (offline)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
base_convertBase Convert: Binary/octal/decimal/hex number conversion (offline)
| Name | Required | Description | Default |
|---|---|---|---|
| q | No |
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description adds the 'offline' qualifier, which is a useful behavioral signal about network dependency and data handling, and there are no annotations to contradict. But it does not disclose invalid-input handling, expected prefixes, or any limitations, and with no annotations the description carries the full disclosure burden.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single front-loaded sentence: the operational domain comes first and the offline qualifier is parenthetical. There is no filler or redundant detail.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Despite a simple one-parameter schema and an output schema, the description fails to specify the input contract for q—such as whether '0x' prefixes are accepted, whether input is auto-detected, or what the default empty string means. For an agent choosing among many conversion-related siblings, this is a meaningful gap.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
There is one parameter, q, with no schema description and 0% schema coverage, and the description never mentions q. An agent can only infer that q should be a number string, with no guidance about formatting, base markers, or accepted representations.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states exactly what the tool does: converts numbers between binary, octal, decimal, and hex. It also distinguishes this tool from sibling encoders like base32/base58/base64 by explicitly limiting scope to the four standard numerical bases.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The usage context is implied by enumerating the supported bases, so an agent can infer which conversion tasks route here. However, there is no explicit when-to-use guidance, no named alternatives, and no mention of when a sibling tool should be chosen instead.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.