The catalog lives on the server.
list_recipes searches it by keyword, an
empty query returns every recipe, and get_recipe returns the full prompt
by slug. The default catalog contains these four recipes. REST serves the
same catalog at GET /recipes and GET /recipes/{slug}.
Open a recipe to review its required inputs and runtime behavior. You can ask
your connected AI to fetch it by slug or copy its prompt into any client.
The help tool serves documentation the same way: called without a topic
it returns the topic list, and called with a topic slug it returns that
topic’s content.