← ClaudeAtlas

workspace-bridgelisted

Notion + Google Workspace bridge for My PM Tools. Provides 16 MCP tools for reading/writing Notion pages and databases, searching Google Drive, reading/writing Sheets, listing/creating Calendar events, and searching Gmail. Extends the core project management workflow with external knowledge and document integration.
fideguch/my_pm_tools · ★ 1 · AI & Automation · score 68
Install: claude install-skill fideguch/my_pm_tools
# Workspace Bridge Notion + Google Workspace bridge for My PM Tools. Provides read/write access to external PM tools through 16 MCP tools. --- ## Supported Tools (16) ### Notion Tools (7) | Tool | Operation | Description | | ----------------------- | --------- | ------------------------------------------------- | | `notion_search` | Read | Search workspace for pages and databases by title | | `notion_get_page` | Read | Get page content converted to Markdown | | `notion_query_database` | Read | Query database with filter/sort | | `notion_create_page` | Write | Create page under database or page | | `notion_append_blocks` | Write | Append paragraph blocks to existing page | | `notion_update_page` | Write | Update page properties | | `notion_archive_page` | Write | Archive (soft-delete) a page | ### Google Workspace Tools (9) | Tool | Operation | Description | | ------------------------ | --------- | --------------------------------------------- | | `workspace_search_drive` | Read | Search Drive for files by query and MIME type | | `workspace_get_doc` | Read | Export Google Docs as Markdown | | `workspace_get_sheet` | Read | Read spreadsheet range (headers + rows) | |