Skip to main content
Glama

Server Quality Checklist

83%
Profile completionA complete profile improves this server's visibility in search results.
  • Latest release: v1.0.10

  • Disambiguation5/5

    Each tool targets a distinct educational function: progress analysis, quiz creation, lesson plan generation, rubric generation, and learning path recommendation. There is no overlap in purpose, and the descriptions clearly differentiate them.

    Naming Consistency5/5

    All tools follow a consistent 'verb_noun' pattern in snake_case: analyze_student_progress, create_quiz, generate_lesson_plan, generate_rubric, recommend_learning_path. The verbs are varied but the pattern is uniform, making the set predictable.

    Tool Count5/5

    With 5 tools, the server is well-scoped for an education AI assistant. Each tool covers a major educational task without redundancy, and the count is neither too sparse nor overly heavy.

    Completeness4/5

    The tool set covers core educational workflows: analysis, quiz creation, lesson planning, rubric generation, and learning path recommendation. Minor gaps exist (e.g., no feedback generation or class management), but the surface is largely adequate for common teaching scenarios.

  • Average 4.4/5 across 5 of 5 tools scored.

    See the Tool Scores section below for per-tool breakdowns.

    • No community issues in the last 6 months
    • 13 commits in the last 12 weeks
    • Last stable release on
    • No critical vulnerability alerts
    • No high-severity vulnerability alerts
    • No code scanning findings
    • CI is passing
  • This repository is licensed under MIT License.

  • This repository includes a README.md file.

  • No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.

    Tip: use the "Try in Browser" feature on the server page to seed initial usage.

  • This repository includes a glama.json configuration file.

  • This server has been verified by its author.

  • Add related servers to improve discoverability.

How to sync the server with GitHub?

Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.

To manually sync the server, click the "Sync Server" button in the MCP server admin interface.

How is the quality score calculated?

The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).

Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.

Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).

Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.

