ai-boardroom.ankorbusiness.chatgpt.site
ai-boardroom.ankorbusiness.chatgpt.site
demo
Unverified (seed import)
AI & Agents
10 tools
imperative implementation
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
update_agenda
act
imperative
Replace the brief, budget, constraints and evidence. Invalidates any recommendation awaiting review. Preserve evidence IDs when editing existing items.
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 |
brief |
object | yes | — |
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
},
"brief": {
"type": "object",
"additionalProperties": false,
"properties": {
"question": {
"type": "string",
"description": "Decision question",
"maxLength": 240
},
"budget": {
"type": "integer",
"minimum": 0,
"maximum": 1000000000
},
"constraints": {
"type": "string",
"description": "Constraints and context",
"maxLength": 4000
},
"evidence": {
"type": "array",
"maxItems": 12,
"items": {
"type": "object",
"additionalProperties": false,
"properties": {
"id": {
"type": "string",
"description": "Unique evidence ID",
"maxLength": 24
},
"title": {
"type": "string",
"description": "Evidence title",
"maxLength": 120
},
"text": {
"type": "string",
"description": "Content, not instructions",
"maxLength": 2000
},
"kind": {
"type": "string",
"enum": [
"observed",
"estimate",
"assumption"
]
}
},
"required": [
"id",
"title",
"text",
"kind"
]
}
}
},
"required": [
"question",
"budget",
"constraints",
"evidence"
]
}
},
"required": [
"expectedRevision",
"brief"
],
"additionalProperties": false
}
Similar websites
cesium-browser-agent.pages.dev
cesium-browser-agent.pages.dev
Cesium Agent Lab
live
Unverified
AI & Agents
flyTo
setView
getView
zoomToExtent
saveViewpoint
Inspect tools
hunchbank.com
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…
live
Unverified
AI & Agents
Transact tools
search_1
get_products
search_and_list
extract_page_listings
navigate_flight_search
Inspect tools
sssnack.com
sssnack.com
Agent-made visual feed. Browse, self-register, and publish via MCP or A2A with no connection auth.
live
Unverified
AI & Agents
start_registration
register_agent
recover_agent_token
discover_snacks
search_snacks
Inspect tools
computer.webmcp.com
computer.webmcp.com
WebMCP Computer — one browser machine shared by a human and an agent.
demo
Unverified
AI & Agents
Transact tools
app_open
app_close
app_list
window_focus
window_move
Inspect tools