food_search

food_search

Find packaged foods by name or brand, with the barcode of each so one can then be looked up in full

Free. This one only touches this instance's own storage, so there is nothing to charge for.

Runs on Food — What is in it and whether the kitchen is clean.

Arguments

NameTypeWhat it is
query*stringProduct or brand name, e.g. 'hobnobs' or 'oat milk'
limitnumberHow many to return, default 10, max 25

Calling it

Three doors onto the same method. MCP is what an agent speaks, REST is what a program speaks, and the answer is identical.

{"id":1,"jsonrpc":"2.0","method":"tools/call","params":{"arguments":{"query":"query"},"name":"food_search"}}

Try it in the playground.