You're viewing a demo portfolio

Join the waitlist
PRSM

chieflab_measure_reddit

Active

Tool of ChiefLab

declared in 0.3.0

P115 — pull a Reddit post's score + comments + upvote ratio + top replies via the public Reddit JSON API and write them to the action's metadata.proof. USE WHEN a published Reddit action is ripe for 24h measurement. Parses subreddit + post id from the publishedUrl, calls https://www.reddit.com/r/<sub>/comments/<id>.json (no auth), auto-creates next-move actions based on the outcome (trending → reply + cross-post; engaged → reply; downvoted → rewrite angle). Idempotent — second call returns existing measurement unless force:true.

Parameters schema

{
  "type": "object",
  "required": [
    "actionId"
  ],
  "properties": {
    "force": {
      "type": "boolean",
      "description": "Re-measure even if metadata.proof.measuredAt is already set. Default false."
    },
    "actionId": {
      "type": "string",
      "description": "The action id whose publishedUrl points at the Reddit post. Required."
    },
    "workspaceId": {
      "type": "string",
      "description": "Optional workspace id."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

ChiefLab

https://github.com/bdentech/chiefmo-agent

1/7 registries
View full server →
chieflab_measure_reddit — ChiefLab — PRSM MCP