Set this project’s default account/folder
set_project_defaultSet default Google account and folder for new documents by writing them to .gdocs-mcp.json in the project directory.
Instructions
Write this project’s defaults to a .gdocs-mcp.json in the current working directory (or update an existing one up the tree). Set a default account and/or a default folder (URL or id) for new docs. To set a folder by name, find it first with drive({ cmd: 'find' }) and pass its id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder | No | default Drive folder (URL or id) for new docs | |
| account | No | default Google account email (must be authorized) |