Tool tree
Roleplaying games, reviews, and geek culture news
subscribe_to_geek_native_digestSensitive Action
Signs the user up for the Geek Native daily roleplaying games digest email using Mailpoet.
View tool JSON
{
"name": "subscribe_to_geek_native_digest",
"kind": "transact",
"impl": "imperative",
"description": "Signs the user up for the Geek Native daily roleplaying games digest email using Mailpoet.",
"inputSchema": {
"type": "object",
"properties": {
"email": {
"type": "string",
"format": "email",
"description": "The primary email address of the user."
}
},
"required": [
"email"
]
}
}