get_meal
ActiveTool of Recipes MCP
declared in 0.1.0
Get complete recipe details including ingredients with measurements and step-by-step cooking instructions. Pass a meal ID from search_meals or random_meal.
Parameters schema
{
"type": "object",
"examples": [
{
"id": "52772"
},
{
"id": "52804"
}
],
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"description": "TheMealDB meal ID (e.g., \"52772\")"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Recipes MCP
https://github.com/pipeworx-io/mcp-recipes
2/7 registries