Create coursework and retrieve student submissions via Google Classroom API

domain: classroom.google.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Obtain an OAuth 2.0 access token with the scope https://www.googleapis.com/auth/classroom.coursework.students
  2. Create an assignment by sending POST https://classroom.googleapis.com/v1/courses/<courseId>/courseWork with a JSON body specifying title, workType (ASSIGNMENT), state (PUBLISHED), and maxPoints
  3. List submissions by sending GET https://classroom.googleapis.com/v1/courses/<courseId>/courseWork/<courseWorkId>/studentSubmissions
  4. Read the nextPageToken field in the response and pass it as pageToken in subsequent requests to paginate
  5. Post a grade by sending PATCH https://classroom.googleapis.com/v1/courses/<courseId>/courseWork/<courseWorkId>/studentSubmissions/<submissionId>?updateMask=assignedGrade with the assignedGrade field set

Known gotchas

Related routes

Create a CourseWork assignment in Google Classroom and retrieve its student submissions
education · 5 steps · unrated
Create a course and post coursework via the Google Classroom API
classroom.googleapis.com · 6 steps · unrated
Sync coursework with the Google Classroom API
google.com · 6 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans