Skip to main content
Glama
Kartik281204

mcp-tool-server

by Kartik281204

convert_temperature

Read-onlyIdempotent

Convert temperature values between Celsius, Fahrenheit, and Kelvin units. Provide the value, source unit, and target unit to get an accurate conversion.

Instructions

Convert a temperature between celsius, fahrenheit, and kelvin.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
valueYesThe temperature value to convert.
to_unitYesUnit to convert to.
from_unitYesUnit of `value`.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
input_unitYes
input_valueYes
output_unitYes
output_valueYes`input_value` converted to `output_unit`.
Behavior3/5

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

Annotations already declare readOnlyHint and idempotentHint, so the safety profile is covered. The description confirms the operation but adds no extra behavioral context (e.g., edge cases or return format), which is acceptable given the simplicity and annotation coverage.

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, focused sentence that front-loads the action and all necessary details. No wasted words or redundant information.

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

Completeness5/5

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

For a simple, self-contained conversion tool with a complete schema and output schema available, the description sufficiently conveys the tool's purpose and scope. No additional context is needed for an agent to select and invoke it correctly.

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 input schema has 100% coverage with clear descriptions for all three parameters, including enums for from_unit and to_unit. The tool description adds no additional parameter semantics beyond what the schema already provides, so the baseline of 3 applies.

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 uses a specific verb 'Convert' and clearly identifies the resource (temperature) and the units involved (celsius, fahrenheit, kelvin). This fully distinguishes it from sibling tools like analyze_text and fetch_url_metadata.

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?

The description clearly indicates this tool is for temperature conversions, providing clear context for when to use it. There are no explicit alternatives or exclusions, but the purpose is unambiguous given the sibling tools are unrelated.

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/Kartik281204/MCP-Tool-Server'

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