ScholarNet — Study Plan & Thesis Tools
Server Details
Free AI study tools: generate a personalized study plan or essay thesis statements.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
8 toolsask_ai_tutorAsk the ScholarNet AI TutorAInspect
Ask the ScholarNet AI Tutor a question and get a step-by-step explanation, on the connected student account (counts toward their plan). Use for "explain X", "help me understand Y", or homework/concept questions. Requires the student to have connected their ScholarNet account to this assistant (a token from ScholarNet Settings).
| Name | Required | Description | Default |
|---|---|---|---|
| subject | No | Optional subject, e.g. "calculus" or "computer science". | |
| question | Yes | The question to ask the tutor. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate non-readOnly behavior via readOnlyHint=false, and the description adds valuable context: the request 'counts toward their plan' and requires a connected ScholarNet account token. This discloses side effects and authentication prerequisites beyond what the annotations or schema state.
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?
Three sentences with no wasted words. The core action is front-loaded, followed by concrete use cases and the key prerequisite. Every sentence earns its place and the structure is easy to scan.
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 2-parameter tool with no output schema, the description is complete: it states what result to expect (step-by-step explanation), the account side effects, the prerequisite token, and appropriate use cases. Nothing essential is missing for correct selection and invocation.
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?
Schema coverage is 100%, so the baseline is 3. The description adds beyond the schema by specifying the kinds of questions expected ('explain X', 'help me understand Y', homework/concept questions), which clarifies the intended input to the 'question' parameter beyond just 'The question to ask the tutor.'
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 begins with a specific verb and resource: 'Ask the ScholarNet AI Tutor a question and get a step-by-step explanation.' It also gives concrete use cases ('explain X', 'help me understand Y', homework/concept questions) that make it easy to distinguish from the sibling generation tools like generate_quiz or 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 clearly tells the agent when to use the tool via example question types and homework/concept guidance. It does not explicitly state when not to use it or name alternative sibling tools, so it stops short of a 5, but the use-case framing provides strong contextual selection guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
generate_citationGenerate a citation in APA, MLA, Chicago, Harvard and IEEEAInspect
Generate a formatted citation for a source in five styles (APA, MLA, Chicago, Harvard, IEEE) from the source type and details. Requires a student email. Free. Use it when a student needs to cite a book, journal article, website, or other source for an essay or paper.
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | URL (for a website or online source). | |
| type | Yes | Source type: book, journal, website, newspaper or report. | |
| year | No | Year of publication, e.g. "2024". | |
| Yes | The student email address (required). | ||
| issue | No | Issue number (journal). | |
| pages | No | Page range, e.g. "123-145". | |
| title | Yes | Title of the source (required). | |
| volume | No | Volume number (journal). | |
| authors | No | Author names as a list, e.g. ["Smith, J.", "Doe, A."]. | |
| journal | No | Journal name (for a journal article). | |
| publisher | No | Publisher (for a book). |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations indicate readOnlyHint=false and destructiveHint=false, so the safety profile is already known. The description adds useful context beyond annotations: the email requirement and that it is free. It does not disclose the output format or precise behavior (e.g., whether it returns all five styles at once or requires external interaction), but the core generation behavior is predictable; no contradiction with annotations.
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 compact three sentences with the core action front-loaded. The 'Free' clause is mildly redundant but not harmful. Every sentence earns its place: purpose, requirement, and when-to-use.
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 tool with 11 parameters and no output schema, the description covers the main selection cues (what it does, when to use, email requirement) but omits what the returned citation looks like and whether all five styles are returned at once. The schema handles parameter meanings, but the description could be more complete about the output contract.
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?
Schema coverage is 100%, so the baseline is 3. The description adds only 'from the source type and details,' which maps to the schema's `type` and other fields, but it does not explain individual parameters or their relationships beyond the schema. It lists 'book, journal article, website' in the usage note, slightly reinforcing the `type` enum values, but no substantial additional meaning.
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 opens with a specific verb and resource: 'Generate a formatted citation for a source in five styles...' It also names the supported styles and source types, and clearly distinguishes from sibling tools (generate_study_plan, generate_thesis_statement), which serve different purposes. The title and description align with no ambiguity.
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?
Explicitly states when the tool should be used: 'Use it when a student needs to cite a book, journal article, website, or other source for an essay or paper.' It also gives a prerequisite (student email) and a condition (free). It does not explicitly contrast with alternatives, but the sibling tools are unrelated, so the use-case guidance is sufficient.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
generate_flashcardsGenerate flashcardsAInspect
Generate a set of study flashcards from a topic or from pasted notes, saved to the connected student ScholarNet account. Requires a connected ScholarNet account.
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | How many cards (optional). | |
| notes | No | Optional notes/document text to build cards from. | |
| topic | No | Topic to make flashcards for. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations indicate a write operation that is not idempotent, and the description adds meaningful behavioral context by stating flashcards are saved to the connected ScholarNet account and that account connectivity is required. This goes beyond what the annotations alone convey.
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 compact and front-loaded, with the core action and inputs in the first sentence. The second sentence adds a crucial prerequisite without unnecessary detail. Every sentence earns its place.
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 tool with no required parameters and no output schema, the description covers the key aspects: what it generates, from what inputs, where it saves results, and the account requirement. A minor gap is not explicitly stating that at least one of topic or notes should be supplied, but this is reasonably inferable.
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?
Schema description coverage is 100%, so the baseline is 3. The description's mention of 'topic or pasted notes' aligns with the topic and notes parameters but adds little detail beyond the schema, such as count defaults or whether at least one source must be provided.
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 clearly states the action: generating study flashcards from a topic or pasted notes and saving them to a ScholarNet account. This distinguishes it from siblings like generate_quiz and generate_citation by naming the specific resource and source inputs.
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 provides clear context for when to use the tool — when a user wants flashcards from a topic or notes — and includes an important prerequisite about needing a connected ScholarNet account. It does not explicitly name alternatives or exclusions, but the use case is well implied.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
generate_quizGenerate a practice quizAInspect
Generate a practice quiz on a topic for the connected student, saved to their ScholarNet account. Requires a connected ScholarNet account.
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | Quiz topic. | |
| difficulty | No | Difficulty. | |
| numQuestions | No | How many questions (default 5). |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotations already indicate this is a non-read-only, non-destructive action. The description adds valuable behavioral context by explicitly stating the quiz is persisted to the student's account and that a connected account is a precondition, which goes beyond the annotation flags.
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?
Two concise sentences with no filler. The core action and persistence side effect are front-loaded, and the account requirement is stated in a single follow-up sentence.
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?
The description, combined with full schema coverage and relevant annotations, gives an agent enough to invoke the tool correctly for a straightforward generation-and-save operation. The main gap is the lack of explicit alternative routing, but this is a minor omission given the simple interface.
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?
Schema description coverage is 100%, so the input schema already fully documents all parameters. The description mentions the topic but adds no extra semantic detail about difficulty or numQuestions; the baseline of 3 applies because the schema carries the parameter documentation burden.
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 clearly states a specific verb ('Generate') and resource ('practice quiz on a topic') and adds an important scoping detail: the quiz is saved to the connected student's ScholarNet account. This distinguishes it from sibling tools like generate_flashcards or generate_study_plan.
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 implies the tool is for creating topic-specific practice quizzes and warns that a connected ScholarNet account is required, but it does not explicitly state when to prefer this over sibling tools or when not to use it. The use case is inferable but not directly guided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
generate_study_planGenerate a personalized study planAInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | The student’s email address (required — the study plan is saved to it). | ||
| syllabus | Yes | The syllabus, exam topics, or a description of what to study (at least ~10 characters). |
TDQS
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.
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.
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.
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.
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.
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.
generate_thesis_statementGenerate essay thesis statementsAInspect
Generate strong thesis statement options for an essay from a topic, the essay type (argumentative, expository, analytical, compare-contrast), and an optional stance. Requires the student’s email. Free. Use it when a student needs a thesis or essay direction.
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | The student’s email address (required). | ||
| topic | Yes | The essay topic (at least ~5 characters). | |
| position | No | Optional stance/position to argue. | |
| essayType | No | Essay type. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already provide readOnlyHint=false and destructiveHint=false. The description adds meaningful context by disclosing an auth-like requirement ('Requires the student’s email') and a cost constraint ('Free'). It also indicates that multiple output options are generated, which is useful beyond the structured annotations.
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 three short sentences with no filler. It front-loads the primary purpose, then lists constraints and the intended use case. Every sentence contributes useful information for tool selection and invocation.
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?
Given the tool's moderate complexity and the absence of an output schema, the description gives enough context: what it generates, what inputs matter, a required identity element, and when to use it. It could be slightly more explicit about optional parameters and the exact return format, but it remains adequately complete for an agent.
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?
Schema description coverage is 100%, so the schema already documents all parameters well. The description adds only marginal clarity by grouping 'essay type' with its enum values and labeling 'stance' as optional, but it does not significantly expand on what the schema already provides.
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 clearly states a specific action ('Generate strong thesis statement options') and identifies the resource (thesis statement) plus the key inputs (topic, essay type, optional stance). It is immediately distinguishable from the sibling generate_study_plan because it targets essay thesis creation rather than study planning.
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 explicitly says 'Use it when a student needs a thesis or essay direction,' which gives clear when-to-use guidance. It does not explicitly name the sibling or state when not to use it, but the purpose is distinct enough that the use case is well understood.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_my_flashcardsList my flashcard setsARead-onlyIdempotentInspect
List the connected student saved flashcard sets in ScholarNet. Requires a connected ScholarNet account.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
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.
list_my_quizzesList my quizzesARead-onlyIdempotentInspect
List the connected student saved quizzes in ScholarNet. Requires a connected ScholarNet account.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description adds a behavioral prerequisite beyond the annotations by stating that a connected ScholarNet account is required, which is a meaningful operational constraint. The annotations already establish readOnlyHint, idempotentHint, and destructiveHint, and the description does not contradict them.
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 sentence that front-loads the core action and resource, then adds the essential prerequisite. Every word earns its place, with no redundancy or filler.
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 list operation with strong annotations covering safety and idempotence, the description is almost complete. It covers what is listed and the key prerequisite, though it could arguably mention that it only returns the current user's saved quizzes, but the title already conveys 'my'.
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, so there is no parameter information that the description needs to clarify. The description appropriately focuses on the tool's purpose and precondition rather than inventing parameter 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 states a specific verb ('List') and a clear resource ('connected student saved quizzes in ScholarNet'), making the tool's function immediately understandable. It does not explicitly differentiate from siblings like list_my_flashcards or generate_quiz, but the 'saved quizzes' scope is distinct enough to avoid confusion.
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 provides a clear prerequisite ('Requires a connected ScholarNet account'), which gives context for when the tool can be used. It does not explicitly state when to use this tool versus alternatives such as list_my_flashcards or generate_quiz, leaving that inference to the agent.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
5 tool updates
- Added
ask_ai_tutor - Added
generate_flashcards - Added
generate_quiz - Added
list_my_flashcards - Added
list_my_quizzes
1 tool update
- Added
generate_citation
2 tool updates
- First observed
generate_study_plan - First observed
generate_thesis_statement
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
AP study content, practice, FRQ feedback, progress, plans, and student tools for AI apps.
371Free IELTS prep: band-scored student essays and interactive Listening/Reading drills graded in-chat.
AI that does real work for you: cited web research, plans, finance, horoscopes. Self-serve.
Free: turn your AI chats into spaced-repetition vocabulary. 13 tools, reads and writes.
Related MCP Servers
- AlicenseAqualityCmaintenanceProvides four free tools to assess AI visibility: crawler access, entity recognition, off-page gaps, and shopping agent compatibility, without requiring an API key.460MIT
- FlicenseNot gradedqualityCmaintenanceOffers 29 free tools for text processing, AI-powered generation, SEO optimization, utilities, cron tasks, file processing, and ideas management, all without requiring an API key.-
- FlicenseNot gradedqualityCmaintenanceDetects AI-generated content by analyzing 24 writing patterns, provides style analysis, plagiarism check, text humanization suggestions, and offers batch detection and version comparison tools.-
- AlicenseAqualityBmaintenanceAI news, model intelligence rankings (Artificial Analysis Index, deduplicated by model family), and AI tools/tutorials directory. Free, no API key required — 7 tools for news search, model lookup, rankings, and tools discovery.7MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
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.