Skip to main content
Glama

list_review_cards

Retrieve spaced-repetition cards due now for an interactive review session. Returns due cards to ask the user each question, collect their answer, then repeat the cycle.

Instructions

List spaced-repetition review cards. By default returns cards due now (due_only=true). Use this to conduct an interactive review session: list due cards, present each Q to the user, wait for their answer, call answer_card, repeat.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax cards to return (default 20, max 100)
due_onlyNoIf true, only cards due now (default true)
Install Server

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the full behavioral burden and handles it well by stating that the tool 'returns cards due now' and explaining the default due_only=true behavior. It does not go into greater detail about return structure or side effects, but for a read-only list-style tool it gives solid behavioral transparency.

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 compact and effective: it nails the purpose, default behavior, and the usage workflow in just two sentences. Every sentence carries functional value and the workflow instruction is front-loaded.

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?

For a simple optional-parameter list tool, the description is mostly complete: it specifies the default behavior and the intended interaction pattern. It would be stronger if it explicitly described the shape of the returned cards, especially since there is no output schema, but the description still gives enough context to invoke the tool correctly.

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 already documents both parameters with 100% coverage, so the baseline is 3. The description does not add meaningful new parameter semantics beyond restating the due_only default, which is already present in 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 a specific action ('List spaced-repetition review cards') and resource, making the tool's purpose immediately identifiable. It also clarifies the default behavior (due-only cards), which distinguishes it from generic list/recent tools among the siblings.

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?

The description gives clear situational context: 'Use this to conduct an interactive review session' and outlines the exact workflow from listing to answering cards. It identifies the follow-up tool (answer_card) but does not explicitly mention when not to use it, such as for non-due or non-review card listing.

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

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/frankchu91/mindbase-llm-wiki'

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