Skip to main content
Glama

BakingTab — Baking Conversions for AI

convert_temperature

Convert oven temperature between Celsius, Fahrenheit and Kelvin. Free tier: 20 calls/day per IP.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toYesTarget unit: c, f, or k.
fromYesSource unit: c, f, or k.
valueYesTemperature value.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden for behavioral disclosure. It adds a rate limit ('Free tier: 20 calls/day per IP'), which is important operational context beyond the schema. It does not mention side effects, but the nature of a conversion tool implies none, and the rate limit disclosure partially compensates.

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 two short sentences, front-loaded with the core functionality and followed by the rate-limit note. Each sentence provides distinct value and there is no waste.

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 conversion tool with fully documented parameters and no output schema, the description provides sufficient context including the rate limit. The purpose is clear, and no critical information is missing for this level of complexity.

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 description coverage is 100%, so the schema already fully describes the parameters and their allowed values. The description adds no additional parameter meaning beyond listing the units, so the baseline score 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 clearly states a specific verb ('Convert') and resource ('oven temperature') with explicit units (Celsius, Fahrenheit, Kelvin). This uniquely identifies the tool and distinguishes it from siblings like convert_amount, which handles monetary or numeric conversions.

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

Usage Guidelines3/5

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

The description implies usage for temperature conversion but does not explicitly mention when to use this tool over alternatives or provide exclusion conditions. Context is clear but not fully explicit, so it stops at implied usage.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.2/5.0
Disambiguation5/5

Each tool targets a distinct operation: ingredient amount conversion, temperature conversion, unit listing, recipe scaling, and ingredient searching. There is no overlap or ambiguity between them.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern: convert_amount, convert_temperature, list_units, scale_recipe, search_ingredients. The naming is uniform and predictable.

Tool Count5/5

With 5 tools, the server is well-scoped for a baking conversion domain. Each tool provides a necessary function without unnecessary bloat or redundancy.

Completeness5/5

The tool set covers the core domain needs: conversions (amount and temperature), unit discovery, ingredient lookup, and recipe scaling. There are no obvious gaps for typical baking conversion use cases.

Resources