removedOutput schema / properties / articleCount / description
Removed value: -"Number of articles the text carries. Present only on the root of a text with articles."
removedOutput schema / properties / articles / description
Removed value: -"Contents of a text root or of one of its divisions, in reading order. Each `url` goes back to get_legal_text; a `section` entry returns all its articles at once, which is the cheapest way to read a chapter. `text` is joined only within the inline reading budget."
removedOutput schema / properties / articles / items / properties / num / description
Removed value: -"Article number, or the division title when `kind` is `section`."
removedOutput schema / properties / commentaires / description
Removed value: -"Institutional commentary anchored on this document: court-written analyses served inline (`body`), plus outbound links (`url`) to the rapporteur public's conclusions and to related institutional documents (reports, opinions, press releases). Context, never the ruling itself. Quote the decision text, not a commentaire, as the court's words."
changedOutput schema / properties / commentaires / items / properties / access / anyOf
Previous value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "enum": [
+ "libre",
+ "abonnes"
+ ],
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / commentaires / items / properties / access / description
Removed value: -"libre | abonnes"
removedOutput schema / properties / commentaires / items / properties / kind / description
Removed value: -"analyse = official court-written abstract, full content in `body`. conclusions = the rapporteur public's conclusions, `url` only (copyright-protected, existence + official link). note = linked institutional document (report, avocat général's opinion, press release, doctrine note), `url` + `title` + `publisher`."
addedOutput schema / properties / commentaires / items / properties / kind / enum
Added value: +[
+ "analyse",
+ "conclusions",
+ "note"
+]
removedOutput schema / properties / commentaires / items / properties / renvois / description
Removed value: -"Doctrinal cross-references of the analyse (« Cf. CE, … »)."
removedOutput schema / properties / commentaires / items / properties / rubriques / description
Removed value: -"Official classification headings (analyse)."
removedOutput schema / properties / commentaires / items / properties / url / description
Removed value: -"External link, to hand to the user, not openable by an MCP tool."
removedOutput schema / properties / num / description
Removed value: -"Article key. Absent when the url addressed the root of a text: with no articles the payload is the whole text, `text` carrying its body; with articles it is the table of contents, `articles` carrying it."
removedOutput schema / properties / omitted / description
Removed value: -"Articles served without their body because the text or division exceeds the inline reading budget: their `url` fetches them."
removedOutput schema / properties / text / description
Removed value: -"Full text; cross-references to other articles render as inline markdown links (/texte/ urls, open with get_legal_text)."