yc_rejection_generate
ActiveTool of Yc Rejection
declared in 0.1.0
Instant YC rejection for any startup idea. Encouragement included. Encouragement is not sincere.
Parameters schema
{
"type": "object",
"examples": [
{
"idea": "AI-powered laundry matching platform"
},
{
"idea": "Blockchain-based supply chain tracking for artisanal cheese",
"traction": "some",
"pivot_count": 1,
"founder_count": 2,
"is_it_uber_for": true,
"have_you_talked_to_users": true
}
],
"required": [
"idea"
],
"properties": {
"idea": {
"type": "string"
},
"traction": {
"enum": [
"none",
"some",
"impressive",
"pre-traction"
],
"type": "string"
},
"pivot_count": {
"type": "number"
},
"founder_count": {
"type": "number"
},
"is_it_uber_for": {
"type": "boolean"
},
"have_you_talked_to_users": {
"type": "boolean"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Yc Rejection
https://github.com/pipeworx-io/mcp-yc-rejection
1/7 registries