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
prepare_recommendation
Post Annie’s recommendation for human review. Include alternatives and reservations, even when uncertain. This cannot approve or execute a decision. Stop for the human after this tool.
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 |
summary |
string | yes | Recommended decision |
rationale |
string | yes | Evidence-linked reasoning |
alternatives |
string | yes | Strongest alternatives |
reservations |
string | yes | Dissent, unknowns and conditions |
evidenceIds |
array | yes | IDs from the current brief, never invented citations. |
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
},
"summary": {
"type": "string",
"description": "Recommended decision",
"maxLength": 1000
},
"rationale": {
"type": "string",
"description": "Evidence-linked reasoning",
"maxLength": 4000
},
"alternatives": {
"type": "string",
"description": "Strongest alternatives",
"maxLength": 3000
},
"reservations": {
"type": "string",
"description": "Dissent, unknowns and conditions",
"maxLength": 3000
},
"evidenceIds": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 12,
"description": "IDs from the current brief, never invented citations."
}
},
"required": [
"expectedRevision",
"summary",
"rationale",
"alternatives",
"reservations",
"evidenceIds"
],
"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.