You're viewing a demo portfolio

Join the waitlist
PRSM

chieflab_measure_hacker_news

Active

Tool of ChiefLab

declared in 0.3.0

P109 — pull a Hacker News post's score + comments + top replies via the public HN API and write them to the action's metadata.proof. USE WHEN a published Hacker News action is ripe for 24h measurement (checks the publishedUrl on the action, parses the item id, calls the Firebase API). Auto-creates a next-move action based on the outcome (trending → reply + cross-post; engaged → reply; stalled → rewrite angle). Idempotent — second call returns the existing measurement. No API key required; HN is public-read.

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 HN post. Required."
    },
    "workspaceId": {
      "type": "string",
      "description": "Optional workspace id."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

ChiefLab

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

1/7 registries
View full server →