Bulk document creation, Markdown patching, and larger schema support
Published: January 8, 2026
v2.9.0
New Features
- Bulk document creation.
create_document_from_jsonandcreate_document_from_markdownhave been replaced withcreate_documents_from_jsonandcreate_documents_from_markdown, enabling creation of multiple documents in a single operation. - Markdown patching. New
patch_document_from_markdowntool enables updating specific document fields using Markdown content.
Improvements
- create_project. Now explicitly notes that a Studio has not been created or deployed yet.
Fixes
- Large tool responses. Increased maximum response size to fix issues where tools like
get_schemawould fail on projects with large schemas. - Token refresh. Fixed an issue where token refresh could fail and require re-authentication.