Navigation
Mobile DocsNavigation
Mobile DocsRead, write, and create documents
Integrate Google Docs functionality to manage documents. Read content from existing documents, write to documents, and create new documents using OAuth authentication. Supports text content manipulation for document creation and editing.
Layout: full
Options: Read Document, Write to Document, Create Document
Placeholder: Select Google account
Layout: full
Provider: google-docs
Placeholder: Select a document
Layout: full
Provider: google-drive
Condition: operation = "read"
Placeholder: Select a document
Layout: full
Provider: google-drive
Condition: operation = "write"
Placeholder: ID of the document (from URL)
Layout: full
Condition: operation = "read" AND documentId = ""
Placeholder: ID of the document (from URL)
Layout: full
Condition: operation = "write" AND documentId = ""
Placeholder: Enter title for the new document
Layout: full
Condition: operation = "create"
Placeholder: ID of the parent folder (leave empty for root folder)
Layout: full
Condition: operation = "create"
Placeholder: Enter document content
Layout: full
Condition: operation = "write"
Placeholder: Enter document content
Layout: full
Condition: operation = "create"
Required
Required
Optional
Optional
Optional
Optional
Optional
Primary response type:
{
"content": "string",
"metadata": "json",
"updatedContent": "boolean"
}