Skip to main content
Glama

generate_peer_review_report

Read-only

Create peer review completion reports for Canvas assignments, including summary, analytics, and follow-up recommendations to identify gaps and guide next steps.

Instructions

Generate peer review completion report with summary, analytics, and follow-up recommendations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filenameNoCustom filename for saved report
save_to_fileNoSave report to local file
assignment_idYesCanvas assignment ID
report_formatNoOutput format (markdown, csv, json)markdown
course_identifierYesCourse code or Canvas ID
include_action_itemsNoInclude action items
include_student_detailsNoInclude student details
include_executive_summaryNoInclude executive summary
include_timeline_analysisNoInclude timeline analysis
Behavior3/5

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

The readOnlyHint annotation already covers the safety profile, and the description adds useful context about the report contents. However, it does not mention that saving to a local file is possible via save_to_file, nor does it clarify that this is a consolidated read-only report combining data from other tools. No contradiction with annotations.

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, focused sentence that front-loads the main action and lists the key inclusions without any filler or redundant detail.

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 description is adequate for a read-only report generator with fully documented parameters, but the tool has no output schema and sits among many closely related siblings. The lack of explicit sibling differentiation and return-structure detail leaves some contextual gaps.

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?

Schema description coverage is 100%, so all 9 parameters are already individually documented. The description adds no parameter-specific meaning beyond the general report contents, so it meets the baseline without exceeding it.

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?

Description uses the specific verb 'generate' with the resource 'peer review completion report' and lists the key contents: summary, analytics, and follow-up recommendations. It is clear and actionable, though it does not explicitly distinguish itself from sibling tools like 'generate_peer_review_feedback_report' or 'get_peer_review_completion_analytics'.

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, and it does not name any sibling tools. Given the large number of peer-review-related siblings, the agent is left without help deciding between this consolidated report and the more specific analytics/follow-up tools.

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

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