tascan_send_task_email
ActiveTool of TaScan
declared in 1.3.0
Send a branded TaScan task notification email via SendGrid. Can notify anyone about a specific task list or task. Includes QR code, task summary, and "Open in TaScan" button.
Parameters schema
{
"type": "object",
"required": [
"to_email",
"list_id"
],
"properties": {
"list_id": {
"type": "string",
"description": "Task list (event) ID"
},
"message": {
"type": "string",
"description": "Optional custom message to include in the email body"
},
"subject": {
"type": "string",
"description": "Custom email subject (defaults to auto-generated)"
},
"task_id": {
"type": "string",
"description": "Optional specific task ID to highlight"
},
"to_name": {
"type": "string",
"description": "Recipient display name"
},
"to_email": {
"type": "string",
"description": "Recipient email address"
},
"include_qr": {
"type": "boolean",
"description": "Include QR code for the task list in the email (default: true)"
}
}
}Parent server
TaScan
https://github.com/snowbikemike/tascan-mcp
1/7 registries