convene_board
Pack: board · Endpoint: https://gateway.pipeworx.io/board/mcp
Convene the full board (or a chosen subset) on one question. Returns one evidence packet per active advisor. YOU then run the meeting: state each advisor’s position grounded in their evidence, surface agreements and conflicts including explicit dissent, and end with a recommendation. Record the outcome with record_decision.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
question | string | yes | The decision or question before the board |
advisors | array | no | Optional advisor slugs; defaults to every active advisor |
items | string | no |
Example call
curl -X POST https://gateway.pipeworx.io/board/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"convene_board","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"board": {
"url": "https://gateway.pipeworx.io/board/mcp"
}
}
}
See Getting Started for client-specific install steps.