Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_opportunitiesA

Full-text search across all indexed opportunities.

Args: query: Natural-language search query (e.g. "fully funded master's scholarship Germany"). type: Optional filter by opportunity type (scholarship, fellowship, internship, conference, …). funded_only: If True, only return fully-funded opportunities. deadline_before: Only return opportunities with deadlines on or before this date (ISO YYYY-MM-DD). limit: Maximum number of results. Default 20.

get_opportunityA

Get full details for a single opportunity by ID.

list_latestC

List the newest opportunities across all sources, most recent first.

list_upcoming_deadlinesA

List opportunities with deadlines in the next N days, soonest first.

Args: within_days: Look ahead this many days from today. Default 30. type: Optional filter by opportunity type.

list_sourcesA

List indexed sources, the count each contributed, and last-refresh time.

refresh_indexB

Refresh the local index by re-fetching sources.

Args: source: If provided, only refresh this source by name. Otherwise refresh all.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 6 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: getting a single opportunity, listing latest, browsing sources, upcoming deadlines, refreshing data, and full-text search. No overlap in functionality.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern (get_, list_, refresh_, search_) using snake_case, making them predictable.

Tool Count5/5

With 6 tools covering core operations (retrieve, list, search, manage index) for an opportunity discovery server, the count is well-scoped and each tool serves a clear need.

Completeness4/5

The set covers key operations (retrieve, list, search, refresh) but lacks filtering options on list_latest (e.g., by type or funded status), which is a minor gap. Overall, it's adequate for the domain.

Maintenance

ActivityInactive
ResponsivenessNo issues