ForkMate
F
ForkMate
/delete_meal

delete meal

Delete a food from the user's diary — remove one food from an entry (by `item_index`), or the whole entry (omit `item_index`). Identify the entry by its `id` an

liveunknown~5s typical
mcpforkmate
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-forkmate-forkmate /delete_meal for me.

Input

FieldTypeDescription
id*stringThe entry id to delete from (from get_day).
local_date*stringYYYY-MM-DD diary date of the entry (from get_day).
item_indexnumberWhich food to remove (0-based). Omit to delete the whole entry.

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-ai-forkmate-forkmate","endpoint":"/delete_meal","input":{"id":"...","local_date":"..."}}'
cli
npx cracked-ai run -p mcp-ai-forkmate-forkmate -e /delete_meal -i '{"id":"...","local_date":"..."}'
mcp
run_tool({ provider: "mcp-ai-forkmate-forkmate", endpoint: "/delete_meal", input: {"id":"...","local_date":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.