Skip to main content
Glama

classroom_create_assignment

Create a Google Classroom assignment or question with attachments, due date, topic, and scheduling options. Publish or save as draft.

Instructions

Create an assignment or question with optional attachments, due date, and topic.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stateNoDRAFT
titleYes
dueDateNoYYYY-MM-DD in UTC
dueTimeNoHH:MM in UTC (defaults to 23:59 if dueDate is set)
topicIdNo
courseIdYes
workTypeNoASSIGNMENT
maxPointsNo
attachmentsNo
descriptionNo
scheduledTimeNoRFC 3339 timestamp for 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

B3.2/5.0
Behavior3/5

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

Annotations mark readOnlyHint as false, and the description's 'Create' is consistent, adding that this is a mutation that produces a new assignment or question. It does not disclose defaults like DRAFT state or the returned value, but the annotations and schema already carry part of the safety and mutation signal.

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, well-structured sentence that front-loads the core action ('Create an assignment or question') and then lists optional context. There is no filler or redundancy.

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?

With 11 parameters, low schema description coverage, and no output schema, the description does not cover important decisions such as DRAFT vs PUBLISHED state, scheduledTime, maxPoints, workType, or what the method returns. An agent would need to infer too much from names and enums.

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?

Schema description coverage is only 27%, and the description merely echoes 'attachments, due date, and topic' without explaining their types, required values, or behavior. It hints at workType through 'question' but leaves state, maxPoints, scheduledTime, dueTime, and attachment structure mostly unexplained.

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

Purpose4/5

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

The description clearly states the verb 'Create' and the resource 'assignment or question', and it names common optional aspects like attachments, due date, and topic. It is distinguishable from classroom_create_topic because the topic is an optional property rather than the primary resource, though it does not explicitly contrast with classroom_patch_assignment.

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 word 'Create' implies this is for new assignments or questions, and sibling names like classroom_patch_assignment and classroom_create_topic hint at alternatives. However, there is no explicit guidance on when to use this instead of patching an existing assignment or when to create a topic first.

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