Skip to main content
Glama

classroom_create_material

Create study material posts for Google Classroom courses with optional attachments, topics, drafts, and scheduled publishing.

Instructions

Create a study material post with optional attachments and topic.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stateNoDRAFT
titleYes
topicIdNo
courseIdYes
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 already indicate a mutating operation (readOnlyHint=false) and openWorldHint=true, so the baseline behavioral profile is covered. The description adds the resource type and optional parameters, but it does not disclose additional side effects such as notifications or scheduling behavior. No contradiction with annotations exists.

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

Conciseness4/5

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

The description is one tightly front-loaded sentence with no filler; the verb and object appear first. It is efficient, though arguably too terse for the complexity of a seven-parameter creation tool.

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 seven parameters, no output schema, and little parameter documentation, a single sentence is not enough for an agent to invoke the tool correctly. Missing details include required courseId/title expectations, state defaults or scheduling effects, and what happens after creation. The description leaves significant room for guesswork.

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 14%, so the description carries a heavy burden. It mentions attachments and topic, but leaves five parameters—including required courseId and title, plus state, description, and scheduledTime—without semantic explanation. This is insufficient compensation for the sparse schema.

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?

The description uses a specific verb ('Create') and resource ('study material post'), and notes the optional attachments and topic scope. This clearly differentiates it from sibling tools like classroom_create_assignment and classroom_post_announcement by the 'material' resource type.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool versus alternatives like creating an assignment, announcement, or topic. The description only states what the tool does, leaving the agent to infer selection criteria from sibling names.

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