check
Check whether a message, URL, email, or piece of text is a scam. Returns a verdict (safe/scam/action/ignore), a plain-English summary, recommended next steps, and a confidence level.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The message text, URL, or email content to analyze. Max 5000 characters. | |
| input_type | No | Whether the content is plain text or a URL. Defaults to 'text'. |