complete_goal
ActiveTool of SendIt
declared in 0.1.0
Mark a Product Hunt goal as complete or incomplete. REQUIREMENTS: • Must have Product Hunt account connected • Write access requires app whitelisting by Product Hunt
Parameters schema
{
"type": "object",
"required": [
"goalId",
"completed"
],
"properties": {
"goalId": {
"type": "string",
"description": "The ID of the goal to update"
},
"completed": {
"type": "boolean",
"description": "Set to true to mark complete, false to mark incomplete"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SendIt
https://github.com/Shree-git/sendit
1/7 registries