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
- Designs a cache tab schema that mirrors only the fields downstream tools need.
- Builds an event-driven sync pattern from the source record store to Google Sheets.
- Uses create, update, and delete logic keyed by a stable record ID.
- Points legacy consumers at the cache instead of direct API reads.
- 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.