Skip to main content
Glama

match_scholarships

Get personalised, ranked scholarship recommendations for an African student based on their full profile. Uses StudiePoint's matching algorithm to score scholarships by GPA fit, field alignment, visa accessibility, deadline urgency, and acceptance rate. Returns top matches with match score, reasoning, and direct application links.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fieldYesStudent's field of study.
limitNoNumber of top matches to return. Default 3, maximum 3 in the public preview.
nationalityYesStudent's nationality (used for visa scoring).
degree_levelNoDegree level sought.
converted_gpaYesStudent's GPA already converted to the 4.0 scale. Use convert_gpa first if needed.

TDQS

A4.3/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 by stating that the tool uses StudiePoint's matching algorithm and scoring criteria (GPA fit, field alignment, visa accessibility, deadline urgency, acceptance rate) and explicitly describes the output (match score, reasoning, direct application links). It does not mention side effects, errors, or rate limits, but for a non-destructive recommendation tool this is sufficient transparency.

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 efficient and front-loaded: the first sentence states the core purpose, the second explains the algorithm, and the third covers the output. Every sentence earns its place, with zero fluff or repetition of schema details. This is a model of concise, structured writing.

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 5 parameters, no annotations, and no output schema, the description is remarkably complete. It states the target user, the input basis, the scoring logic, and the exact return content (match score, reasoning, application links). The schema covers parameter specifics like defaults and enum values, so nothing an agent needs to call the tool correctly is missing.

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 already describes all 5 parameters with 100% coverage, so the baseline is 3. The tool description adds some connective meaning by tying parameters to algorithm criteria (e.g., 'GPA fit' and 'field alignment' map to converted_gpa and field), but it does not provide new per-parameter details beyond what the schema gives. It also says nothing about the limit parameter, leaving the schema to do the heavy lifting.

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: 'Get personalised, ranked scholarship recommendations for an African student based on their full profile.' It clearly defines the tool's purpose and differentiates it from siblings like search_scholarships (which implies plain search) and get_scholarship (which implies retrieval of a single scholarship). The mention of StudiePoint's matching algorithm and output structure further pins down what makes this tool distinct.

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 gives clear context — use this tool when you need personalised, ranked recommendations for an African student, not just a search or single-scholarship lookup. It implies the right scenario through phrases like 'personalised,' 'ranked,' and 'based on their full profile.' However, it does not explicitly name alternative tools or state when not to use this tool, which keeps it slightly below the explicit standard.

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