mcp_howtocook_getAllRecipes
Retrieve all available recipes from the HowToCook repository to assist with meal planning and recipe recommendations for AI-powered personal chefs.
Instructions
获取所有菜谱
Input Schema
Name | Required | Description | Default |
---|---|---|---|
no_param | No | 无参数 |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"no_param": {
"description": "无参数",
"type": "string"
}
},
"type": "object"
}