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
record_minutes
Secretary tool. Save faithful meeting minutes in the shared record, including decisions, dissent, unknowns and open questions. Do not invent commitments or claim a human approved anything.
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 |
text |
string | yes | Meeting minutes |
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
},
"text": {
"type": "string",
"description": "Meeting minutes",
"maxLength": 6000
}
},
"required": [
"expectedRevision",
"text"
],
"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.