chieflab_measure_reddit
ActiveTool of ChiefLab
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."
}
}
}Parent server
ChiefLab
https://github.com/bdentech/chiefmo-agent
1/7 registries