Skip to main content
Glama

Fiveable for AP Students

List my study plans

list_my_study_plans
Read-onlyIdempotent

Lists the connected student's saved Fiveable study plans, including website plans. Free for signed-in students. Cheap; paginated.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitYes
cursorNo
subjectSlugNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
textNoReadable tool result text for clients that consume structured output.
statusYesOperation status: completed, pending, partial, failed, unavailable, or a domain-specific outcome.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already declare readOnly, idempotent, and non-destructive behavior. The description adds useful behavioral context beyond annotations: eligibility, cost, performance characteristics ('Cheap'), and pagination behavior. It does not contradict 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 short sentences that front-load the core purpose and scope. Every sentence adds meaningful information without repeating annotations or schema details.

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 read-only list operation with a full output schema and strong annotations, the description is nearly complete: it covers audience, eligibility, cost, and pagination. The only notable gap is undocumented subjectSlug filtering, but the parameter name is self-explanatory.

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 needed to compensate by explaining limit, cursor, and subjectSlug. It only hints at pagination with 'paginated', leaving cursor mechanics and the subject-filtering semantics largely to inference from parameter names.

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?

States a specific verb ('Lists') and resource ('connected student's saved Fiveable study plans'), and clarifies scope with 'including website plans'. This clearly distinguishes it from siblings like get_study_plan and create_study_plan without requiring schema inspection.

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?

Provides relevant context for when it is appropriate: signed-in students, free, cheap, paginated. However, it does not explicitly say when to prefer this over alternatives, such as using get_study_plan for a single plan or list_my_assignments for assignments.

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.