traffic-webmcp.netlify.app
A signalized intersection a human and an AI agent operate together. The simulation runs entirely in the tab and exposes eight WebMCP tools.
First seen 2026-09-14 · Last seen 2026-09-14 · Source: webmcp.com
Answer 2 · Act 6 · Transact 0 · Score: Not yet scored
Tool inspector
unpin_result
Remove a timing from the operator's comparison tray, or clear the tray entirely. Use this when a pin turns out to be wrong — superseded by a better candidate, or measured under assumptions that have since changed. Without it you would have to ask the operator to clean up after you.
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
config |
object | no | The pinned timing to remove. Omit to clear the tray. |
clear_all |
boolean | no | Remove every pin. Ignored when config is supplied. |
Raw JSON schema
{
"type": "object",
"properties": {
"config": {
"type": "object",
"properties": {
"ns_green_s": {
"type": "number",
"minimum": 7,
"maximum": 90,
"description": "North–south through green, seconds."
},
"ew_green_s": {
"type": "number",
"minimum": 7,
"maximum": 90,
"description": "East–west through green, seconds."
},
"yellow_s": {
"type": "number",
"minimum": 4,
"maximum": 6,
"description": "Yellow after every green, seconds. Safety-derived floor of 4 s — see the min_yellow constraint."
},
"all_red_s": {
"type": "number",
"minimum": 2,
"maximum": 4,
"description": "All-red clearance, seconds. Safety-derived floor of 2 s — see the min_all_red constraint."
},
"left_protected": {
"type": "boolean",
"description": "Give NS left turns an exclusive phase."
},
"ns_left_green_s": {
"type": "number",
"minimum": 0,
"maximum": 30,
"description": "Protected left phase duration. Must be 0 when left_protected is false."
}
},
"required": [
"ns_green_s",
"ew_green_s",
"yellow_s",
"all_red_s",
"left_protected",
"ns_left_green_s"
],
"additionalProperties": false,
"description": "The pinned timing to remove. Omit to clear the tray."
},
"clear_all": {
"type": "boolean",
"description": "Remove every pin. Ignored when config is supplied."
}
},
"additionalProperties": false
}
Similar websites
eworker.ca
E-Worker is business infrastructure powered by AI, with focused apps and connected business work.
urban-planning-copilot.heisenbug.in
Urban Planning Copilot
vide.zerdalu.com
Vide
labspace-agent-twin.onrender.com
LabSpace Atlas — design laboratories, index exact locations, and let a browser agent plan, audit, and navigate the spatial twin.