quartermaster
Q
quartermaster
/classify_text

classify text

[AI] Zero-shot classification of text into caller-supplied labels; the result is validated back into your label set so you can route on it. Costs $0.002.

liveverifiedunknown~5s typical
mcpprobedquartermaster
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-app-surewhynot-quartermaster-quartermaster /classify_text for me.

Input

FieldTypeDescription
text*string
labels*stringComma-separated candidate labels (2-20)

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-app-surewhynot-quartermaster-quartermaster","endpoint":"/classify_text","input":{"text":"...","labels":"..."}}'
cli
npx cracked-ai run -p mcp-app-surewhynot-quartermaster-quartermaster -e /classify_text -i '{"text":"...","labels":"..."}'
mcp
run_tool({ provider: "mcp-app-surewhynot-quartermaster-quartermaster", endpoint: "/classify_text", input: {"text":"...","labels":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.