Skip to main content
Glama

classroom_patch_assignment

Update specific fields of an existing Google Classroom assignment via updateMask, modifying only the provided values like title, due date, or state while leaving the rest untouched.

Instructions

Update specific fields of an existing assignment using updateMask.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesAssignment ID
stateNo
titleNo
dueDateNoYYYY-MM-DD in UTC
dueTimeNoHH:MM in UTC; requires dueDate
topicIdNo
courseIdYes
maxPointsNo
updateMaskYesComma-separated supplied fields: title,description,maxPoints,topicId,dueDate,dueTime,scheduledTime,state
descriptionNo
scheduledTimeNoRFC 3339 timestamp, or null to cancel scheduled publication.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv3.0.0-beta.1

TDQS

A3.5/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already signal that this is not read-only, and the description adds a mild behavioral trait: only supplied fields are updated via updateMask. It does not disclose broader side effects, prerequisites, or handling of omitted/unset fields, but for a simple patch it passes a bare-minimum bar.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, compact sentence with no redundant words. It front-loads the action and object and states the key mechanism before any extra detail.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For an 11-parameter patch tool with no output schema and low parameter coverage, this description is too terse to fully guide invocation. It omits updateMask construction, required-parameter context, field dependencies, and any indication of what the response contains.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 45% schema description coverage, the description needed to compensate by explaining key parameters or updateMask usage, but it only restates the updateMask concept. It adds no meaning for courseId, id, state, title, topicId, maxPoints, or description beyond what the schema does.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

It clearly states the verb (Update), the target resource (existing assignment), and the mechanism (using updateMask). This distinguishes it from sibling creation, listing, and retrieval tools by the patch-on-existing-assignment operation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The phrase 'existing assignment' implies this is for modifying an already-created assignment rather than creating or reading one. However, it gives no explicit guidance about when to prefer this over sibling tools or what circumstances make it inappropriate.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pengusto/google-classroom-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server