Create a public share link
create_share_tokenCreate a shareable link that lets anyone view a single recipe without logging in. Requires a two-step confirmation: call once to get a token, then confirm to generate the link.
Instructions
Creates a link that lets anyone read one recipe without logging in. Requires confirmation: call once to receive a token, then again with that token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recipe | Yes | Recipe slug (e.g. "quark-bowl") or recipe UUID — both are returned by search_recipes | |
| expires_at | No | When the link stops working. Omitted, it never expires — prefer setting a date. | |
| confirm_token | No | Confirmation token from a previous call of this tool with the same arguments. Omit on the first call. |