| Field | Type | Required | Description |
|---|---|---|---|
name |
str | ✔️ | Name of the query |
description |
OptionalNullable[str] | ➖ | Description of the query |
input_schema |
Dict[str, Any] | ✔️ | Input JSON schema of the query's model |
output_schema |
Dict[str, Any] | ➖ | Output JSON schema of the query's model |