Open Issues Need Help
View All on GitHubComprehensive, highly performant Google Workspace MCP Server with complete coverage for Calendar, Gmail, Docs, Sheets, Slides, Chat, Forms & Drive!
AI Summary: This task requires modifying the Google Tasks MCP tool to handle the hidden nature of completed tasks in the Google Tasks API. This involves either changing the default behavior of the `show_hidden` parameter to `true` (and potentially adjusting `show_completed`), or adding documentation/guidance to the LLM instructions to explicitly set `show_hidden` to `true` when retrieving completed tasks. The goal is to improve the LLM's ability to retrieve all completed tasks, addressing a user confusion stemming from the API's design.
Comprehensive, highly performant Google Workspace MCP Server with complete coverage for Calendar, Gmail, Docs, Sheets, Slides, Chat, Forms & Drive!
AI Summary: Enhance the Google Tasks integration to retrieve and display tasks in the same order as they appear in the Google Tasks user interface. This requires utilizing the 'position' field within the Google Tasks API response to sort the tasks before presentation.
Comprehensive, highly performant Google Workspace MCP Server with complete coverage for Calendar, Gmail, Docs, Sheets, Slides, Chat, Forms & Drive!
AI Summary: Add support for Google Photos to the existing Google Workspace MCP server. This involves integrating the Google Photos API to allow searching, accessing, and controlling photos through the server's MCP interface, similar to the existing integrations for other Google Workspace services. The task requires creating new Python functions and integrating them into the server's architecture, handling authentication and authorization appropriately.
Comprehensive, highly performant Google Workspace MCP Server with complete coverage for Calendar, Gmail, Docs, Sheets, Slides, Chat, Forms & Drive!
AI Summary: Debug and fix errors in the Google Slides integration within the Google Workspace MCP server. The errors relate to invalid `predefined_layout` values in `create_slide` requests and an invalid `slide_properties` field in `updateSlideProperties` requests. This likely involves updating the server's code to use the correct Google Slides API parameters and potentially updating the API calls to reflect changes in the Google Slides API specification.
Comprehensive, highly performant Google Workspace MCP Server with complete coverage for Calendar, Gmail, Docs, Sheets, Slides, Chat, Forms & Drive!