ai-boardroom.ankorbusiness.chatgpt.site
Annie chairs five experts and a Secretary through WebMCP.
First seen 2026-09-14 · Last seen 2026-09-14 · Source: webmcp.com
Answer 2 · Act 8 · Transact 0 · Score: Not yet scored
Tool inspector
convene_boardroom
Annie’s orchestration tool. Choose the relevant selected expert seats for the human’s question and create one visible request for each. This does not call another model; continue by generating and posting each response yourself.
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
sessionId |
string | no | Meeting ID from context |
expectedRevision |
integer | yes | Current revision from context; refresh after conflicts. |
operationId |
string | no | Optional UUID; reuse only for an identical retry |
question |
string | yes | The human’s current question |
seats |
array | no | — |
Raw JSON schema
{
"type": "object",
"properties": {
"sessionId": {
"type": "string",
"description": "Meeting ID from context",
"maxLength": 36
},
"expectedRevision": {
"type": "integer",
"minimum": 0,
"description": "Current revision from context; refresh after conflicts."
},
"operationId": {
"type": "string",
"description": "Optional UUID; reuse only for an identical retry",
"maxLength": 36
},
"question": {
"type": "string",
"description": "The human’s current question",
"maxLength": 2000
},
"seats": {
"type": "array",
"items": {
"type": "string",
"enum": [
"product",
"evidence",
"commercial",
"operations",
"technology"
]
},
"maxItems": 5
}
},
"required": [
"expectedRevision",
"question"
],
"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.