Skip to main content
Glama

My Grades

my_grades
Read-onlyIdempotent

Report your current grade and score for each course, or for a single course using its course ID, to check your academic standing.

Instructions

Report the user's current grade and score in each course, or in one course if course_id is given. Use this for 'how am I doing' and standing questions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
course_idNoLimit to one course; omit for all

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, so the safe-read nature is fully covered. The description adds the nuance that grades are 'current' and that results can span all courses or one, but doesn't reveal further behavioral details, which is acceptable given the annotation coverage.

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?

Two sentences with front-loaded purpose and concise usage guidance. Every word earns its place, with no filler or redundancy.

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

Completeness5/5

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

With one optional parameter, full schema coverage, an output schema present, and strong annotations, the description covers both selection and invocation needs. No important context is missing for this simple read-only tool.

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 schema covers course_id 100% with 'Limit to one course; omit for all,' and the description echoes this behavior without adding extra syntax or format details. A baseline of 3 is appropriate when the schema already documents the parameter fully.

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 the specific verb 'Report' and clearly states it returns the user's current grade and score across all courses or a single course when course_id is given. This differentiates it from sibling tools like my_courses or whats_due by focusing on grade standing.

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

Usage Guidelines4/5

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

It explicitly says 'Use this for "how am I doing" and standing questions,' providing clear when-to-use context. It doesn't mention exclusions or alternative tools, so it stops short of a full decision tree.

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

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