# Schema handling and internal client improvements

**Version:** v2.32.1

**Published:** September 10, 2026

## Fixes

- `get_schema` tool: Resolve the only deployed schema when `workspaceName` is omitted and no default workspace exists.
- Document reads: Allow reads of known document fields without first fetching a schema.
- `search_docs` and `read_docs` tools: Report documentation backend timeouts as temporary upstream issues worth retrying, instead of internal errors.
- Schema reads: Allow `get_schema` and document tools to read a deployed schema when its types can be parsed but the schema compiler rejects it.

