google-docs-mcp / src /tools /utils /README.md
iFightDucks's picture
Initial HF Space deploy: a-bonus/google-docs-mcp with HF metadata
7dc28be
# 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 |