verify_quote
Check whether a supplied quote appears in a SAOS judgment.
Use only after resolving the judgment to a saos_id. This validates
wording, not whether the quote supports a legal conclusion. Pass the
saos_id (from search_case_by_signature or related_cases) and
the fragment as quoted. One call replaces paging through the full
text: verdict is "exact" (verbatim after normalizing whitespace,
quote marks and dashes), "near_match" (best passage plus similarity
score — compare it against the claim), or "not_found" (treat the
quote as fabricated or misattributed). If ok=false with a fallback
hint, fetch saos_url with your own web tools instead of retrying.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quote | Yes | ||
| saos_id | Yes | ||
| min_similarity | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||