Comment on a recipe
add_recipe_commentPost a visible, attributed comment on a specific Mealie recipe using the recipe slug or UUID. This allows users to add feedback or notes that are shared with the entire group.
Instructions
Adds a comment to a recipe. Comments are visible to everyone in the group and are attributed to the user the API token belongs to.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| recipe | Yes | Recipe slug (e.g. "quark-bowl") or recipe UUID — both are returned by search_recipes |