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
update_pitch_details
Update the visible pitch brief and the panel’s immediate room read after extracting details from the founder’s speech or text. Call as soon as the company name and ask are known, then whenever those facts or the panel mood materially change. Equity may be 0 for a prize or non-equity contest ask. Select a soundtrack that matches the tension; the founder controls whether browser audio is enabled.
Page: /play
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
founderName |
string | no | — |
companyName |
string | yes | — |
askAmount |
number | yes | — |
equity |
number | yes | — |
favorability |
number | yes | — |
mood |
string | yes | — |
soundtrack |
string | yes | — |
Raw JSON schema
{
"type": "object",
"required": [
"companyName",
"askAmount",
"equity",
"favorability",
"mood",
"soundtrack"
],
"properties": {
"founderName": {
"type": "string",
"maxLength": 80
},
"companyName": {
"type": "string",
"minLength": 1,
"maxLength": 100
},
"askAmount": {
"type": "number",
"minimum": 0,
"maximum": 1000000000
},
"equity": {
"type": "number",
"minimum": 0,
"maximum": 100
},
"favorability": {
"type": "number",
"minimum": 0,
"maximum": 100
},
"mood": {
"type": "string",
"enum": [
"skeptical",
"surprised",
"impressed",
"tense",
"confused",
"excited",
"disappointed"
]
},
"soundtrack": {
"type": "string",
"enum": [
"silence",
"cinematic",
"game",
"heartbeat",
"tense",
"fear",
"excitement",
"triumph"
]
}
},
"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.