create-todo
Add a to-do to a Zentria team by providing a title, optional description, and completion flag. This action helps manage CRM tasks by creating new to-dos through the MCP server.
Instructions
Create a to-do on the PAT-bound team (POST /api/public/teams/{teamId}/todos). Scope: todos:write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | To-do title. | |
| description | No | Optional description. | |
| isCompleted | No | Mark completed on create. |