Skip to main content
Glama

BakingTab — Baking Conversions for AI

convert_amount

Convert baking ingredient amounts between units (cups, grams, tbsp, tsp, ounces, ml, pounds, kg) using accurate density data (King Arthur + USDA). E.g. 2 cups of all-purpose flour to grams. Free anonymous tier: 20 calls/day per IP. More calls need an API key (https://ko-fi.com/yugutou/shop) or use the free website https://bakingtab.com.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
amountYesAmount to convert.
to_unitYesTarget unit.
from_unitYesSource unit: cup, tbsp, tsp, gram, kg, ounce, ml, pound.
ingredientYesIngredient name or id (e.g. "all-purpose flour" or "ap-flour").

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?

In the absence of annotations, the description discloses useful behavioral traits: uses King Arthur + USDA density data, free tier limit of 20 calls/day per IP, and requirement of API key for more calls. It does not mention return format or error behavior, but the core behavior is transparent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise, with the main purpose and example in the first sentence and essential rate/access information in the second. The URL is slightly long but relevant. Overall, every sentence earns its place.

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?

Given no output schema and no annotations, the description provides enough context for a simple conversion tool: units, ingredient, example, and access limits. It does not explicitly describe the return value, but it is implied. Sibling tool names further clarify context.

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 coverage is 100%, so the baseline is 3. The description's example ('2 cups of all-purpose flour to grams') reinforces parameter usage, but it mostly duplicates unit list already in the schema. No significant additional meaning is added.

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 the tool converts baking ingredient amounts between specific units, using density data. It distinguishes itself from sibling tools like convert_temperature and scale_recipe by focusing on ingredient conversions, and provides an example.

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 provides a clear example and mentions rate limits and alternatives (API key, website). However, it does not explicitly state when not to use this tool versus siblings like convert_temperature, though the context implies it.

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