Skip to main content
Glama

estimate_study_costs

Estimate and compare the total annual cost of studying in one or more countries for an African postgraduate student. Covers 32 destinations: Tier 3 affordable EU (Germany, France, Italy, Austria, Portugal, Poland, Czech Republic, Estonia, Baltic states, Balkans), Tier 2 full-tuition scholarship countries (Netherlands, Belgium, Scandinavian countries, Japan, South Korea, Switzerland), and benchmark high-cost countries (UK, USA, Canada, Australia). Returns annual cost breakdown: tuition, living, flights, health insurance, visa fee, and total. Use scholarship_mode=true to show the self-funding gap when tuition is already covered by a scholarship.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lifestyleNoBudget = shared accommodation, public transport, cooking at home. Comfortable = private room, occasional dining out. Default: budget.
degree_levelNoDegree level. Default: masters.
destinationsNoList of country IDs or names to compare. IDs: germany, france, italy, austria, portugal, poland, czech_republic, estonia, latvia, lithuania, romania, slovakia, croatia, hungary, slovenia, bulgaria, greece, netherlands, belgium, ireland, denmark, finland, sweden, norway, switzerland, japan, south_korea, hong_kong, uk, usa, canada, australia. Alternatively use common names: 'Germany', 'UK', 'United States', etc. Provide one to three destinations.
scholarship_modeNoIf true, sets tuition to €0 (assuming tuition is covered by scholarship) and shows only living costs, flights, insurance, and visa. Useful for comparing cities when a student already has a tuition scholarship. Default: false.

TDQS

A3.9/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 does well: it specifies the exact return breakdown (tuition, living, flights, health insurance, visa fee, total) and explains the scholarship_mode behavior ('show the self-funding gap when tuition is already covered by a scholarship'). Minor gaps remain — currency, data vintage, and estimation assumptions are not disclosed — but the core behavior is transparent.

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 front-loaded with its core purpose, then proceeds logically through scope, output format, and special mode. The destination enumeration is long but earns its place by giving the agent concrete valid values. Every sentence contributes; nothing is wasted.

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 there is no output schema and no annotations, the description carries substantial burden — and it largely delivers: return format, destination scope, target audience, and the scholarship_mode toggle are all explained. The remaining gaps (currency of the cost figures, underlying assumptions or data vintage) are minor for a cost-estimation tool but would help an agent set user expectations.

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 100%, so the baseline is 3. The description adds modest value beyond the schema: it frames scholarship_mode as revealing the 'self-funding gap' and categorizes destinations into tiers, which complements the schema's flat ID list. It adds nothing for lifestyle or degree_level, which the schema already documents adequately.

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 a specific verb and resource: 'Estimate and compare the total annual cost of studying in one or more countries for an African postgraduate student.' It names the audience, the scope (32 destinations across three tiers), and the output (annual cost breakdown). This clearly distinguishes it from sibling tools focused on visas, GPA conversion, and scholarships.

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

Usage Guidelines3/5

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

The purpose strongly implies when to use the tool (cost estimation/comparison questions), and the siblings are functionally distinct enough that confusion is unlikely. However, the description never explicitly states when not to use it or points to alternatives — notably, scholarship_mode overlaps conceptually with the scholarship-related siblings (get_scholarship, match_scholarships, search_scholarships), and that boundary is never addressed.

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.2/5.0
Disambiguation4/5

Each tool addresses a distinct aspect of the study-abroad journey: visa assessment, GPA conversion, cost estimation, and scholarship discovery. The three scholarship tools are differentiated by their purpose (specific lookup, filtered search, personalized matching), though get_scholarship and search_scholarships both accept keyword input, which could cause minor ambiguity.

Naming Consistency5/5

All tools follow a consistent lowercase verb_noun pattern (check_, convert_, estimate_, get_, match_, search_). This makes the API predictable and easy to learn.

Tool Count5/5

Six tools is well-scoped for the domain of scholarship and study-abroad support. Each tool covers a necessary function without redundancy, and the count is within the ideal 3-15 range.

Completeness5/5

The tool set covers the core user journey: understand visa feasibility, convert grades, estimate costs, and find/compare scholarships. There are no missing critical operations for the intended purpose of information and matching, making the surface complete.

Resources