connect_to_cookidoo
Authenticate with Cookidoo and store your session to enable recipe management, meal planning, and shopping list access.
Instructions
Authenticate with Cookidoo and store the session.
This tool must be called before using other Cookidoo tools. It will:
Load your Cookidoo credentials from the .env file
Normalize and validate the optional COOKIDOO_COUNTRY and COOKIDOO_LANGUAGE values (default ro/en)
Authenticate with the matching Cookidoo platform localization
Store the authenticated session for use by other tools
Returns: str: Success message confirming connection
Raises: ValueError: If credentials are missing from .env file Exception: If authentication fails
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |