Skip to main content
Glama

grade_card

Record a card review with recall rating (again, hard, good, easy) to update the FSRS spaced repetition schedule and get next due date.

Instructions

Record a review of a card. rating is how well it was recalled: 'again' (forgot), 'hard', 'good', or 'easy' (1-4 also accepted). FSRS updates the schedule; returns JSON {card_id, rating, next_due, reps}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ratingYes
card_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations provided, so the description carries full burden. It discloses that FSRS updates the schedule and returns the expected JSON structure, but doesn't mention side effects like changing due dates or whether re-grading is allowed.

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 no wasted words. First sentence states the action, second provides parameter details, schedule effect, and return format. Well-structured and front-loaded.

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?

For a low-complexity tool with 2 required parameters and a simple return structure, the description covers all essential aspects: action, parameter values, effect (FSRS schedule update), and output format. No gaps given the sibling context.

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

Parameters5/5

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

Schema has 0% description coverage, but the description fully explains rating values ('again', 'hard', 'good', 'easy' with 1-4 accepted) and implicitly defines card_id as identifying the card to grade. Adds significant meaning 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 'Record a review of a card' which is a specific verb+resource. It distinguishes from sibling tools (add, delete, edit, etc.) by focusing on the review/grading action.

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

Usage Guidelines3/5

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

No explicit guidance on when to use or not use this tool versus alternatives. The purpose implies usage after a card is reviewed, but lacks prerequisites or context for appropriate invocation.

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/klutometis/srs-mcp'

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