removedInput schema / properties / page_number / description
Removed value: -"Page number to retrieve (1-based, default 1)."
removedInput schema / properties / page_size / description
Removed value: -"Number of parts per page (1-100, default 100)."
changedOutput schema / description
Previous value: -"Rendered Markdown view of one page of document parts.\n\nReturned by ``read_document``. Interleaves heading titles, embedded\nwork-item descriptions, and inline prose from a single page of\n``read_document_parts`` into a flowing Markdown stream suitable for\nend-to-end reading by an LLM.\n\nThe output is read-only synthesis: it cannot be fed back to any\nwrite tool because no update path accepts this shape. For round-trip\nediting of the document body, fetch the raw source via\n``get_document(include_homepage_content_html=True)`` instead.\n\n``part_count`` reflects parts consumed from ``read_document_parts``\non this page — including widget placeholders that produce no output\n— so use it for pagination accounting, not chunk count."New value: +"Rendered Markdown view of one page of document parts (``read_document``)."
removedOutput schema / properties / content / description
Removed value: -"Rendered Markdown for this page."
removedOutput schema / properties / has_more / description
Removed value: -"True when more pages of parts follow."
removedOutput schema / properties / page / description
Removed value: -"Current page number (1-based)."
removedOutput schema / properties / page_size / description
Removed value: -"Maximum number of parts per page."
removedOutput schema / properties / part_count / description
Removed value: -"Number of parts consumed on this page."
removedOutput schema / properties / total_parts / description
Removed value: -"Total parts across the entire document."