topic_scorer_gate
Pass/fail check: does the text rank within the top min_rank categories of its target taxonomy? Returns pass, the target's rank and gap to #1, the taxonomy's top five, and the unused phrases to work in. Use it as a content-pipeline gate. Paid, $0.05/call; read-only and safe to retry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | Score the whole text as the mean of 8,192-char chunks instead of only the first 8,192 chars. | |
| text | Yes | The page or draft text to score, as plain text or HTML (tags are stripped). 1 to 32768 characters. URLs are not fetched; send the content. | |
| phrases | No | Phrase bank size for the target category (0 skips it). | |
| category | Yes | Target category id, full path, or a unique path substring within the taxonomy (use topic_scorer_find to look one up). | |
| min_rank | No | Highest passing rank. | |
| taxonomy | Yes | Taxonomy of the target category. |