take_the_meeting_evaluate
ActiveTool of Take The Meeting
Evaluate whether a meeting is worth attending based on its parameters. Heavily weighted toward no. Returns time cost analysis, productivity impact, email viability score, and a polite decline template.
Parameters schema
{
"type": "object",
"examples": [
{
"duration": 60,
"recurring": true,
"has_agenda": false,
"attendee_count": 12,
"could_be_email": true
},
{
"duration": 30,
"recurring": false,
"has_agenda": true,
"attendee_count": 3,
"could_be_email": false
}
],
"required": [],
"properties": {
"duration": {
"type": "number",
"description": "Meeting duration in minutes"
},
"recurring": {
"type": "boolean",
"description": "Whether this is a recurring meeting"
},
"has_agenda": {
"type": "boolean",
"description": "Whether the meeting has an agenda"
},
"attendee_count": {
"type": "number",
"description": "Number of attendees"
},
"could_be_email": {
"type": "boolean",
"description": "Whether this meeting could be an email"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Take The Meeting
https://github.com/pipeworx-io/mcp-take-the-meeting
1/7 registries