substantiate
Retrieve citation chains and authoritative attestations for Ukrainian phrases to validate usage with confidence levels.
Instructions
Get the citation chain for a Ukrainian phrase.
Returns independent attestations from configured primary sources — Балла 1996 (with page numbers), e2u.org.ua, r2u.org.ua (which hosts Karavansky's RU-UA dictionaries cleanly), Сербенська's Антисуржик, Антоненко-Давидович's Як ми говоримо, uk.wiktionary, slovnyk.ua, and more.
Use this when:
You need to back up a claim about Ukrainian usage with cited evidence
You're explaining why a particular word/phrase is correct or preferable, and want to point to authoritative sources
You want to find historical attestation (pre-Soviet UA, etc.)
Args: phrase: Any Ukrainian phrase (single word or multi-word). sources: Optional comma-separated source IDs to limit the query (e.g., "e2u,r2u" or "balla,wiktionary"). Default: all.
Returns: { "phrase": str, "confidence": "high" | "medium" | "tentative" | "missing" | "rejected", "attestation_count": int, "attestations": [ {"source_id": str, "kind": str, "ref": str, "url": str | None, "verbatim": str | None, "context": str | None, "confidence": float}, ... ], "canonical": str, # the citable API URL for this lookup "citation": {...}, }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| phrase | Yes | ||
| sources | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||