AgentMarketMCP / SKILL 资产档案馆

目录 / Google Docs

MCP 鉴权未知 未评级 已上架

Google Docs

Create, edit, and search Google Docs. Retrieve document content and metadata, insert text, and manage document comments.

该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
模型生成摘要(rules/v1 · 2026-09-27 16:49):Create, edit, and search Google Docs
这是模型对公开材料的总结,不是官方声明,请以原链内容为准。

接入信息

传输形态
http
鉴权方式
鉴权未知
端点
https://googledocs.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
  "mcpServers": {
    "Google Docs": {
      "url": "https://googledocs.run.tools"
    }
  }
}

能力清单

工具说明
Arcade_ListAppsSee the apps the current caller can act on and whether they are connected. Returns each app's id, name, connected state, and (when connected) the account it is connected as. Call this to answer "what apps do I have?" or when the caller's connection state may have changed since the session started.
GoogleDocs_CommentOnDocumentComment on a specific document by its ID.
GoogleDocs_CreateBlankDocumentCreate a blank Google Docs document with the specified title.
GoogleDocs_CreateDocumentFromTextCreate a Google Docs document with the specified title and text content. When input_format is MARKDOWN, the text_content is parsed as Markdown and the resulting document is formatted with headings, bold, italic, bullet lists, and numbered lists.
GoogleDocs_EditDocumentRead or edit a Google Docs document using structured batchUpdate requests. When called without requests, returns the document content in DocMD format (block IDs, character indices, and text styles). When called with requests, applies the edits and returns the updated DocMD. Use the DocMD indices from the response to construct requests for subsequent calls.
GoogleDocs_GenerateGoogleFilePickerUrlGenerate a URL where the user can grant this app access to specific Drive files. Opens Google's first-party Drive picker. The user selects which files to share with this application — it is not a sign-in or credential prompt. Use this when a prior tool reported that a file was not found or access was denied, and the user expects the file to exist. After the user completes the picker flow, retry the prior tool.
GoogleDocs_GetDocumentAsDocmdGet the latest version of the specified Google Docs document as DocMD. The DocMD output will include tags that can be used to annotate the document with location information, the type of block, block IDs, and other metadata. If the document has tabs, all tabs are included in sequential order unless a specific tab_id is provided.
GoogleDocs_GetDocumentByIdDEPRECATED DO NOT USE THIS TOOL Get the latest version of the specified Google Docs document.
GoogleDocs_GetDocumentMetadataGet metadata for a Google Docs document including hierarchical tab structure. Returns document title, ID, URL, total character count, and nested tab information with character counts for each tab.
GoogleDocs_InsertTextAtEndOfDocumentUpdates an existing Google Docs document using the batchUpdate API endpoint.
GoogleDocs_ListDocumentCommentsList all comments on the specified Google Docs document.
GoogleDocs_SearchAndRetrieveDocumentsSearches for documents in the user's Google Drive and returns documents with their main body content and tab metadata. Excludes documents that are in the trash. Returns main body content only with metadata about tabs. Use get_document_as_docmd() to retrieve full tab content for specific documents. Use search_documents() for metadata-only searches.
GoogleDocs_SearchDocumentsSearches for documents in the user's Google Drive. Excludes documents in trash. Returns metadata only. Use get_document_metadata or get_document_as_docmd for content.
GoogleDocs_WhoAmIGet comprehensive user profile and Google Docs environment information. This tool provides detailed information about the authenticated user including their name, email, profile picture, Google Docs access permissions, and other important profile details from Google services.
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。