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

NameTypeRequiredDescription
questionstringyesThe decision or question before the board
advisorsarraynoOptional advisor slugs; defaults to every active advisor
itemsstringno

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.

Regenerated from source · build July 16, 2026