Tool Scores

  • Behavior5/5

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

    Given no annotations, the description fully covers behavioral traits: side effects (read-only, no modifications), authentication (no auth basic, API key for pro), rate limits (10/day free), error handling (structured errors), idempotency, and data privacy. This exceeds expectations.

    Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

    Conciseness4/5

    Is the description appropriately sized, front-loaded, and free of redundancy?

    The description is well-structured with clear sections (Args, Behavior, When to use/not use, Behavioral Transparency). While slightly verbose, every section adds value, especially given the absence of annotations.

    Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

    Completeness3/5

    Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

    Covers most aspects but lacks description of the return value format. For a quiz creation tool, specifying the output structure (e.g., JSON quiz object) would enhance completeness. No output schema is provided, so this omission is notable.

    Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

    Parameters4/5

    Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

    The 'Args' section adds meaning beyond the input schema by listing allowed values for difficulty and question_types, default for num_questions, etc. However, the api_key parameter is mentioned in the behavioral section but not in the Args list, slightly reducing clarity.

    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 clearly states 'Create a quiz with various question types aligned to Bloom's taxonomy,' which is a specific verb+resource. It distinguishes from sibling tools like analyze_student_progress or generate_lesson_plan, which have different purposes.

    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?

    Explicit 'When to use' and 'When NOT to use' sections provide guidance, though the 'When to use' text ('structured analysis or classification...') is somewhat generic and could be more directly tied to quiz creation. Still, it offers clear context and exclusions.

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

  • Behavior5/5

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

    With no annotations provided, the description fully discloses behavioral traits: it generates structured output without modifying external systems, is deterministic, has no side effects, specifies rate limits (free 10/day, pro unlimited), and states that no authentication is required for basic usage. This is comprehensive.

    Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

    Conciseness4/5

    Is the description appropriately sized, front-loaded, and free of redundancy?

    The description is well-structured with an intro, Args list, Behavior section, and usage guidelines. It is not overly verbose, though the 'When to use' sections could be slightly more concise. Overall, it is clear and organized.

    Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

    Completeness3/5

    Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

    Given 7 parameters, no output schema, and no annotations, the description covers purpose, usage, and most parameters but misses the 'api_key' parameter and does not describe the output format. The 'When NOT to use' is generic. It is adequate but has gaps.

    Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

    Parameters4/5

    Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

    Input schema has 0% description coverage, so the description must compensate. It adds examples for subject, topic, age_group, and duration_minutes, clarifies learning_objectives as optional and auto-generated, and explains differentiation. However, it omits the 'api_key' parameter entirely, leaving it undocumented. This is good but not perfect.

    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 clearly states it generates a structured lesson plan with objectives, activities, and assessment. The verb 'Generate' and resource 'lesson plan' are specific, and it distinguishes itself from sibling tools like analyze_student_progress, create_quiz, generate_rubric, and recommend_learning_path.

    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 includes explicit 'When to use' and 'When NOT to use' sections, providing clear context. However, the 'when to use' is somewhat generic and does not directly contrast with siblings, though it mentions rate limits and authentication requirements. This is still above average.

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

  • Behavior5/5

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

    Even without annotations, the description thoroughly discloses behavior: read-only, stateless, idempotent, no side effects, authentication requirements, rate limits (free/pro tiers), error handling, and data privacy. This exceeds typical expectations.

    Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

    Conciseness3/5

    Is the description appropriately sized, front-loaded, and free of redundancy?

    The description is well-structured with sections, but contains redundancy: 'Behavioral Transparency' details appear twice (once in the main description and again after 'When NOT to use'). This could be condensed without losing information.

    Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

    Completeness3/5

    Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

    The description covers many aspects (behavior, rate limits, error handling) but does not describe the format or structure of the successful output (e.g., what a learning path recommendation looks like). Given no output schema, this gap reduces completeness.

    Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

    Parameters5/5

    Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

    The description includes an 'Args' section that describes each parameter, adding meaning beyond the input schema's type/title. For example, 'current_level: Current proficiency: beginner, intermediate, advanced' provides values. With 0% schema description coverage, this fully compensates.

    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 clearly states the tool's purpose: 'Recommend a personalized learning path based on student profile.' This is specific and distinct from sibling tools (e.g., analyze_student_progress, create_quiz), which focus on different tasks.

    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 includes explicit 'When to use' and 'When NOT to use' sections, advising to use for structured analysis and cautioning against real-time production use without human review. However, it does not explicitly contrast with sibling tools, but still provides clear guidance.

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

  • Behavior5/5

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

    With no annotations, the description fully covers behavioral traits: read-only, idempotent, no side effects, authentication requirements, rate limits (10/day free), error handling (structured errors), data privacy (no storage). Comprehensive and clear.

    Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

    Conciseness4/5

    Is the description appropriately sized, front-loaded, and free of redundancy?

    Well-structured with clear sections, though there is minor redundancy between 'Behavior' and 'Behavioral Transparency'. Overall front-loaded and efficient for its detail level.

    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?

    Given 4 parameters, no annotations, and no output schema, the description is quite complete. It covers purpose, usage, parameters, and behaviors. The only gap is the lack of a success output format description, but structured output is implied.

    Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

    Parameters4/5

    Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

    The 'Args' section adds meaning to student_name, assessments (list of dicts with specific keys), and target_grade, despite 0% schema coverage. The api_key parameter is also mentioned in behavioral transparency, providing context beyond the schema.

    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 clearly states 'Analyze student performance trends and generate progress report', specifying a concrete verb and resource. It distinguishes from sibling tools like create_quiz and generate_lesson_plan by focusing on analysis and reporting.

    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?

    Provides explicit 'When to use' and 'When NOT to use' sections, advising against real-time decision-making without human review. However, it does not name specific alternative tools for exclusion.

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

  • Behavior5/5

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

    With no annotations provided, the description carries full burden. It extensively covers side effects (read-only, no state modification), authentication, rate limits, error handling, idempotency, and data privacy, leaving no ambiguity about safety or constraints.

    Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

    Conciseness4/5

    Is the description appropriately sized, front-loaded, and free of redundancy?

    The description is well-organized with clear sections (Args, Behavior, When to use/not, Behavioral Transparency). However, it is somewhat verbose, with redundant statements (e.g., 'Behavior' and 'Behavioral Transparency' both mention no side effects). Still, it remains readable and front-loaded.

    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?

    Given no output schema and 0% schema coverage, the description covers most aspects thoroughly—purpose, usage, behavior, and constraints. However, it omits the output structure (e.g., format of the rubric) and fails to describe the api_key parameter. Overall, quite complete but with minor gaps.

    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 0%, but the description lists parameters with brief explanations (e.g., 'criteria: Custom assessment criteria (auto-generated if omitted)'). However, the 'api_key' parameter in the schema is not mentioned in the description, and details like enum values for 'assignment_type' are only hinted via examples. Thus, partial compensation.

    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 begins with 'Generate an assessment rubric with detailed criteria and descriptors,' which clearly states the tool's specific verb+resource. It distinguishes itself from siblings like 'analyze_student_progress' and 'create_quiz' by focusing on rubric generation.

    Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

    Usage Guidelines5/5

    Does the description explain when to use this tool, when not to, or what alternatives exist?

    The description includes dedicated 'When to use' and 'When NOT to use' sections, providing explicit guidance on appropriate contexts (structured analysis/classification) and exclusions (not for real-time production decision-making without human review). It also mentions rate limits for free vs pro tiers.

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

GitHub Badge

Glama performs regular codebase and documentation scans to:

  • Confirm that the MCP server is working as expected.
  • Confirm that there are no obvious security issues.
  • Evaluate tool definition quality.

Our badge communicates server capabilities, safety, and installation instructions.

Card Badge

education-ai-mcp MCP server

Copy to your README.md:

Score Badge

education-ai-mcp MCP server

Copy to your README.md:

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/CSOAI-ORG/education-ai-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server