addedOutput schema / $defs / BriteHierarchy
Added value: +{
+ "description": "Bounded projection of a KEGG BRITE ``A``/``B``/``C``/… tree.\n\nBRITE entries are hierarchies, not flat-file entries: ``/get/br:ko00001`` is\n4.3 MB / 65,337 lines and ``/get/br:hsa00001`` is 6.8 MB. Returning the raw\ntext would overflow the context window of the model this feeds, so the\ndefault projection keeps the navigational skeleton (per-level line counts +\nthe top two levels' labels) and drops the leaves. ``raw_content`` is\npopulated only for ``detail_level=\"full\"``, and is itself capped.",
+ "properties": {
+ "columns": {
+ "items": {
+ "type": "string"
+ },
+ "title": "Columns",
+ "type": "array"
+ },
+ "deepest_level": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Deepest Level"
+ },
+ "detail_level": {
+ "default": "summary",
+ "title": "Detail Level",
+ "type": "string"
+ },
+ "entry": {
+ "title": "Entry",
+ "type": "string"
+ },
+ "labels": {
+ "additionalProperties": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "title": "Labels",
+ "type": "object"
+ },
+ "labels_truncated": {
+ "items": {
+ "type": "string"
+ },
+ "title": "Labels Truncated",
+ "type": "array"
+ },
+ "last_updated": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Last Updated"
+ },
+ "level_counts": {
+ "additionalProperties": {
+ "type": "integer"
+ },
+ "title": "Level Counts",
+ "type": "object"
+ },
+ "raw_content": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Raw Content"
+ },
+ "raw_truncated": {
+ "default": false,
+ "title": "Raw Truncated",
+ "type": "boolean"
+ },
+ "total_lines": {
+ "default": 0,
+ "title": "Total Lines",
+ "type": "integer"
+ }
+ },
+ "required": [
+ "entry"
+ ],
+ "title": "BriteHierarchy",
+ "type": "object"
+}
removedOutput schema / $defs / BriteInfo
Removed value: -{
- "properties": {
- "dblinks": {
- "anyOf": [
- {
- "additionalProperties": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "type": "object"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Dblinks"
- },
- "definition": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Definition"
- },
- "entry": {
- "title": "Entry",
- "type": "string"
- },
- "name": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "items": {
- "type": "string"
- },
- "type": "array"
- }
- ],
- "title": "Name"
- },
- "raw_content": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Raw Content"
- }
- },
- "required": [
- "entry",
- "name"
- ],
- "title": "BriteInfo",
- "type": "object"
-}
removedOutput schema / $defs / EntrySummary
Removed value: -{
- "description": "Compact projection of a KEGG flat-file entry.\n\nReturned from `get_*_info` tools when `detail_level=\"summary\"` (the default) to\nkeep response size small. Counts replace long linked-entity lists; long text\nblocks (sequences, comments, raw content) and per-entry xref/reference dumps\nare omitted. Request `detail_level=\"full\"` for the complete entry.",
- "properties": {
- "cls": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Cls"
- },
- "counts": {
- "additionalProperties": {
- "type": "integer"
- },
- "title": "Counts",
- "type": "object"
- },
- "dblinks_sample": {
- "additionalProperties": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "title": "Dblinks Sample",
- "type": "object"
- },
- "definition": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Definition"
- },
- "description": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Description"
- },
- "detail_level": {
- "default": "summary",
- "title": "Detail Level",
- "type": "string"
- },
- "entry": {
- "title": "Entry",
- "type": "string"
- },
- "entry_type": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Entry Type"
- },
- "equation": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Equation"
- },
- "exact_mass": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Exact Mass"
- },
- "formula": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Formula"
- },
- "mol_weight": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Mol Weight"
- },
- "name": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "items": {
- "type": "string"
- },
- "type": "array"
- }
- ],
- "default": "",
- "title": "Name"
- },
- "organism": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Organism"
- }
- },
- "required": [
- "entry"
- ],
- "title": "EntrySummary",
- "type": "object"
-}
changedOutput schema / properties / result / anyOf
Previous value: -[
- {
- "$ref": "#/$defs/BriteInfo"
- },
- {
- "$ref": "#/$defs/EntrySummary"
- },
- {
- "$ref": "#/$defs/ErrorResult"
- }
-]New value: +[
+ {
+ "$ref": "#/$defs/BriteHierarchy"
+ },
+ {
+ "$ref": "#/$defs/ErrorResult"
+ }
+]