Skip to main content
Glama

HowToCook-MCP Server

by worryzyy

mcp_howtocook_getRecipesByCategory

Retrieve recipes by category such as seafood, breakfast, desserts, or soups to simplify meal planning using the HowToCook repository.

Instructions

根据分类查询菜谱,可选分类有: 水产, 早餐, 调料, 甜品, 饮品, 荤菜, 半成品加工, 汤, 主食, 素菜

Input Schema

NameRequiredDescriptionDefault
categoryYes菜谱分类名称,如水产、早餐、荤菜、主食等

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "category": { "description": "菜谱分类名称,如水产、早餐、荤菜、主食等", "enum": [ "水产", "早餐", "调料", "甜品", "饮品", "荤菜", "半成品加工", "汤", "主食", "素菜" ], "type": "string" } }, "required": [ "category" ], "type": "object" }

Other Tools from HowToCook-MCP Server

Related Tools

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/worryzyy/HowToCook-mcp'

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