You're viewing a demo portfolio

Join the waitlist
PRSM

convert_amount

Active

Tool of mcp-spoonacular

declared in 0.1.0

Convert a cooking measurement amount for a specific ingredient between units using Spoonacular. Requires `ingredientName`, `sourceAmount`, `sourceUnit`, and `targetUnit`. Returns the converted amount and unit (e.g. 1 cup flour → 125 grams).

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "sourceUnit": "cup",
      "targetUnit": "g",
      "sourceAmount": 1,
      "ingredientName": "flour"
    },
    {
      "sourceUnit": "tablespoon",
      "targetUnit": "ml",
      "sourceAmount": 8,
      "ingredientName": "butter"
    }
  ],
  "required": [
    "ingredientName",
    "sourceAmount",
    "sourceUnit",
    "targetUnit"
  ],
  "properties": {
    "sourceUnit": {
      "type": "string"
    },
    "targetUnit": {
      "type": "string"
    },
    "sourceAmount": {
      "type": "number"
    },
    "ingredientName": {
      "type": "string"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

mcp-spoonacular

https://github.com/pipeworx-io/mcp-spoonacular

2/7 registries
View full server →