ship_on_friday_check
ActiveTool of ship-on-friday
declared in 0.1.0
Check whether you should ship on Friday. The answer is always no. Returns a rotating reason, risk level (always catastrophic), suggested day, and on-call sympathy score.
Parameters schema
{
"type": "object",
"examples": [
{
"team_size": 3,
"deploy_type": "hotfix"
},
{
"is_friday": true,
"team_size": 8,
"deploy_type": "feature"
}
],
"required": [],
"properties": {
"is_friday": {
"type": "boolean",
"description": "Override Friday detection (auto-detected by default)"
},
"team_size": {
"type": "number",
"description": "Size of your team"
},
"deploy_type": {
"enum": [
"hotfix",
"feature",
"refactor"
],
"type": "string",
"description": "Type of deploy: hotfix, feature, or refactor"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
ship-on-friday
https://github.com/pipeworx-io/mcp-ship-on-friday
2/7 registries