mcp-google-sheets-full AGENTS.md

mcp-google-sheets-full AGENTS.md is an instructions file for Codex, OpenCode from moooonad/mcp-google-sheets-full. It costs 2,182 tokens per session, scanned A, original, MIT.

Operating instructions for mcp-google-sheets-full, a tool that lets coding agents work with Google Sheets. They cover installation, registration, authentication, and the first connection check.

In plain words
What is it for?
Installing and registering the Google Sheets server, checking authentication, and guiding the user through OAuth setup when needed.
Why use it?
They help the agent detect what is already configured and avoid repeating setup or choosing the wrong sign-in method.

Instructions file for CodexOpenCode

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/moooonad/mcp-google-sheets-full/agents-md
Clone the repo
git clone --depth 1 https://github.com/moooonad/mcp-google-sheets-full

Made for: Codex, OpenCode.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for mcp-google-sheets-full AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/moooonad/mcp-google-sheets-full/agents-md.svg)](https://agentmods.dev/instructions/moooonad/mcp-google-sheets-full/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/moooonad/mcp-google-sheets-full/agents-md"><img src="https://agentmods.dev/badge/instructions/moooonad/mcp-google-sheets-full/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,182 This file is loaded in full into every session.
When invoked 2,182 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.02182 $0.02182
Opus 5 $0.01091 $0.01091
Sonnet 5 $0.00436 $0.00436
Haiku 4.5 $0.00218 $0.00218

Measured 4d ago against content hash ce0bb7da9c5e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

mcp-google-sheets-full AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

AGENTS.md · 174 lines

How it starts

The opening of the file, as written. The whole thing — 174 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AGENTS.md

Instructions for AI agents (Claude Code, Cursor, etc.) installing or operating mcp-google-sheets-full on behalf of a user. Imperative, no marketing. Read top-to-bottom on first contact.

Install + register (idempotent)

npm install -g mcp-google-sheets-full
claude mcp add google-sheets -- mcp-google-sheets-full --scope user

Replace the second line with the equivalent for the current MCP client (Cursor: edit mcp.json; Claude Desktop: edit claude_desktop_config.json). After registering, ask the user to restart the MCP client so the server is loaded.

First call: detect setup state

Always call auth_status first when starting a session against this server. It tells you which auth mode is active and what is missing.

OAuth mode response (default):

{
  "auth_mode": "oauth",
  "configDir": "C:\\Users\\<user>\\.mcp-google-sheets",
  "credentialsPath": ".../gdrive-credentials.json",
  "tokenPath": ".../gdrive-token.json",
  "service_account_key_path": null,
  "credentials_present": true|false,
  "token_present": true|false
}
  • credentials_present: false → go to OAuth setup below.
  • credentials_present: true, token_present: false → go to First OAuth authorization below.
  • Both true → ready to operate.

Service account mode response (env GOOGLE_APPLICATION_CREDENTIALS set):

{
  "auth_mode": "service_account",
  "service_account_key_path": "/path/to/sa-key.json",
  "service_account_key_present": true|false,
  "service_account_email": "[email protected]"
}
  • service_account_key_present: false → the env var points at a missing file. Tell the user the path and ask them to fix it.
  • service_account_key_present: true → ready to operate, but every spreadsheet must be shared with service_account_email (Editor or Viewer). If a tool call returns 403, that's the cause.

Auth mode selection

Do not prompt the user to pick a mode. The mode is determined automatically by whether GOOGLE_APPLICATION_CREDENTIALS is set in the server's process env:

Read the full file on GitHub · 174 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 174 lines · 2,182 tokens per session scan A ce0bb7da9c5e

Subscribe to this mod's changes

mcp-google-sheets-full AGENTS.md is an instructions file published in the GitHub repository moooonad/mcp-google-sheets-full (0 stars, last pushed 3mo ago), licensed MIT. It adds 2,182 tokens to every session, about $0.0109 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other instructions, from other repositories