Review the supported Tidyboard connector tools and their permission boundaries.
Available tools
The connector provides list_my_tasks and complete_task for assigned work; search_recipes, preview_recipe_import, and save_recipe for recipes; plus get_shopping_list and add_shopping_items for groceries. Tool discovery exposes the current input schemas and exact permission scopes.
Authorization
Every call uses the OAuth access token presented by the AI client. Tidyboard resolves the user, household, and permissions before running the tool. A valid token alone does not bypass household authorization.
Common result types
Successful tools return structured JSON. Invalid input produces a validation error, missing access produces an authorization error, and disabled or incomplete server configuration produces an availability error without exposing secrets.