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
| Name | Type | Required | Description |
|---|---|---|---|
question | string | yes | The question that was put to the board |
mode | string | no | ”ask” (single advisor) or “convene” (full board) |
advisors | array | no | Advisor slugs consulted |
items | string | no | |
synthesis | string | no | Summary of positions/debate |
decision | string | yes | What was decided |
outcome | string | no | Optional: 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.