Skip to main content
Glama

get_scholarship

Look up essential public facts about a named scholarship: host country, programme, eligible fields, amount, deadline, minimum GPA, and official application link. Use StudiePoint's private student workflow for essay coaching, detailed fit guidance, and application planning.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesScholarship name or search keyword. Examples: 'Chevening', 'DAAD', 'Rhodes', 'Fulbright', 'Gates Cambridge', 'Commonwealth', 'Erasmus Mundus', 'MasterCard Foundation', 'Aga Khan', 'Australia Awards', 'MEXT', 'Korea GKS', 'Eiffel'.

TDQS

A4/5.0
Behavior3/5

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

No annotations are provided, so the description must carry the burden. It describes the tool as a 'look up' of public facts, implying a read-only operation, but does not explicitly state non-destructive behavior, error handling, authentication needs, or what happens if the scholarship is not found. It does list the output fields, giving some transparency, but lacks depth on behavioral edge cases.

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 two sentences: the first states the purpose and lists the facts, the second redirects to a private workflow for other needs. It is concise, front-loaded, and every sentence earns its place with no fluff.

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 the tool's simplicity (one parameter, no output schema), the description adequately covers the returned fields and clarifies scope. It lacks mention of not-found behavior or auth, but for a simple lookup, these are likely not critical. The description is sufficient for an agent to use the tool correctly in most cases.

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 description coverage is 100%, so the baseline is 3. The description adds the phrase 'named scholarship', which clarifies that the 'name' parameter expects a specific scholarship name rather than a broader keyword, even though the schema says 'name or search keyword'. This slight clarification adds value beyond the 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's purpose: 'Look up essential public facts about a named scholarship' and lists the specific fields (host country, programme, eligible fields, amount, deadline, minimum GPA, official link). This is a specific verb+resource+scope that distinguishes it from sibling tools like search_scholarships or match_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 description explicitly points to a separate private workflow for coaching and planning, but does not contrast with the sibling MCP tools (search/match). It implies usage for a named scholarship lookup, but lacks explicit guidance on when to use this vs. discovery tools. It is not misleading, but could be more explicit.

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.3/5.0
Disambiguation5/5

Each tool serves a distinct function: visa checks, GPA conversion, cost estimation, scholarship lookup (specific), matching, and searching. There is clear separation between search and get/match, and between cost, visa, and GPA utilities.

Naming Consistency5/5

All tools use a clear verb_noun pattern: check_visa, convert_gpa, estimate_study_costs, get_scholarship, match_scholarships, search_scholarships. The verbs accurately describe the action, and nouns are the domain objects. Perfect consistency.

Tool Count5/5

Six tools is an ideal size for a specialized education/scholarship assistant. Each tool covers a core need without redundancy, and the count is well within the sweet spot for agent usability.

Completeness4/5

The toolset covers the core pre-application workflow: checking visa feasibility, converting GPA, estimating costs, and finding/matching scholarships. The main gap is lack of direct scholarship application or document submission tools, but those are likely outside the server's scope (it's a research/planning assistant).

Resources