Skip to main content
Glama

Submit Rubric Assessment

submit_rubric_assessment
DestructiveIdempotent

Submit scores and feedback comments for each rubric criterion to record assessment results in Canvas.

Instructions

Submit a rubric assessment with scores and comments for each criterion.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYesArray of criterion assessments
course_idYesThe Canvas course ID
association_idYesThe rubric association ID
Behavior3/5

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

With annotations already declaring destructiveHint, idempotentHint, and openWorldHint, the description adds no additional behavioral context beyond restating the action. It does not explain what happens to existing assessments or any side effects of submission, but it does not contradict the annotations either.

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 clear sentence, front-loaded with the verb and resource, with no redundant words.

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

Completeness3/5

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

The tool has moderate complexity with three required parameters including a nested array, and no output schema. The description omits information about return values, side effects, or whether submission overwrites prior assessments. While annotations and schema cover safety and parameters, the description could be richer for a destructive operation.

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

Parameters3/5

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

The input schema covers 100% of parameters with descriptions. The description reinforces that data contains scores and comments per criterion but adds no new semantic detail beyond the 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 clearly states the action 'Submit' and the resource 'rubric assessment', specifying it involves 'scores and comments for each criterion.' This distinguishes it from sibling tools like get_rubric_assessment, which retrieves rather than submits.

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?

The description provides no guidance on when to use this tool versus alternatives like get_rubric_assessment or other grading tools. It does not mention exclusions or prerequisites, leaving the agent to infer usage from the tool name and schema.

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

Install Server

Other Tools

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/bruchris/canvas-lms-mcp'

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