record_decision

Pack: board · Endpoint: https://gateway.pipeworx.io/board/mcp

Write the minutes: log a board question, the synthesis/positions, and the decision taken. Update later with the real-world outcome so the board’s track record is reviewable.

Parameters

NameTypeRequiredDescription
questionstringyesThe question that was put to the board
modestringno”ask” (single advisor) or “convene” (full board)
advisorsarraynoAdvisor slugs consulted
itemsstringno
synthesisstringnoSummary of positions/debate
decisionstringyesWhat was decided
outcomestringnoOptional: what actually happened (fill in later)

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":"record_decision","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