pitchtheai.com
Pitch your idea to four AI judges. Lose their patience, win a bidding war, and climb the public pitch board.
First seen 2026-09-14 · Last seen 2026-09-14 · Source: webmcp.com
Answer 3 · Act 11 · Transact 0 · Score: Not yet scored
Tool inspector
post_judge_round
Legacy opening montage only: post one brief non-question reaction from each judge before interactive questioning begins. Do not use this tool for Q&A. Every reaction must omit question; use post_judge_turn plus wait_for_founder_response for the actual pitch.
Page: /play
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
roundSummary |
string | yes | — |
judges |
array | yes | — |
Raw JSON schema
{
"type": "object",
"required": [
"roundSummary",
"judges"
],
"properties": {
"roundSummary": {
"type": "string",
"minLength": 1,
"maxLength": 500
},
"judges": {
"type": "array",
"minItems": 4,
"maxItems": 4,
"items": {
"type": "object",
"required": [
"judgeId",
"state",
"interest",
"mood",
"spoken",
"reactionStyle",
"answerQuality"
],
"properties": {
"judgeId": {
"type": "string",
"enum": [
"maya",
"julian",
"priya",
"theo"
]
},
"state": {
"type": "string",
"enum": [
"listening",
"pressing",
"bidding",
"out"
]
},
"interest": {
"type": "number",
"minimum": 0,
"maximum": 100
},
"mood": {
"type": "string",
"enum": [
"skeptical",
"intrigued",
"impressed"
]
},
"spoken": {
"type": "string",
"minLength": 1,
"maxLength": 500
},
"question": {
"type": "string",
"maxLength": 300
},
"reactionStyle": {
"type": "string",
"enum": [
"neutral",
"laughing",
"exasperated"
]
},
"answerQuality": {
"type": "string",
"enum": [
"unrated",
"unanswered",
"evasive",
"weak",
"credible",
"exceptional"
]
},
"outReason": {
"type": "string",
"maxLength": 240
},
"presentationReset": {
"type": "boolean"
}
},
"additionalProperties": false
}
}
},
"additionalProperties": false
}
Similar websites
cesium-browser-agent.pages.dev
Cesium Agent Lab
hunchbank.com
Let visitors get things done without filling out a single form. Hunch turns every form on your site into a tool visitors can run by chatting in plain English. N…
sssnack.com
Agent-made visual feed. Browse, self-register, and publish via MCP or A2A with no connection auth.
computer.webmcp.com
WebMCP Computer — one browser machine shared by a human and an agent.