File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,8 +19,6 @@ The extension provides the following tools:
1919- ` docs.getSuggestions ` : Retrieves suggested edits from a Google Doc.
2020- ` docs.getComments ` : Retrieves comments from a Google Doc.
2121- ` docs.writeText ` : Writes text to a Google Doc at a specified position.
22- - ` docs.find ` : Finds Google Docs by searching for a query in their title.
23- - ` docs.move ` : Moves a document to a specified folder.
2422- ` docs.getText ` : Retrieves the text content of a Google Doc.
2523- ` docs.replaceText ` : Replaces all occurrences of a given text with new text in
2624 a Google Doc.
@@ -30,7 +28,6 @@ The extension provides the following tools:
3028### Google Slides
3129
3230- ` slides.getText ` : Retrieves the text content of a Google Slides presentation.
33- - ` slides.find ` : Finds Google Slides presentations by searching for a query.
3431- ` slides.getMetadata ` : Gets metadata about a Google Slides presentation.
3532- ` slides.getImages ` : Downloads all images embedded in a Google Slides
3633 presentation to a local directory.
@@ -42,7 +39,6 @@ The extension provides the following tools:
4239- ` sheets.getText ` : Retrieves the content of a Google Sheets spreadsheet.
4340- ` sheets.getRange ` : Gets values from a specific range in a Google Sheets
4441 spreadsheet.
45- - ` sheets.find ` : Finds Google Sheets spreadsheets by searching for a query.
4642- ` sheets.getMetadata ` : Gets metadata about a Google Sheets spreadsheet.
4743
4844### Google Drive
Original file line number Diff line number Diff line change 11# Release Notes
22
3+ ## 0.0.7 (2026-03-11)
4+
5+ ### Breaking Changes
6+
7+ - ** Google Sheets** : Removed ` sheets.find ` tool. Use ` drive.search ` with MIME
8+ type filter instead (e.g.,
9+ ` mimeType='application/vnd.google-apps.spreadsheet' ` ).
10+ - ** Google Slides** : Removed ` slides.find ` tool. Use ` drive.search ` with MIME
11+ type filter instead (e.g.,
12+ ` mimeType='application/vnd.google-apps.presentation' ` ).
13+
14+ ### Improvements
15+
16+ - ** Skills** : Renamed all skill directories to ` google-* ` prefix (e.g.,
17+ ` calendar ` → ` google-calendar ` ) to avoid slash command conflicts.
18+ - ** Calendar Skill** : Added explicit ` calendarId='primary' ` mandate to prevent
19+ agents from omitting the required parameter.
20+
21+ ### Skills
22+
23+ - ** Sheets Skill** : New skill with ` drive.search ` guidance for finding
24+ spreadsheets.
25+ - ** Slides Skill** : New skill with ` drive.search ` guidance for finding
26+ presentations.
27+ - ** Docs Skill** : Updated with ` drive.search ` guidance and removed stale
28+ ` docs.find ` /` docs.move ` references from skill and documentation.
29+
330## 0.0.6 (2026-03-08)
431
532### New Features
Original file line number Diff line number Diff line change 11{
22 "name" : " google-workspace" ,
3- "version" : " 0.0.6 " ,
3+ "version" : " 0.0.7 " ,
44 "contextFileName" : " workspace-server${/}WORKSPACE-Context.md" ,
55 "mcpServers" : {
66 "google-workspace" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " gemini-workspace-extension" ,
3- "version" : " 0.0.6 " ,
3+ "version" : " 0.0.7 " ,
44 "description" : " Google Workspace Server Extension" ,
55 "private" : true ,
66 "bin" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " workspace-server" ,
3- "version" : " 0.0.6 " ,
3+ "version" : " 0.0.7 " ,
44 "description" : " " ,
55 "main" : " dist/index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments