Review Session Scheduler

Review Session Scheduler MCP Connector for Claude

A+

Automate study schedules using the Ebbinghaus Forgetting Curve for long-term memory retention.

3 tools Official Updated Jun 28, 2026 Official Vinkius Partner

The Review Session Scheduler is a personalized learning assistant that uses Spaced Repetition logic to maximize your long-term memory. Based on the Ebbinghaus Forgetting Curve, it automatically generates study intervals (1, 3, 7, 14, and 30 days) after an initial study session. Use calculate_topic_schedule to plan future reviews for a new topic, get_revision_calendar to see a chronological timeline of all upcoming sessions, or check_overdue_alerts to identify topics that need immediate attention because their scheduled review dates have passed.

spaced-repetitionebbinghausstudy-plannermemory-retentionlearning-assistant

3 tools expose this connector's capabilities to your AI agent.

calculate_topic_schedule

Generates a complete list of future revision dates for a single newly studied topic

check_overdue_alerts

Identifies topics that require immediate attention because their scheduled revision dates have passed

get_revision_calendar

Provides a comprehensive view of all scheduled revisions for all known topics

See how to talk to your AI agent using Review Session Scheduler.

I just started studying 'Quantum Physics' today, 2023-10-01. Can you create a revision plan for me?

Here is your revision plan for Quantum Physics: - 2023-10-02 (1 day) - 2023-10-04 (3 days) - 2023-10-08 (7 days) - 2023-10-15 (14 days) - 2023-10-31 (30 days)

Check if I have any overdue study topics based on these records: [{'topicName': 'Biology', 'initialStudyDate': '2023-09-01'}]

The following topic is overdue: Biology.

Show me my full revision calendar for these topics: [{'topicName': 'Math', 'initialStudyDate': '2023-10-01'}, {'topicName': 'History', 'initialStudyDate': '2023-10-05'}]

Your upcoming revision calendar: - 2023-10-02: Math (1 day) - 2023-10-04: Math (3 days) - 2023-10-06: History (1 day) - 2023-10-08: Math (7 days) - 2023-10-08: History (3 days) - 2023-10-15: Math (14 days) - 2023-10-19: History (7 days) - 2023-10-31: Math (30 days) - 2023-11-04: History (14 days) - 2023-11-04: History (30 days)

The tool uses the Ebbinghaus Forgetting Curve theory to schedule five revision sessions at increasing intervals: 1, 3, 7, 14, and 30 days after your initial study date.

Related Connectors