Skip to main content
Glama

cookunity_search_meals

Search CookUnity meals by keyword across name, description, cuisine, chef, ingredients, and diet tags to find suitable dishes for delivery.

Instructions

Search meals by keyword across name, description, cuisine, chef, ingredients, and diet tags.

Args:

  • query (string, required): Search keyword (min 1 char)

  • date (string, optional): YYYY-MM-DD. Defaults to next Monday.

  • limit (number): Results per page, default 20

  • offset (number): Pagination offset

  • response_format ('markdown'|'json'): Output format

Returns (JSON): { query, date, total, count, offset, has_more, meals[] }

Examples:

  • Find salmon dishes: { query: "salmon" }

  • Vegan meals: { query: "vegan" }

  • Chef search: { query: "Mario" }

Error Handling:

  • Empty query returns validation error

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesKeyword to search across meal name, description, cuisine, chef, ingredients, diet tags
dateNoDelivery date in YYYY-MM-DD format (must be a Monday). Defaults to next Monday if omitted.
limitNoResults per page
offsetNoPagination offset
response_formatNoOutput format: 'markdown' for human-readable or 'json' for structured datamarkdown

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ggonzalezaleman/cook-unity-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server