Skip to main content
Glama

search_scholarships

Search StudiePoint's database of 200+ full-ride scholarships and 100+ full-tuition scholarships for African postgraduate students. Filter by destination country, field of study, minimum GPA (4.0 scale), degree level, and tier. Returns scholarship name, country, amount, deadline, minimum GPA, essay type, visa accessibility, and application URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tierNo'full_ride' = fully funded (tuition + living + flights). 'full_tuition' = tuition only, student funds living. 'affordable_eu' = low/no-tuition EU universities across 17 countries.
fieldNoField of study. Examples: 'engineering', 'medicine', 'business', 'law', 'sciences', 'arts', 'agriculture', 'public health', 'economics', 'computer science'.
countryNoDestination country. Examples: 'UK', 'Germany', 'USA', 'Canada', 'Australia', 'Netherlands', 'France', 'Japan', 'China', 'South Korea', 'Sweden', 'Norway'.
min_gpaNoMaximum minimum GPA required (4.0 scale). Only return scholarships the student can qualify for.
degree_levelNoDegree level: 'masters' or 'phd'.

TDQS

A4/5.0
Behavior3/5

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

The description discloses output fields returned (name, country, amount, deadline, etc.) and clarifies the GPA scale (4.0), which adds value beyond the schema. However, it does not mention pagination, default behavior with no filters, or filter semantics (e.g., AND/OR), leaving some behavioral ambiguity for a tool with no 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 three sentences, front-loaded with the action and scope, then lists filters and outputs efficiently. No redundant or irrelevant content.

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?

The description adequately covers the tool's purpose, filterable parameters, and return fields for an agent to use it effectively. Since the schema already documents parameters and there is no output schema, the return field list compensates. Minor gaps like default behavior or result limits are not critical for a search tool.

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 each parameter having a rich description including examples and enumerations. The tool description only restates the filter names without adding new semantic meaning, so it meets the baseline but adds no extra value.

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 explicitly states the tool searches a scholarship database, specifies the target audience (African postgraduate students), and lists filterable criteria (country, field, GPA, degree level, tier). It clearly distinguishes from siblings like get_scholarship by framing this as a search operation.

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 conveys the tool's purpose of searching and filtering scholarships, implying it should be used when a student needs to find scholarships matching specific criteria. However, it does not explicitly name alternative tools or state when to prefer match_scholarships or get_scholarship, so it is clear but lacks exclusions.

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