liters_to_gallons_us
Convert liters to US gallons.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| liters | Yes | Volume in liters |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| liters | Yes | ||
| gallons_us | Yes |
Convert liters to US gallons.
| Name | Required | Description | Default |
|---|---|---|---|
| liters | Yes | Volume in liters |
| Name | Required | Description | Default |
|---|---|---|---|
| liters | Yes | ||
| gallons_us | Yes |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full burden for behavioral disclosure. It only states 'Convert liters to US gallons' with no mention of accuracy, rounding, edge cases, or statelessness. While the tool is simple, the description is too terse to fully inform an agent.
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 with no wasted words. However, it is slightly under-specified for completeness, but for a simple conversion, this is efficient.
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?
Given the tool's simplicity, high schema coverage, and presence of an output schema, the description is largely complete. It explains the core action and the expected return is defined by the output schema. Lacks only minor details like precision.
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?
The input schema has one parameter (liters) with a description 'Volume in liters'. Schema coverage is 100%. The description adds no additional semantics beyond what the schema already provides, so baseline 3 is appropriate.
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?
Description clearly states the verb 'Convert' and the resource 'liters to US gallons'. The name also makes the purpose unambiguous, and it distinguishes from siblings like liters_to_gallons_uk and gallons_us_to_liters.
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?
No explicit guidance on when to use this tool versus alternatives. However, the naming is self-explanatory, and for a simple conversion tool, the context is implied. Lacks explicit when-not or alternative mentions.
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.