mcp-sheet-cache-bridge

Installation
SKILL.md

MCP Sheet Cache Bridge

Use this skill when a team wants Zapier Tables to be the source of truth but still needs Google Sheets-based tools, scripts, dashboards, or exports to read a simple tab.

What This Skill Does

  1. Designs a cache tab schema that mirrors only the fields downstream tools need.
  2. Builds an event-driven sync pattern from the source record store to Google Sheets.
  3. Uses create, update, and delete logic keyed by a stable record ID.
  4. Points legacy consumers at the cache instead of direct API reads.
  5. Documents the field map and cutover plan so the sync stays maintainable.

When You Need This Pattern

  • A team replaced a multi-tab spreadsheet with Zapier Tables but still has Apps Script, Looker Studio, formulas, or exports reading Google Sheets.
  • A Slack pinned digest or daily report needs fresh rows without running a scheduled full refresh.
  • Scheduled syncs would create too many unnecessary tasks.
  • Existing tools can read Google Sheets easily but do not have direct access to the source record store.
  • The team wants one source of truth with a cheap, stable read path.
Installs
2
GitHub Stars
291
First Seen
Jun 16, 2026
mcp-sheet-cache-bridge — zapier/gtm-cheat-codes