gws-shared
Google Workspace — Shared Reference
MCP Tools
| Tool | Description |
|---|---|
google_sheets |
Create spreadsheets, read/write cell data (auto-prepends sheets ) |
google_docs |
Create documents, read/write text content (auto-prepends docs ) |
google_slides |
Create presentations, read/write slides (auto-prepends slides ) |
google_gmail |
Send, read, and manage Gmail messages |
google_calendar |
Create, list, and update Google Calendar events |
request_google_file_picker |
Request access to Google Drive files via the file picker UI |
Scope & File Access
google_sheets, google_docs, and google_slides use the drive.file scope. They can only access:
- Files created by this app (e.g., via
spreadsheets create,documents create,presentations create) - Files explicitly selected by the user via Google Picker
More from accomplish-ai/accomplish
google-sheets
Automate Google Sheets interactions through browser automation - create spreadsheets, enter data, apply formulas, and format cells.
16safe-file-deletion
Enforces explicit user permission before any file deletion. Activates when you're about to use rm, unlink, fs.rm, or any operation that removes files from disk. MUST be followed for all delete operations.
16code-review
Review code for bugs, security issues, performance problems, and best practices. Provide actionable feedback.
15ask-user-question
Ask users questions via the UI. Use when you need clarification, user preferences, or confirmation before proceeding. The user CANNOT see CLI output - this tool is the ONLY way to communicate with them.
15google-workspace
Interact with Google Workspace - create documents, spreadsheets, send emails via Gmail, and manage Google Drive files.
11web-research
Research topics on the web, gather information from multiple sources, and summarize findings.
7