Tool tree
YapTask is an AI-powered, voice-controlled task management app for natural language control of your todos.
join_yaptask_waitlistSensitive Action
Join the YapTask early-access waitlist with an email address. YapTask is a voice-first task manager for iOS that is not yet released. Ask the user for their email and confirm before calling.
View tool JSON
{
"name": "join_yaptask_waitlist",
"kind": "transact",
"impl": "imperative",
"description": "Join the YapTask early-access waitlist with an email address. YapTask is a voice-first task manager for iOS that is not yet released. Ask the user for their email and confirm before calling.",
"inputSchema": {
"type": "object",
"properties": {
"email": {
"type": "string",
"format": "email",
"description": "Email address to add to the waitlist."
}
},
"required": [
"email"
]
}
}