Skip to main content
Glama

submit_grades

Record how the learner performed on each item at the end of a review session, including grades and optional error notes for incorrect answers.

Instructions

Record how the learner performed on items during a review. Call this at the END of a review session, once, with every item you observed. Grade 1 = could not recall or used it wrong, 2 = struggled, 3 = correct, 4 = effortless. Include a one-sentence error_note when they got it wrong, describing the specific mistake.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
gradesYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
summaryYes
updatedYes
unknown_idsYes
Behavior4/5

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

No annotations provided, so description carries full burden. Discloses that tool should be called once at end of session, not incrementally. Explains grade meanings and error_note requirement. Lacks details on idempotency or side effects, but appropriate for a simple write tool.

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 succinct sentences with front-loaded purpose. Every sentence adds value: purpose, timing/scope, grade definitions, error_note instruction. No wasted words.

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

Completeness4/5

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

Given one parameter with nested structure and existence of output schema (not shown), description covers timing, grade meaning, and error_note usage. The output schema likely covers return values. Could mention idempotency or duplicate handling, but adequate for a submission tool.

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

Parameters4/5

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

Schema description coverage is 0%, so description must compensate. Explains that grades array covers every item observed, defines grade values (1-4), and specifies when to include error_note. Does not describe item_id format, but context is clear.

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?

Description clearly states verb 'Record' and resource 'learner performance on items during a review'. Differentiates from sibling tools (add_item, get_item, etc.) which serve different purposes.

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?

Explicitly says 'Call this at the END of a review session, once, with every item you observed', providing clear timing and scope. Does not mention alternatives but no similar siblings exist.

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/Muslinmin/Japanese_MCP'

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