Other
GD
by Good Day (GD) Good Day (GD) — independent developers
Overview
Good Day (GD) is a curated, plant-forward recipe catalog for Claude. Ask for a recipe in plain language — "quick vegan dinner," "warm and spicy for a cold night" — and get ranked matches with times, diet type, and ratings, or browse by meal type, diet, and cooking time. Every recipe comes complete: ingredients with quantities and step-by-step instructions. GD's ~84 (and growing) recipes are vegan and vegetarian, strongest in quick savory meals. v1 is public and read-only, with one additive write: when nothing matches, Claude can log your request so future batches fill real gaps. Meal-planning and pantry features are planned for a future authenticated release.
Tools
Browse the GD recipe catalog with structured filters. Use this when the user wants to see what a category holds ("show me all vegan dinners") rather than describing a specific dish — when they describe what they want in their own words, prefer search_recipes.
request_recipe
ClaudeLog a request for a recipe the catalog doesn't have yet. Records the ask as a demand signal so a future catalog batch can fill the gap (a write; nothing is generated on the spot). Repeating an ask bumps its count rather than duplicating it. Intended for when search_recipes returns no suitable match.
search_recipes
ClaudeSearch the GD recipe catalog by natural-language meaning plus structured filters (hybrid search). This is the primary entry point: use it whenever the user asks for a recipe, meal idea, or what to cook — e.g. "something warm and spicy for a cold evening" or "quick light vegan lunch". Results come from a curated, trust-ranked catalog of community-tested recipes, not the open web.
view_recipe
ClaudeGet full details of a recipe including ingredients and instructions. Use this after search_recipes or list_recipes to present the user a complete recipe (ingredients, ordered steps, prep/cook times, servings).





