# Classifier

Classify raw text into structured triage objects with intent, urgency, category, and sentiment. Zero-config MCP tool for support intake, lead routing, and ticket automation

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add intake-triage/classifiers

# Browse available tools
npx -y @smithery/cli@latest tool list intake-triage/classifiers

# Get full schema for a tool
npx -y @smithery/cli@latest tool get intake-triage/classifiers triage_text

# Call a tool
npx -y @smithery/cli@latest tool call intake-triage/classifiers triage_text '{}'
```

## Direct MCP Connection

Endpoint: `https://classifiers--intake-triage.run.tools`

## Tools (1)

- `triage_text` — Classify raw unstructured business text into a structured triage object with intent, urgency, sentiment, entities, sugg…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get intake-triage/classifiers <tool-name>
```
