File size: 785 Bytes
7dc28be
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
# Utils

Higher-level utility tools that orchestrate multiple API operations to support common workflows. These tools aren't coupled to a single API call but instead combine parsing, content manipulation, and batch updates.

| Tool                          | Description                                                                                             |
| ----------------------------- | ------------------------------------------------------------------------------------------------------- |
| `replaceDocumentWithMarkdown` | Replaces entire document content with Markdown-formatted content (headings, bold, italic, links, lists) |
| `appendMarkdownToGoogleDoc`   | Appends Markdown content to the end of a document with full formatting                                  |