addedInput schema / properties / cursor / description
Added value: +"Opaque, release-bound page token from a prior truncated.next_cursor."
addedInput schema / properties / limit / description
Added value: +"Rows per page (1-200; above 200 is clamped)."
addedInput schema / properties / limit / examples
Added value: +[
+ 20
+]
addedInput schema / properties / offset / description
Added value: +"Zero-based row offset for paging."
addedInput schema / properties / offset / examples
Added value: +[
+ 0
+]
removedInput schema / properties / query / default
Removed value: -""
addedInput schema / properties / query / description
Added value: +"Gene symbol, partial symbol, or HGNC id to search for."
addedInput schema / properties / query / examples
Added value: +[
+ "BRCA1",
+ "SKI"
+]
changedInput schema / properties / response_mode / description
Previous value: -"Verbosity: minimal | compact | standard | full (default compact)."New value: +"Verbosity: minimal | compact | standard | full."
addedInput schema / properties / response_mode / examples
Added value: +[
+ "compact"
+]
addedInput schema / required
Added value: +[
+ "query"
+]
changedOutput schema / (root)
Previous value: -{
- "additionalProperties": true,
- "properties": {
- "_meta": {
- "additionalProperties": true,
- "description": "Per-call envelope metadata.",
- "properties": {
- "citation_ref": {
- "type": "string"
- },
- "citation_short": {
- "type": "string"
- },
- "data_license": {
- "type": "string"
- },
- "elapsed_ms": {
- "type": "number"
- },
- "gencc_release": {
- "type": "string"
- },
- "next_commands": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "arguments": {
- "additionalProperties": true,
- "type": "object"
- },
- "tool": {
- "type": "string"
- }
- },
- "required": [
- "tool",
- "arguments"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "recommended_citation": {
- "type": "string"
- },
- "request_id": {
- "type": "string"
- },
- "response_mode": {
- "type": "string"
- },
- "tool": {
- "type": "string"
- },
- "unsafe_for_clinical_use": {
- "type": "boolean"
- }
- },
- "type": "object"
- },
- "count": {
- "type": "integer"
- },
- "error_code": {
- "type": "string"
- },
- "field_errors": {
- "items": {
- "additionalProperties": true,
- "type": "object"
- },
- "type": "array"
- },
- "genes": {
- "items": {
- "additionalProperties": true,
- "type": "object"
- },
- "type": "array"
- },
- "headline": {
- "type": "string"
- },
- "message": {
- "type": "string"
- },
- "query": {
- "type": "string"
- },
- "recovery_action": {
- "type": "string"
- },
- "retryable": {
- "type": "boolean"
- },
- "success": {
- "type": "boolean"
- },
- "total": {
- "type": "integer"
- },
- "truncated": {
- "additionalProperties": true,
- "properties": {
- "hint": {
- "type": "string"
- },
- "next_cursor": {
- "type": "string"
- },
- "next_offset": {
- "type": "integer"
- },
- "returned": {
- "type": "integer"
- },
- "total": {
- "type": "integer"
- }
- },
- "type": "object"
- }
- },
- "required": [
- "success"
- ],
- "type": "object"
-}New value: +null