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-classroom

NPM · GOGCLI-MCP-CLASSROOM · SCANNED SEP 20

Google Classroom via gogcli for Claude — courses, assignments, submissions, grading

0 this week 93 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 Usability68
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 6761 tokens (~130/item across 52 items; 52 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 Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 7 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 52 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-classroom server?

io.github.chrischall/gogcli-mcp-classroom runs locally as an npm package, launched with npx -y gogcli-mcp-classroom. 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-classroom

# add to Claude Code
claude mcp add chrischall-gogcli-mcp-classroom -- npx -y gogcli-mcp-classroom
// .cursor/mcp.json
{
  "mcpServers": {
    "chrischall-gogcli-mcp-classroom": {
      "command": "npx",
      "args": [
        "-y",
        "gogcli-mcp-classroom"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "chrischall-gogcli-mcp-classroom": {
      "command": "npx",
      "args": [
        "-y",
        "gogcli-mcp-classroom"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add chrischall-gogcli-mcp-classroom -- npx -y gogcli-mcp-classroom
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "chrischall-gogcli-mcp-classroom": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "gogcli-mcp-classroom"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add chrischall-gogcli-mcp-classroom --command npx --arg -y --arg gogcli-mcp-classroom
# ~/.hermes/config.yaml
mcp_servers:
  chrischall-gogcli-mcp-classroom:
    command: "npx"
    args: ["-y", "gogcli-mcp-classroom"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "chrischall-gogcli-mcp-classroom": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "gogcli-mcp-classroom"
      ]
    }
  }
}
# add to Vellum
assistant mcp add chrischall-gogcli-mcp-classroom -t stdio -c npx -a -y gogcli-mcp-classroom
// mcp.json
{
  "mcpServers": {
    "chrischall-gogcli-mcp-classroom": {
      "command": "npx",
      "args": [
        "-y",
        "gogcli-mcp-classroom"
      ]
    }
  }
}
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
    • 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.30.0 → 3.0.0 functional
    • Package version: 2.18.4 → 3.0.0 functional
  • 16 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 15 Sept 26 +15
    • Malware scan: unverified → pass security
  • 14 Sept 26 −15
    • Malware scan: pass → unverified security
    • 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.18.4 → 2.30.0 functional
    • Package version: 2.29.1 → 2.30.0 functional
  • 13 Sept 26 0
    • Stability: pass → 0.97 functional
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-classroom@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 2893922044
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:eed420618c38544cf448f0937746c774420fe364c2e3a97cf25c461be6572edba46879ca99080c0976888dcf445f9f3ef64a27d1ec852acb0533e588d

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 · 52 exposed · ~6,761 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_auth_add ~252

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: "classroom". Prefer the narrowest set you need — requesting a service whose Google API is not enabled on…

No output schema declared.

No examples provided.

gog_auth_add_complete ~212

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: "classroom".

No output schema declared.

No examples provided.

gog_auth_add_url ~338

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: "classroom". Prefer the narrowest set you need — requesting a service whose Google API is not enabled on…

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_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_delete ~83

Delete an announcement.

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_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_announcements_update ~111

Update an existing announcement.

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
scheduledstringScheduled publish time
statestringState
textstringNew text

No output schema declared.

No examples provided.

gog_classroom_courses_archive ~74

Archive 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

No output schema declared.

No examples provided.

gog_classroom_courses_create ~134

Create a new 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.
descriptionstringDescription
descriptionHeadingstringDescription heading
namestringyesCourse name
ownerstringOwner user ID (default "me" on create)
roomstringRoom
sectionstringSection
statestringCourse state

No output schema declared.

No examples provided.

gog_classroom_courses_delete ~74

Delete 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

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_courses_unarchive ~80

Unarchive a Google Classroom course (restore to ACTIVE).

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_update ~144

Update an existing 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
descriptionstringDescription
descriptionHeadingstringDescription heading
namestringCourse name
ownerstringOwner user ID (default "me" on create)
roomstringRoom
sectionstringSection
statestringCourse state

No output schema declared.

No examples provided.

gog_classroom_coursework_create ~196

Create a new coursework item (assignment, question, etc.) in 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.
courseIdstringyesCourse ID
descriptionstringDescription
duestringDue datetime (combined date+time)
dueDatestringDue date (YYYY-MM-DD)
dueTimestringDue time (HH:MM)
maxPointsnumberMax points
scheduledstringScheduled publish time
statestringState
titlestringyesCoursework title
topicstringTopic ID
typestringWork type (default: ASSIGNMENT)

No output schema declared.

No examples provided.

gog_classroom_coursework_delete ~84

Delete a coursework item.

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_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_coursework_update ~196

Update an existing coursework item.

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
descriptionstringDescription
duestringDue datetime (combined date+time)
dueDatestringDue date (YYYY-MM-DD)
dueTimestringDue time (HH:MM)
maxPointsnumberMax points
scheduledstringScheduled publish time
statestringState
titlestringNew title
topicstringTopic ID
typestringWork type (default: ASSIGNMENT)

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_create ~103

Create an invitation to 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
rolestringyesRole for the invited user
userIdstringyesUser ID to invite

No output schema declared.

No examples provided.

gog_classroom_invitations_delete ~80

Delete (revoke) 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.

gog_classroom_roster ~226

List the full roster (students and/or teachers) of a Google Classroom course. Omit both flags to return both groups.

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
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…
studentsbooleanInclude students only
teachersbooleanInclude teachers only

No output schema declared.

No examples provided.

gog_classroom_run ~180

Run any gog classroom subcommand not covered by the other tools. Run `gog classroom --help` for the full list of subcommands, or `gog classroom <subcommand> --help` for flags on a specific subcommand. Covers anything not wrapped by the dedicated tools (guardians, guardian-invitations, materials, coursework assignees, announcement assignees, etc.).

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 classroom subcommand to run, e.g. "guardians", "materials", "guardian-invitations"

No output schema declared.

No examples provided.

gog_classroom_students_add ~109

Add a student to 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
enrollmentCodestringEnrollment code (required if adding self via code)
userIdstringyesStudent user ID (or "me")

No output schema declared.

No examples provided.

gog_classroom_students_get ~88

Get a specific student enrolled in 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.
courseIdstringyesCourse ID
userIdstringyesStudent user ID

No output schema declared.

No examples provided.

gog_classroom_students_list ~190

List students enrolled 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
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_classroom_students_remove ~88

Remove a student from 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
userIdstringyesStudent user ID

No output schema declared.

No examples provided.

gog_classroom_submissions_get ~96

Get a single submission 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
submissionIdstringyesSubmission ID

No output schema declared.

No examples provided.

gog_classroom_submissions_grade ~125

Grade a student submission. Set draft and/or assigned grade values.

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.
assignedstringAssigned (final) grade value
courseIdstringyesCourse ID
courseworkIdstringyesCoursework ID
draftstringDraft grade value
submissionIdstringyesSubmission ID

No output schema declared.

No examples provided.

gog_classroom_submissions_list ~234

List student submissions for a coursework item.

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
courseworkIdstringyesCoursework ID
latestringFilter by late status
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…
statestringFilter by submission state
userstringFilter by student user ID

No output schema declared.

No examples provided.

gog_classroom_submissions_reclaim ~104

Reclaim a turned-in submission (student action to edit a submission).

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
submissionIdstringyesSubmission ID

No output schema declared.

No examples provided.

gog_classroom_submissions_return ~97

Return a graded submission to the student.

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
submissionIdstringyesSubmission ID

No output schema declared.

No examples provided.

gog_classroom_submissions_turn_in ~99

Turn in a student submission (student action).

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
submissionIdstringyesSubmission ID

No output schema declared.

No examples provided.

gog_classroom_teachers_add ~89

Add a teacher to 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
userIdstringyesTeacher user ID

No output schema declared.

No examples provided.

gog_classroom_teachers_get ~88

Get a specific teacher in 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.
courseIdstringyesCourse ID
userIdstringyesTeacher user ID

No output schema declared.

No examples provided.

gog_classroom_teachers_list ~190

List teachers 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
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_classroom_teachers_remove ~89

Remove a teacher from 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
userIdstringyesTeacher user ID

No output schema declared.

No examples provided.

gog_classroom_topics_create ~86

Create a topic 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
namestringyesTopic name

No output schema declared.

No examples provided.

gog_classroom_topics_delete ~82

Delete a topic.

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
topicIdstringyesTopic ID

No output schema declared.

No examples provided.

gog_classroom_topics_get ~85

Get a single topic 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
topicIdstringyesTopic ID

No output schema declared.

No examples provided.

Common questions

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

io.github.chrischall/gogcli-mcp-classroom is listed in the public MCP registry as io.github.chrischall/gogcli-mcp-classroom. Google Classroom via gogcli for Claude, courses, assignments, submissions, grading. This page covers its npm package (gogcli-mcp-classroom).

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

io.github.chrischall/gogcli-mcp-classroom scores 93 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-classroom server expose?

io.github.chrischall/gogcli-mcp-classroom exposes 52 tools: gog_auth_list, gog_auth_status, gog_auth_health, gog_auth_services, gog_auth_add, and 47 more. Their descriptions and schemas cost roughly 6,761 tokens of context every time the server is loaded.

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

io.github.chrischall/gogcli-mcp-classroom 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-classroom server under?

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