topic_scorer_score
Scores text against every category in all six taxonomies (one embedding, cosine similarity) and returns the top per rows per taxonomy. With taxonomy and category it also returns the target's rank, score, gap to #1, and a phrase bank split into phrases the text already uses and phrases it does not. Read the rank and the gap, not the raw percent (scores compress into a 70 to 90 band). Paid, $0.05/call; read-only and safe to retry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| per | No | Rows per taxonomy. | |
| 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 | No | Target category id, full path, or a unique path substring within the taxonomy (use topic_scorer_find to look one up). | |
| taxonomy | No | Taxonomy of the target category. |