text_classify
text_classify
Sort text into one of the labels you give, with a confidence. For routing, triage and moderation. Capped at 30,000 characters
1 credit per call, from your balance — or paid per request in USDC with no account at all.
Runs on Text — Language work: summarise, extract structure, classify, translate.
Arguments
| Name | Type | What it is |
|---|---|---|
text* | string | The text to sort |
labels* | string | Comma-separated labels to choose between |
Calling it
Three doors onto the same method. MCP is what an agent speaks, REST is what a program speaks, and the answer is identical.
{"id":1,"jsonrpc":"2.0","method":"tools/call","params":{"arguments":{"labels":"labels","text":"text"},"name":"text_classify"}}Try it in the playground.


