Skip to main content
Glama

get_due_items

List flashcard items due for review today or overdue, optionally filtered by topic, to identify what needs scheduling.

Instructions

List items due for review today (or overdue), optionally filtered to one topic. Returns id, topic, question (answer withheld until grade_item is called, same as a real flashcard review).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
topicNo
Install Server

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations, the description carries the full burden of behavior disclosure. It explicitly states that the answer is withheld until grade_item is called, and that overdue items are included. It does not mention rate limits or auth, but for a read-only list operation this is adequate and adds notable context.

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 filler. The primary purpose is front-loaded, and the answer-withheld detail is placed logically at the end. Every word earns its place; the structure is clean and immediately scannable.

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 list tool with no output schema or annotations, the description covers purpose, scope, filters, and return fields (id, topic, question). The only significant gap is the undefined 'limit' parameter semantics, but overall it provides enough for an agent to call correctly in most cases.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must explain both parameters. It explains the 'topic' filter explicitly ('optionally filtered to one topic') but does not mention 'limit' at all. The limit parameter has a default but no description, leaving its behavior (e.g., maximum number of items, pagination) undefined.

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 a specific verb ('List'), names the resource ('items due for review'), and states scope ('today (or overdue)') plus an optional filter ('one topic'). It clearly distinguishes from siblings like add_item, grade_item, get_stats, and export_items, which have 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 Guidelines3/5

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

The description implies when to use the tool (to see due items) and mentions that answers are withheld until grade_item is called, giving a hint about downstream steps. However, it does not explicitly compare with get_forecast or state when not to use this tool, leaving some routing to inference.

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

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