docs_insert_text
ActiveTool of Google_docs
declared in 0.1.0
Insert text at a specific position in a Google Doc (e.g., position 0 for start, position 50 for middle).
Parameters schema
{
"type": "object",
"examples": [
{
"text": "Executive Summary",
"index": 1,
"document_id": "1BxiMVs0XRA5nFMKUVfGo6Q6XcYBCy_N1LCcFrZkZecc"
},
{
"text": "Updated deadline: March 15",
"index": 150,
"document_id": "1BxiMVs0XRA5nFMKUVfGo6Q6XcYBCy_N1LCcFrZkZecc"
}
],
"required": [
"document_id",
"text"
],
"properties": {
"text": {
"type": "string",
"description": "Text to insert"
},
"index": {
"type": "number",
"description": "Character index to insert at (1 = start of body)"
},
"document_id": {
"type": "string",
"description": "Document ID"
}
}
}Parent server
Google_docs
https://github.com/pipeworx-io/mcp-google_docs
1/7 registries