board_history
Pack: board · Endpoint: https://gateway.pipeworx.io/board/mcp
Review past board minutes: questions, decisions, and recorded outcomes.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
limit | number | no | Max minutes to return (default 10) |
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":"board_history","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.