ForkMate
F
ForkMate
/remove_pantry_item

remove pantry item

Remove a food from the user's pantry by name — e.g. 'take eggs off my pantry list'. This removes it from their on-hand STAPLES only; it does NOT delete anything

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 /remove_pantry_item for me.

Input

FieldTypeDescription
name*stringThe food to remove from the pantry (any casing).

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":"/remove_pantry_item","input":{"name":"..."}}'
cli
npx cracked-ai run -p mcp-ai-forkmate-forkmate -e /remove_pantry_item -i '{"name":"..."}'
mcp
run_tool({ provider: "mcp-ai-forkmate-forkmate", endpoint: "/remove_pantry_item", input: {"name":"..."} })

Try it

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