verify_citation
Verify and standardize OHADA legal citations, returning the canonical reference and its status without any article text.
Instructions
Vérifie et normalise une citation fournie par l'utilisateur. Retourne seulement la référence canonique et son statut, jamais le texte de l'article. Ne pas appeler cet outil après un get_article ou get_articles réussi pour la même référence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| citation_text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Status of the matched indexed provision | |
| version | No | Version containing the matched article | |
| act_code | No | Matched canonical act code | |
| is_valid | Yes | True if the citation exists in the canonical OHADA legal framework | |
| confidence | Yes | Confidence score (0.0 to 1.0) | |
| explanation | Yes | Detailed verification outcome explanation | |
| citation_text | Yes | Original citation string submitted | |
| article_reference | No | Matched canonical article reference | |
| canonical_citation | No | Normalized canonical citation if found | |
| official_source_url | No | Official source URL for the matched act |