Skip to main content
Glama

Server Details

8 curriculum, classroom, accommodations and exam-prep skill products. 5 of 7 free.

Ownership verified
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Server Listing
moltline-mcp

Available Tools

7 tools
get_free_skillGet Free SkillA
Read-onlyIdempotent
Inspect

Load a product's free gateway skill with its complete instructions. FREE.

Typical input {"slug": "curriculum-architect-hs"} returns {"slug": ..., "skill": "", "instructions": ""}.

Returns exactly one skill - the product's free gateway skill - chosen automatically from the slug, with no plan required. Use when the caller wants usable instructions immediately. Not for the product's other skills: those are named and need get_full_skill with a skill_name, which requires a paid plan. Errors: on invalid, missing, or malformed input this tool never raises a protocol error — it returns {"error": ""} (for example {"error": "unknown slug ''. Use list_products."}). Every call is read-only and idempotent, so after correcting the input it is always safe to retry.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesProduct slug exactly as returned by list_products, e.g. "curriculum-architect-hs"; must be non-empty.

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

TDQS

A4.6/5.0
Behavior4/5

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

Annotations already provide readOnlyHint and idempotentHint, but the description adds valuable context: it never raises a protocol error, returns an error object on invalid input with an example, and clarifies that the skill is automatically chosen. This goes beyond the annotations by detailing the error behavior and output format.

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: starts with a clear summary, followed by an example, usage guidelines, and error handling. While it is not extremely terse, every sentence adds necessary information. It is front-loaded with the core purpose and example, making it easy to scan.

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?

Given the tool's simplicity (one parameter, straightforward output), the description covers all essential aspects: input, output shape, usage context, differentiation from sibling, error handling, and safety guarantees (read-only, idempotent). The presence of an output schema further supports completeness.

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 input schema already covers the slug parameter with 100% description coverage, but the description adds a concrete example of typical input and output, explains the error behavior for invalid slugs, and reinforces the source of the slug (list_products). This provides extra semantic value beyond the schema alone.

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 loads a product's free gateway skill with complete instructions, using the verb 'load' and specifying the resource. It distinguishes itself from the sibling 'get_full_skill' by noting that this tool is for the free gateway skill only, while other skills require a paid plan and a skill_name parameter.

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 explicitly says 'Use when the caller wants usable instructions immediately' and contrasts with 'Not for the product's other skills: those are named and need get_full_skill with a skill_name, which requires a paid plan.' It also provides error handling guidance, stating that on invalid input it returns an error object with a fix suggestion and that it's safe to retry.

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

get_full_productGet Full ProductA
Read-onlyIdempotent
Inspect

Load one product in full: its persona plus every paid skill. PREMIUM (license).

Typical input {"slug": "curriculum-architect-hs"} returns {"slug": ..., "name": ..., "persona": "", "skills": [{"name": ..., "instructions": ...}, ...], "free_skill": {...}}.

Returns persona plus every skill for one product. Use when the caller wants the whole product. Not for a single skill (get_full_skill) and not for a free look, which list_products and get_free_skill provide with no plan. Errors: on invalid, missing, or malformed input this tool never raises a protocol error — it returns {"error": ""} (for example {"error": "unknown slug ''"}). Every call is read-only and idempotent, so after correcting the input it is always safe to retry.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesProduct slug exactly as returned by list_products, e.g. "curriculum-architect-hs"; must be non-empty.

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

TDQS

A4.9/5.0
Behavior5/5

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

Description adds significant behavioral details beyond annotations: error handling (never raises protocol error, returns error object), idempotency and retry safety, premium license, and exact return structure. Annotations already provide readOnlyHint and idempotentHint, but description enriches with practical usage behavior.

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?

Description is front-loaded with purpose, includes a clear example, usage guidelines, and error handling. Every sentence is informative and earns its place. No filler or redundancy. Highly efficient.

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?

Given the tool's simplicity (one parameter, simple input, output schema exists), the description covers all essential aspects: purpose, usage, error behavior, idempotency, and license. The presence of output schema means return values are already documented. Complete for an AI agent to use correctly.

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?

Schema coverage is 100%, so baseline is 3. Description adds meaning by giving an example slug value ('curriculum-architect-hs'), specifying format (exactly as returned by list_products), and clarifying that slug must be non-empty. Also explains error handling for invalid slugs. Adds value beyond 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 the tool loads a full product with persona and paid skills, using a specific verb ('Load') and resource. It distinguishes from siblings by mentioning 'get_full_skill' and 'list_products' for different use cases.

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?

Explicitly states when to use ('caller wants the whole product') and when not to use (single skill -> get_full_skill, free look -> list_products/get_free_skill). Also mentions premium license requirement, guiding the agent on context.

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

get_full_skillGet Full SkillA
Read-onlyIdempotent
Inspect

Load one paid skill's complete instructions from a product. PREMIUM (license).

Typical input {"slug": "curriculum-architect-hs", "skill_name": "unit-planner"} returns {"slug": ..., "skill": ..., "instructions": ""}.

Returns one named skill, selected by skill_name. Use when the caller wants one specific paid skill. Not for the free gateway skill, which get_free_skill returns with no plan, and not for every skill at once (get_full_product). Errors: on invalid, missing, or malformed input this tool never raises a protocol error — it returns {"error": ""} (for example {"error": "unknown slug ''"}). Every call is read-only and idempotent, so after correcting the input it is always safe to retry.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesProduct slug exactly as returned by list_products, e.g. "curriculum-architect-hs"; must be non-empty.
skill_nameYesExact skill name as listed in that product's "skills" array from list_products, e.g. "unit-planner"; must be non-empty.

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

TDQS

A4.6/5.0
Behavior5/5

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

Annotations already provide readOnlyHint, idempotentHint, and destructiveHint. The description adds value by explicitly stating 'Every call is read-only and idempotent', clarifying error behavior (returns error JSON, never protocol error), and asserting retry safety. No contradictions with annotations; the description reinforces and extends the structured hints.

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?

Description is well-structured: purpose first, then example, usage guidelines, error behavior, and idempotency statement. Each sentence adds distinct information. A minor length reduction could be possible (e.g., merging some sentences), but it is not verbose and front-loads key information.

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 tool with 2 clearly documented parameters, comprehensive annotations, and an output schema, the description covers all necessary aspects: purpose, usage boundaries, error handling, retry safety, and relationship to siblings. No gaps are apparent; the description is fully sufficient for correct tool invocation.

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 coverage is 100% with detailed descriptions for both slug and skill_name. The description provides a typical input example ('{"slug": "curriculum-architect-hs", "skill_name": "unit-planner"}') which adds illustrative value but does not introduce new semantics or constraints beyond the schema. Baseline 3 is appropriate given high schema coverage.

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?

Description clearly states the tool loads 'one paid skill's complete instructions from a product', specifies it is premium/license-restricted, and provides an example input-output. It distinguishes itself from sibling tools get_free_skill and get_full_product by noting differences in scope and licensing. The verb 'load' and resource 'paid skill's complete instructions' are specific and unambiguous.

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?

Explicitly tells when to use ('when the caller wants one specific paid skill') and when not to use ('Not for the free gateway skill' and 'not for every skill at once'), naming the alternative tools. It also provides guidance on error handling and retry safety, covering both correct and incorrect usage scenarios.

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

grade_curveGrade CurveA
Read-onlyIdempotent
Inspect

Summarize how an assessment landed: stats, bands, and outliers. FREE.

Reports mean, median, std dev, quartiles, distribution by percentage band, and flagged low outliers. Typical input {"scores": [88, 92, 75, 61, 84], "max_score": 100} returns {"n": 5, "mean": 80.0, "median": 84.0, "std_dev": ..., "q1": ..., "q3": ..., "distribution": {"90-100%": 1, ...}, "outliers_low": [...], "reading": "..."}.

Use on a list of scores already earned. Not for the readability of the assessment itself (readability_report). Errors: on invalid, missing, or malformed input this tool never raises a protocol error — it returns {"error": ""} (for example {"error": "no scores"}). Every call is read-only and idempotent, so after correcting the input it is always safe to retry.

ParametersJSON Schema
NameRequiredDescriptionDefault
scoresYesRaw scores, one per student; at least 1 value, e.g. [88, 92, 75].
max_scoreNoMaximum possible score; must be greater than 0. Default 100.

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already provide readOnlyHint and idempotentHint. The description adds value by disclosing that the tool never raises protocol errors on invalid input, instead returning an error object with a fix suggestion. This is a behavioral trait beyond what annotations capture.

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: purpose sentence, list of stats, example, usage guideline, and error behavior. It is informative but not overly verbose. Minor waste: the 'FREE.' appears extraneous but does not detract significantly.

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?

Given the tool's complexity, the description covers purpose, exact statistics returned, input/output example, usage guidelines, error handling, and distinguishes from sibling. The presence of an output schema reduces the need to detail return values, but the description still provides a concrete sample. Fully complete.

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?

The input schema has 100% description coverage, so the schema already documents the parameters well. The description provides a typical input example and output, but does not add new semantic meaning to the parameters themselves. Baseline 3 is appropriate.

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 starts with 'Summarize how an assessment landed: stats, bands, and outliers,' which clearly states the verb (summarize) and resource (assessment scores). It distinguishes from the sibling 'readability_report' by explicitly noting it is not for the readability of the assessment itself.

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 explicitly states 'Use on a list of scores already earned. Not for the readability of the assessment itself (readability_report).' This provides clear when-to-use and when-not-to-use guidance, and names the alternative sibling tool.

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

lesson_timerLesson TimerA
Read-onlyIdempotent
Inspect

Split a class period into timed segments with sensible weighting. FREE.

The opener and closer get less time; core activities get more. Typical input {"minutes": 50, "segments": ["Warm-up", "Direct instruction", "Practice", "Exit ticket"]} returns {"period_minutes": 50, "plan": [{"segment": "Warm-up", "start_min": 0, "duration_min": 8}, ...], "note": "..."}.

Use when one fixed class period must be divided into segments. Not for multi-day planning and not for spaced review, which the personal server's spaced_repetition_plan builds. Errors: on invalid, missing, or malformed input this tool never raises a protocol error — it returns {"error": ""} (for example {"error": "need segments and at least 5 minutes"}). Every call is read-only and idempotent, so after correcting the input it is always safe to retry.

ParametersJSON Schema
NameRequiredDescriptionDefault
minutesYesLength of the class period in minutes; at least 5, e.g. 50.
segmentsYesOrdered segment names, e.g. ["Warm-up", "Practice", "Exit ticket"]; at least 1 entry.

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

TDQS

A5/5.0
Behavior5/5

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

Annotations already provide readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description goes beyond by stating 'this tool never raises a protocol error — it returns {"error": ...}' and that 'Every call is read-only and idempotent, so after correcting the input it is always safe to retry.' 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.

Conciseness5/5

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

Every sentence earns its place: core purpose, weighting principle, example, usage boundary, error behavior, safety note. Front-loaded with the most important information. No redundancy or fluff.

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?

Despite the tool's simplicity (2 params, simple logic), the description covers when to use, how parameters work via example, error handling, weighting strategy, and idempotent/read-only behavior. An output schema exists (signal true) and the description provides a sample output structure. An agent has everything needed to invoke the tool correctly.

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?

Schema coverage is 100%—both parameters have descriptions. The description adds meaning by showing an example input mapping (minutes=50, segments list) and noting the weighting heuristic ('opener and closer get less time; core activities get more'). This clarifies how parameters affect results beyond the schema alone.

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 opens with 'Split a class period into timed segments with sensible weighting,' which clearly states the verb, resource, and outcome. A concrete example input and output reinforces the purpose. The sibling tools are unrelated (get_free_skill, grade_curve, etc.), so no sibling differentiation is needed.

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 explicitly says 'Use when one fixed class period must be divided into segments. Not for multi-day planning and not for spaced review, which the personal server's spaced_repetition_plan builds.' This gives clear when-to-use and when-not-to-use guidance, and names an alternative tool.

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

list_productsList ProductsA
Read-onlyIdempotent
Inspect

List the 8 educator products with their included skills. FREE.

Takes no arguments. Typical input {} returns a list of 8 product objects, each {"slug": "curriculum-architect-hs", "name": ..., "tagline": ..., "skills": ["Skill A", ...], "free_skill": "Gateway Skill Name"}. Use the returned slug values with get_free_skill, get_full_product, or get_full_skill.

Returns metadata only - no persona text and no skill instructions. Use when the caller wants to see what this server covers. Not for keyword search across the whole 138-product catalog, which the catalog server's search_catalog does, and not for instructions the caller can act on (get_free_skill). Errors: on invalid, missing, or malformed input this tool never raises a protocol error — it returns {"error": ""}. Every call is read-only and idempotent, so after correcting the input it is always safe to retry.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes

TDQS

A4.9/5.0
Behavior5/5

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

The description goes beyond annotations by clarifying the tool returns metadata only (no persona text or skill instructions), is idempotent and read-only, and never raises protocol errors but returns a structured error object on invalid input. This adds significant context beyond the readOnlyHint, idempotentHint, and destructiveHint 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?

The description is well-structured, front-loading the core purpose, then providing a sample output, usage guidance, and error handling. Every sentence adds value without redundancy.

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?

Given zero parameters, rich annotations, and an output schema, the description is complete. It covers purpose, output format, usage with siblings, error behavior, and idempotency. Nothing is missing for an effective agent call.

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?

With 0 parameters and 100% schema coverage, the description reinforces that no arguments are needed, and it explains that even 'invalid, missing, or malformed input' is handled gracefully. The description also illustrates typical output structure, though parameter semantics are inherently simple here.

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 lists the 8 educator products with included skills. It specifies the output structure and distinguishes from siblings like get_free_skill and search_catalog, making the purpose unmistakable.

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 explicitly says when to use this tool (to see what the server covers) and when not to (for keyword search across the full catalog, which search_catalog does; for instructions, which get_free_skill does). It also provides a usage pattern by telling the caller to use returned slug values with other tools.

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

readability_reportReadability ReportA
Read-onlyIdempotent
Inspect

Analyze teaching text with Flesch-Kincaid readability and leveling advice. FREE.

Typical input {"text": "", "target_grade": 6} returns {"flesch_kincaid_grade": 8.2, "reading_ease": 62.1, "sentences": N, "words": N, "avg_words_per_sentence": N, "long_sentences_over_25w": N, "polysyllabic_words_sample": [...], "target_grade": 6, "gap": 2.2, "suggestions": ["..."]}.

Use on teaching text where the reading level matters. Not for scores students earned (grade_curve) and not for general prose style, which the creator server's analyze_writing covers. Errors: on invalid, missing, or malformed input this tool never raises a protocol error — it returns {"error": ""} (for example {"error": "empty text"}). Every call is read-only and idempotent, so after correcting the input it is always safe to retry.

ParametersJSON Schema
NameRequiredDescriptionDefault
textYesThe passage to analyze — at least one full sentence of plain text; must be non-empty.
target_gradeNoTarget grade level 1-12; when set, the report adds a gap assessment against it. 0 (default) skips it.

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

TDQS

A4.9/5.0
Behavior5/5

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

The description reinforces the annotations (readOnlyHint, idempotentHint, destructiveHint) with a statement that every call is read-only and idempotent. It also uniquely discloses error behavior: the tool never raises a protocol error but returns an error object with fix instructions. This adds significant value beyond 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.

Conciseness4/5

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

The description is well-structured and front-loaded with the primary purpose. The example input/output is helpful but slightly lengthy; however, every sentence serves a purpose (usage guidance, error behavior, idempotency). A minor reduction in example detail could improve conciseness.

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?

Given a moderate tool with 2 parameters and an output schema, the description covers all necessary aspects: core functionality, usage boundaries, error handling, idempotency, and a typical example. No information gaps remain.

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?

Schema description coverage is 100% and the description adds substantial meaning beyond the schema. It provides a concrete JSON input/output example showing how target_grade influences the gap assessment and what output fields look like. It also explains error handling for invalid input.

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 analyzes teaching text with Flesch-Kincaid readability and leveling advice. It distinguishes from sibling tools grade_curve and analyze_writing by specifying what the tool is for and what it is not for.

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 explicitly states when to use the tool ('teaching text where the reading level matters') and when not to use it ('Not for scores students earned (grade_curve) and not for general prose style, which the creator server's analyze_writing covers'). This provides clear guidance on selecting this tool over alternatives.

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.

  1. 7 tool updates
    • First observedget_free_skill
    • First observedget_full_product
    • First observedget_full_skill
    • First observedgrade_curve
    • First observedlesson_timer
    • First observedlist_products
    • First observedreadability_report

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Provides programmatic access to Next Generation Science Standards (NGSS) for middle school education with 8 powerful tools for standard lookup, search, filtering by 3D framework components, and intelligent curriculum unit planning.
    8
    34
    2
    ISC
  • A
    license
    Not graded
    quality
    D
    maintenance
    Vocabulary tools for SAT, ISEE, SSAT, GRE, GMAT, LSAT, PSAT prep — Word of the Day, definitions, multiple-choice quizzes, course word lists, and 7-day study plan previews. 13 test-prep courses. Hosted MCP server with MCP Apps UI widgets. No install required. Optional scoped personal tokens.
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.7/5.0
Disambiguation5/5

All seven tools target distinct actions: product discovery (list_products), free skill retrieval (get_free_skill), paid skill retrieval (get_full_skill), full product details (get_full_product), assessment analysis (grade_curve), lesson timing (lesson_timer), and text readability (readability_report). No overlap or ambiguity.

Naming Consistency5/5

All tools use a consistent verb_noun pattern in snake_case: get_free_skill, get_full_product, get_full_skill, list_products, grade_curve, lesson_timer, readability_report. The naming is predictable and intuitive.

Tool Count5/5

With 7 tools, the server is well-scoped for an educator resource provider. It covers product access (4 tools) and three distinct pedagogical utilities, without unnecessary bloat or deficiency.

Completeness5/5

The tool surface covers the full lifecycle for its domain: product discovery, free and paid skill access, full product retrieval, plus three distinct teaching utilities (assessment summary, lesson timing, readability). No obvious gaps for a read-only resource server.

Resources