Skip to main content
Glama

Open Medici Public Fellowship and Grant Search

Search opportunities

search_opportunities
Read-onlyIdempotent

Search published public fellowships, grants, scholarships, prizes, and funded residencies. For matching, start with separate broad calls for the exact topic, synonyms, broader fields, and type-only grants and fellowships. Do not stack sparse topic, career, and location filters during initial discovery. Array values are OR alternatives within one filter; separate filter fields are combined with AND. Search results are candidates only: call get_opportunity before ranking or citing each one.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
sortNorank
typeNoUse exact values returned by list_filter_options with facet="types". Multiple values are OR alternatives within this filter; different filter fields are combined with AND.
limitNo
queryNoShort topic, program, or funder query. Use separate calls for useful synonyms and broader fields.
topicNoUse exact values returned by list_filter_options with facet="topics". Multiple values are OR alternatives within this filter; different filter fields are combined with AND.
ageMaxNo
ageMinNo
careerNoUse exact values returned by list_filter_options with facet="careers". Multiple values are OR alternatives within this filter; different filter fields are combined with AND.
localeNoen
benefitNoUse exact values returned by list_filter_options with facet="benefits". Multiple values are OR alternatives within this filter; different filter fields are combined with AND.
countryNoUse exact values returned by list_filter_options with facet="countries". Multiple values are OR alternatives within this filter; different filter fields are combined with AND.
audienceNoUse exact values returned by list_filter_options with facet="audiences". Multiple values are OR alternatives within this filter; different filter fields are combined with AND.
openOnlyNo
applicantNoUse exact values returned by list_filter_options with facet="applicants". Multiple values are OR alternatives within this filter; different filter fields are combined with AND.
educationNoUse exact values returned by list_filter_options with facet="education". Multiple values are OR alternatives within this filter; different filter fields are combined with AND.
lifecycleNoUse exact values returned by list_filter_options with facet="lifecycles". Multiple values are OR alternatives; different filter fields are combined with AND.
openStateNoUse exact values returned by list_filter_options with facet="openStates". Multiple values are OR alternatives within this filter; different filter fields are combined with AND.
residenceNoUse exact values returned by list_filter_options with facet="residences". Multiple values are OR alternatives within this filter; different filter fields are combined with AND.
deadlineToNo
enrollmentNoUse exact values returned by list_filter_options with facet="enrollments". Multiple values are OR alternatives within this filter; different filter fields are combined with AND.
fundedOnlyNo
fundingMaxNo
fundingMinNo
citizenshipNoUse exact values returned by list_filter_options with facet="citizenships". Multiple values are OR alternatives within this filter; different filter fields are combined with AND.
destinationNoUse exact values returned by list_filter_options with facet="destinations". Multiple values are OR alternatives within this filter; different filter fields are combined with AND.
durationMaxNoMaximum opportunity duration in days.
durationMinNoMinimum opportunity duration in days.
rollingOnlyNo
deadlineFromNo
durationUnitNoFilter by the unit stored on duration facts; this does not change the day-based durationMin and durationMax fields.
fundingShapeNoUse exact values returned by list_filter_options with facet="fundingShapes". Multiple values are OR alternatives within this filter; different filter fields are combined with AND.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
metaYes
opportunitiesYes

TDQS

A4.9/5.0
Behavior5/5

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

Annotations already indicate safe, read-only behavior. Description adds crucial context: search results are candidates only, must verify with get_opportunity; explains filter combination logic (OR within arrays, AND across fields). No contradiction with 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?

Two sentences packing essential information: purpose, strategy, filter logic, and post-search action. Every sentence earns its place, and key guidance 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?

Despite complexity (32 parameters, many filters), the description covers the core behavioral rules and references sibling tools. Output schema exists, so return values are handled separately. Complete for effective agent use.

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 coverage is 59%, so description carries some burden. It adds meaning beyond schema by explaining how filters combine and referencing list_filter_options for exact values. However, with 32 parameters, it doesn't detail each one individually, but the schema compensates with per-parameter descriptions.

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?

Clearly states the tool searches for published public fellowships, grants, scholarships, prizes, and funded residencies. Provides strategic guidance on how to search (start broad, avoid stacking filters) and distinguishes from siblings get_opportunity and list_filter_options by specifying this is for initial discovery.

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?

Explicitly advises to start with separate broad calls, not to stack sparse filters, and to use list_filter_options. Also directs to call get_opportunity before ranking or citing results. This gives strong when-to-use and when-not-to-use guidance.

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

Each tool has a distinct purpose: get_opportunity retrieves details of a single opportunity, list_filter_options provides valid search filter values, and search_opportunities performs queries. There is no overlap or ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern: get_opportunity, list_filter_options, search_opportunities. The naming is uniform and predictable.

Tool Count5/5

With three tools, the server is well-scoped for its purpose: exploring filters, searching, and retrieving details. This is an appropriate number for a focused search service.

Completeness5/5

The tool set covers the essential operations for the domain: discovering filter options, searching for opportunities, and obtaining full details. For a read-only search service, there are no obvious gaps.

Resources