People, read

Get person

One person from the week's blips: the same row list_people returns, plus every blip of theirs the project surfaced in the last 7 days, so a caller can go from a person to one of their posts.

MCP

Tool nameget_person
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "get_person",
    "arguments": {
      "project_id": "<uuid>",
      "platform": "<x | hn | youtube | bluesky | reddit>",
      "handle": "<string>"
    }
  }
}

Input

project_idrequireduuid
platformrequiredx | hn | youtube | bluesky | reddit
handlerequiredstring

Their handle. A leading @ or u/ is fine.

Returns

The person's row, and their blips in the window newest first: the blip id, the text, the score and the link to the post.