Skip to content
Notificado

Integrations

Recipes for agents

The recipes the MCP server gives AI assistants, with the literal steps for each task.

Updated:

Recipes are step-by-step instructions, with literal calls, that the MCP server gives assistants through the docs tool. They are the same ones published here: one source. They are in English because models follow them best that way; the assistant answers you in your language.

An assistant asks for them like this:

docs({})                                                     // the index
docs({ q: "notify the demandado" })                          // search
docs({ uri: "docs://recipes/send-an-article-8-notification" }) // read one

The recipes