ask_advisor

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

Ask one board advisor a question. Returns the advisor persona brief plus evidence excerpts retrieved from their real writings (and pipeworx company context). YOU then answer in the advisor’s voice, grounded ONLY in the returned evidence, citing sources by title.

Parameters

NameTypeRequiredDescription
advisorstringyesAdvisor slug, e.g. “paul-graham” (see list_advisors)
questionstringyesThe business question or decision to advise on
evidence_limitnumbernoMax evidence excerpts (default 8, max 20)

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