List my flashcard sets
list_my_flashcardsList the connected student saved flashcard sets in ScholarNet. Requires a connected ScholarNet account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
list_my_flashcardsList the connected student saved flashcard sets in ScholarNet. Requires a connected ScholarNet account.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds useful behavioral context by requiring a connected ScholarNet account and specifying the scope to the connected student's saved sets. It does not explain return format or error behavior, but this is minor for a zero-parameter read-only tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, front-loaded sentence that identifies the action, resource, and scope, followed by a useful prerequisite. There is no filler or redundant restating of the tool name.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple, zero-parameter, read-only list tool, the description is complete enough for correct selection and invocation. It names the exact resource, scope, and auth requirement, and no output schema is necessary for the agent to understand that this returns flashcard sets.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters and schema description coverage is 100%, so there is no parameter burden for the description to carry. The baseline for zero-parameter tools is 4, and the description does not need to add parameter-level detail.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('List') and clearly identifies the resource: connected student-saved flashcard sets in ScholarNet. The resource name naturally distinguishes it from sibling tools like list_my_quizzes and generate_flashcards.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description states a clear prerequisite ('Requires a connected ScholarNet account'), which helps the agent know when this tool can be called. However, it does not explicitly contrast this tool with alternatives such as generate_flashcards or list_my_quizzes, so when-to-use vs. when-not-to-use guidance is only implied.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.
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.
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.
With three focused generation tools, the server is well-scoped for its stated purpose. Each tool earns its place without feeling redundant or excessive.
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.