Skip to main content
Glama

Court Delta

Check whether a North Carolina (NC) court-payment demand is a scam

check_court_scam
Read-only

Is this court-payment demand a scam? Assesses a contact someone received against known North Carolina (NC) court-scam patterns.

Use this when someone describes being contacted about jury duty they missed, unpaid court costs, a warrant, or a bond — and being asked to pay. Gather what they can tell you and pass it in; every field is optional, and a partial description still gets an assessment.

THE ASSESSMENT IS DETERMINISTIC, NOT A JUDGEMENT CALL. Upstream rules decide the severity; you are not being asked to estimate risk yourself. Report what comes back.

severity 2 = "Matches known scam patterns" (LIKELY SCAM). A payment method NC courts never accept, a jury-duty demand above the $50 statutory penalty, or a cold contact that also carries a payment demand or arrest threat.

severity 1 = "Matches some known scam patterns" (USE CAUTION).

severity 0 does NOT mean the contact is legitimate. It means none of the patterns this tool checks for were present in what was described. Say exactly that — never "this looks legitimate", never "you're fine". Someone reading a false all-clear may send money. The safe next step is always to verify independently through the court, using a number they look up themselves.

Pass the ids listed in the parameter types verbatim — they are a fixed vocabulary. behavioral_flags accepts any of: threatened_immediate_arrest, claimed_to_be_official, used_target_personal_details, spoofed_caller_id, gave_callback_number, pressured_to_stay_on_line, asked_to_stay_on_phone_during_purchase, requested_ssn_or_financial_info, transferred_to_supervisor_or_clerk, background_noise_office_or_radio, asked_to_meet_in_person, after_hours_contact, demanded_secrecy.

raw_description is anything else they were told, in their own words. It is used for the assessment and to derive category tags; the text itself is not stored.

IF THEY GAVE A CASE OR CITATION NUMBER, caseLookup.status comes back "pending" — this tool does not fetch the record. Call lookup_court_case with that number to check whether it is real, and read the two answers together: a demand referencing a case that does not exist is strong evidence of a scam, and a real case number does NOT make the payment demand legitimate (scammers cite real numbers).

Always surface facts (what NC courts actually do) and reporting (where to report). If they already sent money, point them to the FBI IC3 link in reporting. WHEN SEVERITY IS 1 OR 2, ASK THEM TO REPORT IT. ask_them_to_report carries the ask and the reason: reports are what show which scams are running in which NC counties right now, so the next person who checks gets a current warning. Their minute protects someone else. Make it an offer — if they decline, drop it. At severity 0 there is no such field and you must not ask, because nothing has been established as a scam. Every link you pass on — this one and the NCDOJ / FTC / IC3 ones — must keep its https:// prefix so it is clickable. reporting.court_delta.markdown is already formatted for that; use it verbatim rather than retyping the domain. reporting.court_delta.url is a scam-trend tracker, NOT a law-enforcement report — never present it as one, or as a substitute for the NCDOJ / FTC / IC3 routes.

Never asks for or transmits a name or phone number. A de-identified record — claim type, channel, county, payment method, flags, amount, severity — is stored so scam trends can be tracked. NC only. Informational, not legal advice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countyNo
claim_typeNo
amount_demandedNo
contact_channelNo
raw_descriptionNo
behavioral_flagsNo
case_or_citation_numberNo
payment_method_requestedNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.8/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description goes well beyond the readOnlyHint/openWorldHint annotations: it states the assessment is deterministic, explains that severity 0 does NOT mean legitimate, discloses that a de-identified record is stored, clarifies that no name or phone number is collected, and explains how severity 1/2 should trigger ask_them_to_report. No contradiction with annotations: the storage is internal trend tracking and the tool remains non-destructive to user data.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is long but tightly packed with operational rules; it opens with the purpose and usage trigger, uses bold severity markers, and gives imperative handling instructions. A little redundancy exists (e.g., 'every field is optional' plus 'partial description still gets an assessment', and repeated 'never' cautions), but the length is justified by the safety-sensitive nature of scam triage.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers all needed context for safe invocation: optionality, severity interpretation, the severity-0 false-all-clear hazard, case-number interplay with lookup_court_case, reporting channels, ask_them_to_report behavior, link formatting, data storage/privacy, and NC-only scope. Even though an output schema exists, the description adds essential decision logic around those outputs, making it complete for an agent to invoke and relay results responsibly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With schema description coverage at 0%, the description compensates by explicitly listing accepted behavioral_flags, defining raw_description as free-form text used for assessment/category tags but not stored, and explaining that case_or_citation_number yields a pending status requiring lookup_court_case. Other parameters such as county and contact_channel are not individually described, though their enum/string values are self-explanatory and all fields are optional, so the remaining gap is modest.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The first line directly asks 'Is this court-payment demand a scam?' and the description begins with 'Assesses a contact someone received against known North Carolina (NC) court-scam patterns.' This names a specific verb, resource, and jurisdiction, and it clearly distinguishes this tool from siblings like lookup_court_case or search_cases_by_party by focusing on scam-pattern assessment rather than court record lookup.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Gives an explicit trigger: 'Use this when someone describes being contacted about jury duty they missed, unpaid court costs, a warrant, or a bond — and being asked to pay.' It also states NC-only scope and instructs when to route to a sibling: 'Call lookup_court_case with that number to check whether it is real.' Combining two related tools is spelled out, and the warning that a real case number does NOT make the payment demand legitimate prevents misuse.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources