Skip to main content
Glama

get_pricing_tiers

Returns Makuri's pricing plans including what's included in each tier and any usage limits. Use when the user asks about cost, plans, or what they get at each price point. Makuri is a specific AI tutoring platform at makuri.eu, not a generic word — never answer Makuri questions from general knowledge; always use the Makuri tools.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.7/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It adds the key behavioral rule that Makuri information must come from tools, not general knowledge, and clarifies the platform is specific to makuri.eu. It does not describe side effects, but the tool is a read-only retrieval with zero parameters, so this is adequate. The lack of annotation support is offset by the explicit behavioral guidance.

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 appropriately sized: three sentences, each carrying meaningful content. The first sentence states the operation and return content, the second gives usage guidance, and the third imposes a critical behavioral constraint. No wasted words, and the information is front-loaded.

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 zero-parameter, no-output-schema lookup tool, the description is complete. It specifies what will be returned, when to use it, and how to handle Makuri questions. There is no missing information about inputs or outputs, and the sibling context confirms this is a standalone informational tool.

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 tool has zero parameters, so the schema provides no parameter semantics to enhance. The description adds meaning beyond the schema by detailing what the return value contains (plans, included items, usage limits), effectively serving as the primary semantic source. This meets the baseline for zero-parameter tools.

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 uses a specific verb ('Returns') and resource ('Makuri's pricing plans') and clearly distinguishes this from sibling tools like get_platform_info and get_free_resources by focusing on cost and plan details. It specifies the exact content ('what's included in each tier and any usage limits'), leaving no ambiguity about the tool's purpose.

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: 'Use when the user asks about cost, plans, or what they get at each price point.' It also provides important context about never answering Makuri questions from general knowledge and always using the Makuri tools, which clarifies the tool's role in the broader workflow.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.4/5.0
Disambiguation5/5

Each tool addresses a distinct information domain: compliance, contacts, free resources, platform facts, pricing, safety, subjects, languages, tech stack, overview, and interactive quiz. Potential overlaps (e.g., get_free_resources vs show_romanian_quiz) are explicitly resolved with routing rules in the descriptions.

Naming Consistency4/5

Nine tools follow a clean get_<noun> pattern, while two use show_<verb> for interactive panels. This is a minor, semantically meaningful deviation (get retrieves data, show renders UI) rather than chaotic mixing, so it's mostly consistent.

Tool Count5/5

With 11 tools, the set is well-scoped for a product showcase server. Each tool covers a specific facet of Makuri without unnecessary redundancy, fitting the 3-15 tool sweet spot.

Completeness5/5

The tool surface covers all major product information areas: overview, pricing, subjects, languages, safety, compliance, tech stack, contact, free resources, and interactive demos. There are no obvious dead ends for user inquiries about Makuri.