Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.chrischall/gogcli-mcp

NPM · GOGCLI-MCP · SCANNED SEP 20

Google Sheets (and more) for Claude via gogcli — read, write, and manage spreadsheets

Available components

0 this week 92 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 0 of 4 dependencies flagged as unhealthy. View diagnostics → Pass
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to chrischall/gogcli-mcp). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 0 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability65
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 22515 tokens (~195/item across 115 items; 115 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management93
  • Stability observed for 28 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety95
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 8 of 10 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "gog_chat_messages_send" implies "send" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Partial
  • An AI judge read all 115 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the io.github.chrischall/gogcli-mcp server?

io.github.chrischall/gogcli-mcp runs locally as an npm package, launched with npx -y gogcli-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · gogcli-mcp

# add to Claude Code
claude mcp add chrischall-gogcli-mcp -- npx -y gogcli-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "chrischall-gogcli-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "gogcli-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "chrischall-gogcli-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "gogcli-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add chrischall-gogcli-mcp -- npx -y gogcli-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "chrischall-gogcli-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "gogcli-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add chrischall-gogcli-mcp --command npx --arg -y --arg gogcli-mcp
# ~/.hermes/config.yaml
mcp_servers:
  chrischall-gogcli-mcp:
    command: "npx"
    args: ["-y", "gogcli-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "chrischall-gogcli-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "gogcli-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add chrischall-gogcli-mcp -t stdio -c npx -a -y gogcli-mcp
// mcp.json
{
  "mcpServers": {
    "chrischall-gogcli-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "gogcli-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +1
    • MCP protocol: Implements a current MCP spec version (2026-07-28). functional
    • Package version: 4.0.1 → 4.1.0 functional
  • 19 Sept 26 +15
    • Malware scan: unverified → pass security
  • 18 Sept 26 −14
    • Malware scan: pass → unverified security
    • Package version: 3.0.0 → 4.0.1 functional
  • 17 Sept 26 +1
    • Stability: 0.80 → unverified security
    • Tool safety: pass → unverified security
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Destructive annotations: 75% → 80% functional
    • Dependency health: 0.85 → 1.00 functional
    • Schema quality: Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. functional
    • Package version: 2.18.4 → 3.0.0 functional
    • Package version: 2.30.0 → 3.0.0 functional
  • 16 Sept 26 −3
    • Stability: pass → 0.80 functional
    • Package version: 2.18.4 → 2.30.0 functional
  • 14 Sept 26 0
    • Stability: 0.97 → unverified security
    • Tool safety: pass → unverified security
    • Stability: 0.97 → pass security
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Schema quality: Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. functional
    • Package version: 2.29.1 → 2.30.0 functional
  • 13 Sept 26 0
    • Stability: pass → 0.97 functional
  • 12 Sept 26 0
    • Stability: 0.97 → pass security
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/gogcli-mcp@4.1.0

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo chrischall/gogcli-mcp
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/chrischall/gogcli-mcp/.github/workflows/release-please.yml@refs/heads/main
Rekor log index 2893921974
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:a26df1585f10fed8031e35b8c9bec3049df2237400c03abb7d1374b1235abbeccc8dcfdcfa42c6d5cf374b4209088ab4fc816e6a8c8a5ce7faac9748d

Background: How many MCP packages publish verified provenance →

Dependencies 4 packages
Packages resolved 4
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 115 exposed · ~22,515 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
gog_api_call ~321

Call any Discovery-described Google API method directly — an escape hatch for endpoints gog has no dedicated tool for. Find the exact api/version/method/params with gog_api_describe first. Read methods (GET/LIST) run as-is. Mutating methods (POST/PUT/PATCH/DELETE) are refused unless you set allowWrite=true — keep it false to preview, or set dryRun=true to print the intended request without sending it.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
allowWritebooleanRequired to invoke a mutating method (POST/PUT/PATCH/DELETE). Without it, gog refuses write methods. Leave unset for read-only calls.
apistringyesDiscovery API name (e.g. drive, gmail, calendar)
bodystringRequest body as a JSON string (for write methods)
dryRunbooleanPrint the intended request and exit without sending it (no changes made)
methodstringyesMethod id to call (e.g. files.list, files.create)
paramsstringQuery/path parameters as a JSON object string (e.g. {"fileId":"abc","fields":"name"})
scopestringOverride the OAuth scope used for the call
versionstringyesAPI version (e.g. v3, v1)

No output schema declared.

No examples provided.

gog_api_describe ~166

Describe a Google Discovery API, or a single method within it — its parameters, request/response schema, and required OAuth scopes. Use this to discover the exact api/version/method and params before calling gog_api_call.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
apistringyesDiscovery API name (e.g. drive, gmail, calendar)
methodstringOptional method id to describe a single method (e.g. files.list); omit to describe the whole API
versionstringyesAPI version (e.g. v3, v1)

No output schema declared.

No examples provided.

gog_api_list ~103

List the Google Discovery APIs available for gog_api_call / gog_api_describe (name + version + title).

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
allbooleanInclude every Discovery API (including preview/less-common ones) instead of the curated default set

No output schema declared.

No examples provided.

gog_appscript_content ~210

Read a project's source — every .gs file and its appsscript.json manifest — INLINE in the response. This is the tool to reach for when the question is "what does this script do"; it needs no filesystem, so it works the same on a hosted deployment as it does locally, unlike gog_appscript_pull. Needs the Apps Script API enabled on the OAuth client's Google Cloud project; if it is not, gog says so and prints the console URL to enable it. That is a project setting, not a missing scope — re-authorizing will not fix it.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
scriptIdstringyesApps Script project ID — the long ID in script.google.com/…/projects/<scriptId>/…, NOT the Drive file ID of a container document

No output schema declared.

No examples provided.

gog_appscript_create ~208

Create a new, empty Apps Script project. Pass parentId to bind it to a Drive file (a Sheet, Doc or Form), which is what makes the script a container-bound script with access to that document; omit it for a standalone project. gog cannot upload code, so the project starts empty either way. Needs the Apps Script API enabled on the OAuth client's Google Cloud project; if it is not, gog says so and prints the console URL to enable it. That is a project setting, not a missing scope — re-authorizing will not fix it.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
parentIdstringDrive file ID to bind the project to (Sheet, Doc or Form). Omit for a standalone project.
titlestringyesProject title

No output schema declared.

No examples provided.

gog_appscript_deployments ~304

List a project's deployments — the published web apps, add-ons and API executables, each pinned to a version. A deployment ID from here is what gog_appscript_run_function needs when a script is not running in dev mode. Needs the Apps Script API enabled on the OAuth client's Google Cloud project; if it is not, gog says so and prints the console URL to enable it. That is a project setting, not a missing scope — re-authorizing will not fix it.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
allbooleanFetch all pages
maxintegerMax results
pagestringDeprecated alias for pageToken, accepted so existing callers keep working. Use pageToken — it matches the nextPageToken field in the response.
pageTokenstringCursor for the NEXT page. Pass back the nextPageToken from a previous response verbatim, keeping the query and max identical: call once, then call again with pageToken=<that value>. A response with N…
scriptIdstringyesApps Script project ID — the long ID in script.google.com/…/projects/<scriptId>/…, NOT the Drive file ID of a container document

No output schema declared.

No examples provided.

gog_appscript_get ~189

Get an Apps Script project's metadata: title, creator, create/update times, and the parent Drive file when the project is bound to a Sheet, Doc or Form. Use gog_appscript_content to read the actual code. Needs the Apps Script API enabled on the OAuth client's Google Cloud project; if it is not, gog says so and prints the console URL to enable it. That is a project setting, not a missing scope — re-authorizing will not fix it.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
scriptIdstringyesApps Script project ID — the long ID in script.google.com/…/projects/<scriptId>/…, NOT the Drive file ID of a container document

No output schema declared.

No examples provided.

gog_appscript_pull ~288

Write a project's files into a local directory, for editing a script as ordinary files. THE DIRECTORY IS RESOLVED WHERE GOG RUNS, which is the caller's own machine only on a local (stdio) deployment: on a hosted deployment (e.g. mcp-host) the files land on that server where the caller cannot reach them. Use gog_appscript_content there instead — it returns the same source in the response. Existing files are left alone unless overwrite is set. Read-only as far as Google is concerned: nothing is pushed back. Needs the Apps Script API enabled on the OAuth client's Google Cloud project; if it is not, gog says so and prints the console URL to enable it. That is a project setting, not a missing scope — re-authorizing will not fix it.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
dirstringyesDestination directory, resolved on the machine where gog runs
overwritebooleanOverwrite files that already exist in dir
scriptIdstringyesApps Script project ID — the long ID in script.google.com/…/projects/<scriptId>/…, NOT the Drive file ID of a container document

No output schema declared.

No examples provided.

gog_appscript_run ~170

Run any gog appscript subcommand not covered by the other tools. Run `gog appscript --help` for the full list of subcommands, or `gog appscript <subcommand> --help` for flags on a specific subcommand. To execute a function, use gog_appscript_run_function — this tool is the generic escape hatch.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
argsarrayyesAdditional positional args and flags
subcommandstringyesThe gog appscript subcommand to run, e.g. "get", "content", "deployments"

No output schema declared.

No examples provided.

gog_appscript_run_function ~354

Execute a function in a deployed Apps Script project. TREAT THIS AS ARBITRARY CODE EXECUTION: the script runs with this Google account's authority and can send mail, edit Drive files or call external services, and the wrapper cannot tell a read from a write — read the code with gog_appscript_content first if you did not write it. Requires the project to be deployed as an API executable and to share the OAuth client with the calling credentials, otherwise Google refuses regardless of scopes. devMode runs the latest saved code instead of the deployed version, and only works if the account owns the script. This is NOT the escape hatch — gog_appscript_run is that. Needs the Apps Script API enabled on the OAuth client's Google Cloud project; if it is not, gog says so and prints the console URL to enable it. That is a project setting, not a missing scope — re-authorizing will not fix it.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
devModebooleanRun the latest saved code rather than the deployed version (owner only)
functionNamestringyesName of the function to call, e.g. "doWork"
paramsstringFunction parameters as a JSON ARRAY of positional arguments, e.g. '["a", 1]' — not an object
scriptIdstringyesApps Script project ID — the long ID in script.google.com/…/projects/<scriptId>/…, NOT the Drive file ID of a container document

No output schema declared.

No examples provided.

gog_appscript_versions ~293

List a project's saved versions — the immutable snapshots deployments point at, with their numbers and descriptions. Useful for answering "what is actually deployed" next to gog_appscript_deployments. Needs the Apps Script API enabled on the OAuth client's Google Cloud project; if it is not, gog says so and prints the console URL to enable it. That is a project setting, not a missing scope — re-authorizing will not fix it.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
allbooleanFetch all pages
maxintegerMax results
pagestringDeprecated alias for pageToken, accepted so existing callers keep working. Use pageToken — it matches the nextPageToken field in the response.
pageTokenstringCursor for the NEXT page. Pass back the nextPageToken from a previous response verbatim, keeping the query and max identical: call once, then call again with pageToken=<that value>. A response with N…
scriptIdstringyesApps Script project ID — the long ID in script.google.com/…/projects/<scriptId>/…, NOT the Drive file ID of a container document

No output schema declared.

No examples provided.

gog_auth_add ~251

Authorize a Google account via browser-based OAuth. Opens a browser window where the user must sign in and grant access. Blocks for up to 5 minutes waiting for the user to complete authorization. If the browser does not open automatically, a fallback URL is included in the response. Use gog_auth_list to check which accounts are already configured.

NameTypeReqDescription
emailstringyesGoogle account email to authorize
extraScopesstringAdditional raw OAuth scope URIs to request, comma-separated, on top of the ones `services` implies. Use for scopes no service covers — e.g. https://www.googleapis.com/auth/bigquery.readonly, required…
servicesstringServices to authorize: "all" or comma-separated list (e.g. "sheets,gmail,calendar"). Default: "all". Prefer the narrowest set you need — requesting a service whose Google API is not enabled on the OA…

No output schema declared.

No examples provided.

gog_auth_add_complete ~211

Complete REMOTE/headless Google authorization (step 2 of 2). Takes the full redirected localhost URL the user copied after finishing gog_auth_add_url, exchanges it for a refresh token, and stores it. Use the SAME `services` value you passed to gog_auth_add_url. Must run within 10 minutes of step 1 and against the same gogcli host.

NameTypeReqDescription
emailstringyesGoogle account email being authorized (same as step 1)
extraScopesstringExtra OAuth scope URIs — MUST match the value passed to gog_auth_add_url, for the same reason `services` must: the two steps have to describe the same grant.
redirectUrlstringyesThe full localhost redirect URL the user copied from the browser address bar after signing in (contains code and state; the page itself fails to load, which is expected).
servicesstringServices authorized — MUST match the value passed to gog_auth_add_url. Default: "all".

No output schema declared.

No examples provided.

gog_auth_add_url ~337

Begin REMOTE/headless Google authorization (step 1 of 2). Returns a sign-in URL to open in any browser — no local server or terminal on the gogcli host is needed, so this works on a hosted deployment where the interactive gog_auth_add cannot. Hand the URL to the user; after they sign in, the browser is redirected to a localhost URL that fails to load — that is expected. They copy that full redirected URL (from the address bar) and you pass it to gog_auth_add_complete. The link is valid for 10 minutes. If you pass a custom `services` here, pass the SAME value to gog_auth_add_complete or the second step will not match this one.

NameTypeReqDescription
emailstringyesGoogle account email to authorize
extraScopesstringAdditional raw OAuth scope URIs to request, comma-separated, on top of the ones `services` implies. Use for scopes no service covers — e.g. https://www.googleapis.com/auth/bigquery.readonly, required…
servicesstringServices to authorize: "all" or comma-separated list (e.g. "sheets,gmail,calendar"). Default: "all". Prefer the narrowest set you need — requesting a service whose Google API is not enabled on the OA…

No output schema declared.

No examples provided.

gog_auth_health ~198

Check the LIVE health of each stored Google account. Unlike gog_auth_status (which only reports keyring/config setup), this performs a real token refresh against Google, so it detects expired or revoked (invalid_grant) refresh tokens — the account-wide sign-out that blocks every service. Reports per account: whether the token is currently valid, the mapped cause when it is not, how long ago it was authorized, and a warning as it approaches the 7-day refresh-token limit that applies to OAuth apps whose consent screen is still in "Testing" mode. Run it proactively to re-authorize on your own schedule instead of mid-task. On a hosted deployment this is the ONLY check that measures Google: a connector showing "connected" or "refreshed" has verified the client's connection to the MCP host, and nothing else — the Google credential lives in gog's keyring on that host and can be dead while the connection looks perfectly healthy.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

gog_auth_list ~81

List the Google accounts stored in gogcli, with their scopes. This reads local configuration only — it does not contact Google and does NOT tell you whether an account still works: a signed-out account whose refresh token expired or was revoked is listed here exactly like a healthy one, scopes and all. Use gog_auth_health to check whether an account can actually authenticate.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

gog_auth_run ~108

Run any gog auth subcommand not covered by the other tools. Run `gog auth --help` for the full list of subcommands, or `gog auth <subcommand> --help` for flags on a specific subcommand. For browser-based authorization, use gog_auth_add instead.

NameTypeReqDescription
argsarrayyesAdditional positional args and flags
subcommandstringyesThe gog auth subcommand to run, e.g. "remove", "alias", "list"

No output schema declared.

No examples provided.

gog_auth_services ~24

List all Google services supported by gogcli and the OAuth scopes each requires.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

gog_auth_status ~66

Show gogcli auth CONFIGURATION: keyring backend, credential files, and auth setup. Despite the name this is not a health check — it reads local setup and does not contact Google, so it says nothing about whether an account can still authenticate. Use gog_auth_health for that.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

gog_calendar_create ~460

Create a calendar event. Set withZoom=true to attach a Zoom meeting (requires Zoom S2S OAuth setup via gog_zoom_auth_setup; the join URL + meeting ID + passcode are appended to the event description — Google rejects native conference card writes from non-Workspace-Marketplace OAuth clients).

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
allDaybooleanAll-day event (use date-only in from/to)
attendeesstringAttendee emails, comma-separated. Per-attendee modifiers (gog >= 0.31.1 for ;resource): ;optional, ;resource (e.g. meeting rooms), ;comment=TEXT
calendarIdstringyesCalendar ID (use "primary" for the default calendar)
descriptionstringEvent description
fromstringyesStart time (RFC3339 or date for all-day events)
locationstringEvent location
noRemindersbooleanGive the event no reminders at all, overriding the calendar's defaults. Different from an empty reminders array, which RESTORES those defaults. Cannot be combined with reminders.
remindersarrayReminders as method:duration, e.g. ["popup:30m", "email:1d"]. Method is popup or email; duration accepts m/h/d (max 40320 minutes = 4 weeks). Google allows at most 5. These REPLACE the event's remind…
summarystringyesEvent title
timezonestringIANA timezone metadata applied to from/to (e.g. America/New_York). Sets both start and end timezone unless start/end timezone are overridden.
tostringyesEnd time (RFC3339 or date for all-day events)
withZoombooleanCreate a Zoom video conference for this event (requires Zoom S2S OAuth setup)

No output schema declared.

No examples provided.

gog_calendar_delete ~81

Delete a calendar event.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
calendarIdstringyesCalendar ID
eventIdstringyesEvent ID

No output schema declared.

No examples provided.

gog_calendar_events ~680

List calendar events. Describe the window ONE way and one way only (gog >= 0.36.0 rejects the rest as ambiguous rather than silently discarding a flag): today on its own; or from + to; or from + days; or days on its own (a window of that many days starting today). today cannot be combined with from, to or days, and days cannot be combined with to. gog returns only 10 events by default, so a wide date range is USUALLY INCOMPLETE: raise max, or page with pageToken until the response carries no nextPageToken. A response carrying "truncated": true is an incomplete view — never conclude an event does not exist from one.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
allbooleanFetch events from ALL CALENDARS. NOTE: unlike the gmail search tools, this does NOT mean "all pages" — it widens the calendar set, not the page window. Use pageToken to reach later pages.
calendarIdstringCalendar ID (default: primary calendar)
daysintegerWindow LENGTH in days (calendar days, DST-aware), measured from `from` when one is given and from today otherwise. Use from + days for "the week of the 25th"; days alone for "the next N days". Mutual…
eventTypesarrayFilter to specific event types (repeatable)
fromstringStart time filter (RFC3339, date, or natural language)
maxintegerMax events to return. gog defaults to 10, which silently hides the rest — raise it, or page with pageToken.
pagestringDeprecated alias for pageToken, accepted so existing callers keep working. Use pageToken — it matches the nextPageToken field in the response.
pageTokenstringCursor for the NEXT page. Pass back the nextPageToken from a previous response verbatim, keeping the query and max identical: call once, then call again with pageToken=<that value>. A response with N…
querystringFree text search within events
timezonestringDisplay timezone for event times (IANA name, e.g. America/New_York, or "local" for the system timezone). Default: each event's timezone, then its calendar's timezone.
tostringEnd time filter (RFC3339, date, or natural language). Mutually exclusive with today and with days.
todaybooleanOnly show today's events. A complete window on its own — mutually exclusive with from, to and days.
viewstringResponse shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact (the default) drops description and attendees — to…

No output schema declared.

No examples provided.

gog_calendar_get ~130

Get a specific calendar event by ID.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
calendarIdstringyesCalendar ID
eventIdstringyesEvent ID
timezonestringDisplay timezone for event times (IANA name, e.g. America/New_York, or "local" for the system timezone). Default: the event's timezone, then its calendar's timezone.

No output schema declared.

No examples provided.

gog_calendar_respond ~106

Respond to a calendar event invitation.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
calendarIdstringyesCalendar ID
commentstringOptional comment to include with response
eventIdstringyesEvent ID
statusstringyesResponse status

No output schema declared.

No examples provided.

gog_calendar_run ~144

Run any gog calendar subcommand not covered by the other tools. Run `gog calendar --help` for the full list of subcommands, or `gog calendar <subcommand> --help` for flags on a specific subcommand.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
argsarrayyesAdditional positional args and flags
subcommandstringyesThe gog calendar subcommand to run, e.g. "calendars", "freebusy"

No output schema declared.

No examples provided.

gog_calendar_update ~499

Update an existing calendar event. Zoom: withZoom adds a Zoom meeting, regenerateZoom replaces the existing one, removeZoom strips it. removeMeet clears the event's Google Meet conference data (e.g. before attaching another provider). Conference flags are independent — use one per call.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
addAttendeesstringAttendee emails to add, comma-separated (preserves existing attendees). Per-attendee modifiers: ;optional, ;resource, ;comment=TEXT
attachmentsarrayFile attachment URLs (e.g. Drive links). Replaces ALL existing attachments; pass a single empty string to clear them.
attendeesstringNew attendee emails, comma-separated (replaces ALL existing; set empty to clear). Per-attendee modifiers: ;optional, ;resource, ;comment=TEXT
calendarIdstringyesCalendar ID
descriptionstringNew description
eventIdstringyesEvent ID
fromstringNew start time (RFC3339)
locationstringNew location
noRemindersbooleanGive the event no reminders at all, overriding the calendar's defaults. Different from an empty reminders array, which RESTORES those defaults. Cannot be combined with reminders.
regenerateZoombooleanReplace the event's existing Zoom video conference
remindersarrayReminders as method:duration, e.g. ["popup:30m", "email:1d"]. Method is popup or email; duration accepts m/h/d (max 40320 minutes = 4 weeks). Google allows at most 5. These REPLACE the event's remind…
removeMeetbooleanRemove the event's Google Meet video conference (clears conference data only)
removeZoombooleanRemove the event's Zoom video conference
summarystringNew event title
tostringNew end time (RFC3339)
withZoombooleanCreate a Zoom video conference for this event

No output schema declared.

No examples provided.

gog_chat_dm_send ~207

Send a direct message to one person by email address, creating the DM space if this is the first message. Delivered immediately and cannot be unsent through this tool. For a room rather than a person, use gog_chat_messages_send. WORKSPACE ONLY: Google Chat has no API for consumer accounts, so this fails on an @gmail.com account with "chat requires a Google Workspace account". That is the ACCOUNT, not the token — re-authorizing or adding scopes will not help.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
emailstringyesRecipient email address
textstringyesMessage text
threadstringThread resource name, e.g. "spaces/AAAA/threads/CCCC" — reply inside that thread instead of starting a new one

No output schema declared.

No examples provided.

gog_chat_dm_space ~164

Resolve the DM space for an email address — the bridge from a person to the "spaces/..." name the message tools want. Creates the space if none exists yet, which is silent: it does not message the person. WORKSPACE ONLY: Google Chat has no API for consumer accounts, so this fails on an @gmail.com account with "chat requires a Google Workspace account". That is the ACCOUNT, not the token — re-authorizing or adding scopes will not help.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
emailstringyesThe other person's email address

No output schema declared.

No examples provided.

gog_chat_messages_list ~446

Read messages in a space. The JSON carries each message's @-mentions and a summary of its emoji reactions (gog >= 0.38.0) alongside the text, so "who was tagged" and "did anyone react" are answerable without extra calls. unread=true returns only what arrived after the account last read the space — the cheap way to answer "what did I miss". Newest-first needs an explicit order="createTime desc"; Chat's own default is oldest-first. WORKSPACE ONLY: Google Chat has no API for consumer accounts, so this fails on an @gmail.com account with "chat requires a Google Workspace account". That is the ACCOUNT, not the token — re-authorizing or adding scopes will not help.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
allbooleanFetch all pages
maxintegerMax results
orderstringSort order (Chat default: "createTime asc", i.e. OLDEST first — ask for "createTime desc" when you want the latest messages)
pagestringDeprecated alias for pageToken, accepted so existing callers keep working. Use pageToken — it matches the nextPageToken field in the response.
pageTokenstringCursor for the NEXT page. Pass back the nextPageToken from a previous response verbatim, keeping the query and max identical: call once, then call again with pageToken=<that value>. A response with N…
spacestringyesSpace resource name, e.g. "spaces/AAAAsomeID" (from gog_chat_spaces_list, gog_chat_spaces_find or gog_chat_dm_space)
threadstringThread resource name, e.g. "spaces/AAAA/threads/CCCC" — reply inside that thread instead of starting a new one
unreadbooleanOnly messages posted after the account last read this space

No output schema declared.

No examples provided.

gog_chat_messages_search ~561

Search Chat messages ACROSS every space and DM the account can see (gog >= 0.39.0) — the tool to reach for when the user asks "where did we discuss X" without naming a room, since gog_chat_messages_list needs a space up front. The query is Google Chat filter syntax, so it takes plain keywords or filters like sender, space, date, mention, unread, link and attachment. It is a search, NOT an export: Chat excludes some conversations (muted spaces among them), so an empty result does not prove a message never existed. view="full" adds each hit's read state and space mute setting; read state works on an ordinary chat grant, but the mute setting needs chat.users.spacesettings, which gog's chat scope set does NOT request (re-auth with extraScopes to get it). Missing metadata is OMITTED rather than defaulted, so an absent `read` means unknown while an explicit false means unread. WORKSPACE ONLY: Google Chat has no API for consumer accounts, so this fails on an @gmail.com account with "chat requires a Google Workspace account". That is the ACCOUNT, not the token — re-authorizing or adding scopes will not help.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
allbooleanFetch all pages
markupstringSyntax to render each hit's formatted text in
maxintegerMax results per page (1-100; Chat search caps a page at 100)
orderstringSort order. NOTE the snake_case, which differs from gog_chat_messages_list's camelCase. "relevance desc" needs Google Developer Preview access and errors without it
pagestringDeprecated alias for pageToken, accepted so existing callers keep working. Use pageToken — it matches the nextPageToken field in the response.
pageTokenstringCursor for the NEXT page. Pass back the nextPageToken from a previous response verbatim, keeping the query and max identical: call once, then call again with pageToken=<that value>. A response with N…
querystringyesGoogle Chat filter-syntax query — keywords, or filters such as "from:alice@example.com budget"
viewstringResult view (default "basic"). "full" also requests read state (covered by an ordinary chat grant) and space mute setting (needs chat.users.spacesettings, which that grant does not include)

No output schema declared.

No examples provided.

gog_chat_messages_send ~439

Post a message to a Chat space. THIS IS IMMEDIATELY VISIBLE TO EVERYONE IN THE SPACE and cannot be unsent through this tool, so treat it like sending mail, not like saving a draft. Pass `thread` to reply inside an existing conversation (from gog_chat_threads_list or a message's thread field); omit it to start a new one. Text supports Chat's markdown-ish formatting (*bold*, _italic_, `code`). WORKSPACE ONLY: Google Chat has no API for consumer accounts, so this fails on an @gmail.com account with "chat requires a Google Workspace account". That is the ACCOUNT, not the token — re-authorizing or adding scopes will not help.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
attacharrayAttachment file paths, read WHERE GOG RUNS. On a hosted or remote deployment that is not your machine — use attachInline there instead.
attachInlinearrayAttachments supplied as BYTES rather than as server-side paths — use this whenever you hold a file and the gog server does not, which is always the case on a hosted deployment (e.g. mcp-host). Each e…
spacestringyesSpace resource name, e.g. "spaces/AAAAsomeID" (from gog_chat_spaces_list, gog_chat_spaces_find or gog_chat_dm_space)
textstringMessage text. Optional only when an attachment is supplied.
threadstringThread resource name, e.g. "spaces/AAAA/threads/CCCC" — reply inside that thread instead of starting a new one

No output schema declared.

No examples provided.

gog_chat_reactions_create ~202

React to a message with an emoji. Visible to the space immediately. Pass the emoji itself ("👍"), not a :shortcode:. WORKSPACE ONLY: Google Chat has no API for consumer accounts, so this fails on an @gmail.com account with "chat requires a Google Workspace account". That is the ACCOUNT, not the token — re-authorizing or adding scopes will not help.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
emojistringyesThe emoji character to react with, e.g. "👍"
messagestringyesMessage resource name ("spaces/AAAA/messages/BBBB"), or a bare message ID together with `space`
spacestringSpace resource name — required only when `message` is a bare ID

No output schema declared.

No examples provided.

gog_chat_reactions_delete ~184

Remove one emoji reaction. Takes the REACTION's own resource name ("spaces/.../messages/.../reactions/..."), not the message's and not the emoji — get it from gog_chat_reactions_list. An account can only remove its own reaction. WORKSPACE ONLY: Google Chat has no API for consumer accounts, so this fails on an @gmail.com account with "chat requires a Google Workspace account". That is the ACCOUNT, not the token — re-authorizing or adding scopes will not help.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
reactionstringyesReaction resource name, e.g. "spaces/AAAA/messages/BBBB/reactions/CCCC"

No output schema declared.

No examples provided.

gog_chat_reactions_list ~313

List the emoji reactions on one message, with who reacted. gog_chat_messages_list already returns a reaction SUMMARY per message; come here when you need the individual reactors, or the reaction resource names that gog_chat_reactions_delete takes. WORKSPACE ONLY: Google Chat has no API for consumer accounts, so this fails on an @gmail.com account with "chat requires a Google Workspace account". That is the ACCOUNT, not the token — re-authorizing or adding scopes will not help.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
allbooleanFetch all pages
maxintegerMax results
messagestringyesMessage resource name ("spaces/AAAA/messages/BBBB"), or a bare message ID together with `space`
pagestringDeprecated alias for pageToken, accepted so existing callers keep working. Use pageToken — it matches the nextPageToken field in the response.
pageTokenstringCursor for the NEXT page. Pass back the nextPageToken from a previous response verbatim, keeping the query and max identical: call once, then call again with pageToken=<that value>. A response with N…
spacestringSpace resource name — required only when `message` is a bare ID

No output schema declared.

No examples provided.

gog_chat_run ~168

Run any gog chat subcommand not covered by the other tools. Run `gog chat --help` for the full list of subcommands, or `gog chat <subcommand> --help` for flags on a specific subcommand. Google Chat has no API for consumer accounts: every chat subcommand fails on an @gmail.com account regardless of scopes.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
argsarrayyesAdditional positional args and flags
subcommandstringyesThe gog chat subcommand to run, e.g. "spaces", "messages", "dm"

No output schema declared.

No examples provided.

gog_chat_spaces_create ~181

Create a named Chat space, optionally seeding its membership. Members are added immediately and are notified — this is visible to other people the moment it runs, so confirm the member list before calling it. WORKSPACE ONLY: Google Chat has no API for consumer accounts, so this fails on an @gmail.com account with "chat requires a Google Workspace account". That is the ACCOUNT, not the token — re-authorizing or adding scopes will not help.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
displayNamestringyesDisplay name for the new space
membersarrayInitial members, as email addresses or "users/..." resource names

No output schema declared.

No examples provided.

gog_chat_spaces_find ~215

Find spaces whose display name matches. Substring and case-insensitive by default, which is what you want when the user names a room approximately ("the launch room"); pass exact=true to require the whole title. DMs have no display name — use gog_chat_dm_space to reach a person. WORKSPACE ONLY: Google Chat has no API for consumer accounts, so this fails on an @gmail.com account with "chat requires a Google Workspace account". That is the ACCOUNT, not the token — re-authorizing or adding scopes will not help.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
displayNamestringyesSpace display name, or part of one
exactbooleanRequire an exact (still case-insensitive) match on the whole display name
maxintegerMax results per page

No output schema declared.

No examples provided.

gog_chat_spaces_list ~266

List the Google Chat spaces the account belongs to — named rooms and DMs alike — with their resource names. Start here when you do not yet have a space name; gog_chat_spaces_find is faster when you know the room's title. WORKSPACE ONLY: Google Chat has no API for consumer accounts, so this fails on an @gmail.com account with "chat requires a Google Workspace account". That is the ACCOUNT, not the token — re-authorizing or adding scopes will not help.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
allbooleanFetch all pages
maxintegerMax results
pagestringDeprecated alias for pageToken, accepted so existing callers keep working. Use pageToken — it matches the nextPageToken field in the response.
pageTokenstringCursor for the NEXT page. Pass back the nextPageToken from a previous response verbatim, keeping the query and max identical: call once, then call again with pageToken=<that value>. A response with N…

No output schema declared.

No examples provided.

gog_chat_threads_list ~296

List the threads in a space, so a reply can be targeted at an existing conversation rather than starting a new one. Pass a thread name from here as `thread` to gog_chat_messages_send. WORKSPACE ONLY: Google Chat has no API for consumer accounts, so this fails on an @gmail.com account with "chat requires a Google Workspace account". That is the ACCOUNT, not the token — re-authorizing or adding scopes will not help.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
allbooleanFetch all pages
maxintegerMax results
pagestringDeprecated alias for pageToken, accepted so existing callers keep working. Use pageToken — it matches the nextPageToken field in the response.
pageTokenstringCursor for the NEXT page. Pass back the nextPageToken from a previous response verbatim, keeping the query and max identical: call once, then call again with pageToken=<that value>. A response with N…
spacestringyesSpace resource name, e.g. "spaces/AAAAsomeID" (from gog_chat_spaces_list, gog_chat_spaces_find or gog_chat_dm_space)

No output schema declared.

No examples provided.

gog_classroom_announcements_create ~105

Create an announcement in a Google Classroom course.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
courseIdstringyesCourse ID
scheduledstringScheduled publish time
statestringState
textstringyesAnnouncement text

No output schema declared.

No examples provided.

gog_classroom_announcements_get ~86

Get a single announcement by ID.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
announcementIdstringyesAnnouncement ID
courseIdstringyesCourse ID

No output schema declared.

No examples provided.

gog_classroom_announcements_list ~211

List announcements in a Google Classroom course.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
allbooleanFetch all pages
courseIdstringyesCourse ID
maxnumberMax results per page
orderBystringSort order
pagestringDeprecated alias for pageToken, accepted so existing callers keep working. Use pageToken — it matches the nextPageToken field in the response.
pageTokenstringCursor for the NEXT page. Pass back the nextPageToken from a previous response verbatim, keeping the query and max identical: call once, then call again with pageToken=<that value>. A response with N…
statestringFilter by announcement state

No output schema declared.

No examples provided.

gog_classroom_courses_get ~77

Get a single Google Classroom course by ID.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
courseIdstringyesCourse ID

No output schema declared.

No examples provided.

gog_classroom_courses_list ~229

List Google Classroom courses.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
allbooleanFetch all pages
maxnumberMax results per page
pagestringDeprecated alias for pageToken, accepted so existing callers keep working. Use pageToken — it matches the nextPageToken field in the response.
pageTokenstringCursor for the NEXT page. Pass back the nextPageToken from a previous response verbatim, keeping the query and max identical: call once, then call again with pageToken=<that value>. A response with N…
statestringComma-separated course states (ACTIVE, ARCHIVED, PROVISIONED, DECLINED, SUSPENDED)
studentstringFilter by student user ID
teacherstringFilter by teacher user ID

No output schema declared.

No examples provided.

gog_classroom_coursework_get ~87

Get a single coursework item by ID.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
courseIdstringyesCourse ID
courseworkIdstringyesCoursework ID

No output schema declared.

No examples provided.

gog_classroom_coursework_list ~259

List coursework (assignments, questions, materials) for a course.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
allbooleanFetch all pages
courseIdstringyesCourse ID
maxnumberMax results per page
orderBystringSort order (e.g. "updateTime desc")
pagestringDeprecated alias for pageToken, accepted so existing callers keep working. Use pageToken — it matches the nextPageToken field in the response.
pageTokenstringCursor for the NEXT page. Pass back the nextPageToken from a previous response verbatim, keeping the query and max identical: call once, then call again with pageToken=<that value>. A response with N…
scanPagesnumberMax pages to scan when filtering
statestringFilter by coursework state (PUBLISHED, DRAFT, DELETED)
topicstringFilter by topic ID

No output schema declared.

No examples provided.

gog_classroom_invitations_accept ~76

Accept a Google Classroom invitation.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
invitationIdstringyesInvitation ID

No output schema declared.

No examples provided.

gog_classroom_invitations_get ~77

Get a single invitation by ID.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
invitationIdstringyesInvitation ID

No output schema declared.

No examples provided.

gog_classroom_invitations_list ~200

List Google Classroom invitations.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
allbooleanFetch all pages
coursestringFilter by course ID
maxnumberMax results per page
pagestringDeprecated alias for pageToken, accepted so existing callers keep working. Use pageToken — it matches the nextPageToken field in the response.
pageTokenstringCursor for the NEXT page. Pass back the nextPageToken from a previous response verbatim, keeping the query and max identical: call once, then call again with pageToken=<that value>. A response with N…
userstringFilter by user ID

No output schema declared.

No examples provided.

gog_classroom_profile_get ~89

Get a Google Classroom user profile. Omit userId to fetch the authenticated user.

NameTypeReqDescription
accountstringGoogle account email to use, e.g. you@gmail.com — must be the full address, not a bare username. Overrides the GOG_ACCOUNT env var. Omit to use the single configured account.
userIdstringUser ID (omit for self)

No output schema declared.

No examples provided.

Common questions

What is the io.github.chrischall/gogcli-mcp server?

io.github.chrischall/gogcli-mcp is listed in the public MCP registry as io.github.chrischall/gogcli-mcp. Google Sheets (and more) for Claude via gogcli, read, write, and manage spreadsheets. This page covers its npm package (gogcli-mcp).

Is the io.github.chrischall/gogcli-mcp server safe to use?

io.github.chrischall/gogcli-mcp scores 92 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.chrischall/gogcli-mcp server expose?

io.github.chrischall/gogcli-mcp exposes 115 tools: gog_api_list, gog_api_describe, gog_api_call, gog_appscript_get, gog_appscript_content, and 110 more. Their descriptions and schemas cost roughly 22,515 tokens of context every time the server is loaded.

Is the io.github.chrischall/gogcli-mcp server still maintained?

io.github.chrischall/gogcli-mcp is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.chrischall/gogcli-mcp server under?

io.github.chrischall/gogcli-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.