context_gsc_refresh
Refresh GSC rows with read-only webmasters.readonly access. Limit each run to 12 Search Analytics calls per property and 50 total, including availability probes, reports and retries. Fresh cached requests spend no API calls. A quota refusal returns quota_exceeded with a 15-minute hint and at most one retry within the remaining call budget. Read the token from the host environment at call time. Append fact rows and read the newest answer.
Repository-local stdio MCP only. This tool is absent from hosted MCP and HTTP. It can write local context files or fetch bounded public context.
Setup and request
Start the local context host with an explicit repository root. Paths are restricted to that root, including symlink resolution.Input fields
Returned result
Captured from a local fixture repository without external credentials.started_at(string, required): Run start timestamp.state(string, required): Run state: ok, manual_only, not_authorized, revoked, or quota_exceeded.properties(array, required): Requested property outcomes.rows_written(integer, required): Fact rows appended this run. minimum: 0markers_written(integer, required): Window markers appended this run. minimum: 0calls(object, required): Call accounting. additional fields rejectedserved_from_repo(integer, required): Fresh request groups read from repository cache. minimum: 0states(array, required): Collected window/property states; inspect alongside the overall state.quota(object / null, required): Quota refusal details.notes(array, required): Run limits and manual-context notes.
All fields and nested objects
All fields and nested objects
Result and recovery
The host returns JSON in bothstructuredContent and text content. The local context reference describes each result, file ownership and recovery. Start/end dates must be supplied together. Thrown input or file failures return isError: true. Missing manual/profile files and unresolved citations also flag an error. Inspect returned connection states separately: revoked or unavailable access can be result data. Manual-only configuration is valid.
See local context, CLI context commands and schema conventions.