Skip to main content
Glama

ScholarNet — Study Plan & Thesis Tools

Generate a personalized study plan

generate_study_plan

Create a personalized week-by-week study plan for a student from their syllabus, exam topics, or a description of what they need to study. Requires the student’s email (the plan is sent/saved to it). Returns the plan summary and a shareable link. Free. Use it when a student asks for help planning their studying or exam prep.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYesThe student’s email address (required — the study plan is saved to it).
syllabusYesThe syllabus, exam topics, or a description of what to study (at least ~10 characters).

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.5/5.0
Behavior5/5

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

The description adds meaningful behavioral context beyond annotations: the plan is 'sent/saved' to the student's email, the tool returns 'the plan summary and a shareable link,' and it is free. This clarifies the side effects and outcome without contradicting the annotations.

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?

Three concise, front-loaded sentences cover what the tool does, key requirements, outputs, cost, and when to use it. Every sentence adds value and none is redundant with the schema.

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 simple two-parameter tool with full schema coverage and no output schema, the description is complete: it explains inputs, required email side effect, return value, pricing, and the target use case. No essential information is missing.

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?

Schema description coverage is 100%, so the baseline is 3. The description reinforces that the email is required and the syllabus defines what to study, but it does not add significant new parameter meaning beyond what the schema already explains.

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 states a specific verb ('Create'), a clear resource ('personalized week-by-week study plan'), and the input sources ('syllabus, exam topics, or a description'). It is easily distinguishable from the sibling tool 'generate_thesis_statement' because it targets study plans rather than thesis statements.

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 explicitly says when to use it: 'Use it when a student asks for help planning their studying or exam prep.' It does not name the sibling or explicitly say when not to use it, but the use case is clear enough that an agent would pick it correctly.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.2/5.0
Disambiguation5/5

Each tool targets a completely distinct student need: citation formatting, study planning, and thesis statement generation. There is no meaningful overlap or ambiguity between their purposes.

Naming Consistency5/5

All three tools follow the same clear verb_noun pattern with the prefix generate_ and a specific object. The naming is fully consistent and predictable.

Tool Count5/5

With three focused generation tools, the server is well-scoped for its stated purpose. Each tool earns its place without feeling redundant or excessive.

Completeness4/5

The core generation tasks for study planning, thesis statements, and citations are all covered. Minor adjacent gaps exist, such as no bibliography-list generation or essay outline tool, but the main workflows are complete.

Resources