Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
API_KEYYesYour Ambee API key

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
get_pollen_forecastB

Get pollen levels (tree, grass, weed) and species-level risk for a specific latitude and longitude.

get_coordinatesA

Convert a place name into latitude and longitude.

Prompts

Interactive templates invoked by user choice

NameDescription
analyze_pollen_riskInstructs the AI to analyze pollen data and provide medical-grade context.

Resources

Contextual data attached and managed by the client

NameDescription
Hayfever Mitigation GuideTips and strategies for reducing allergy symptoms based on pollen levels.
Allergen InformationInformation about different types of pollen and their peak seasons.

TDQS

A3.7/5.0

Scored across 2 tools

Disambiguation5/5

Each tool has a distinct purpose: one converts place names to coordinates, the other retrieves pollen forecasts using coordinates. There is no overlap or ambiguity.

Naming Consistency5/5

Both tool names follow a consistent verb_noun pattern with snake_case (get_coordinates, get_pollen_forecast), making them predictable and easy to understand.

Tool Count4/5

With only two tools, the server feels slightly thin, but it covers the essential workflow for a pollen alert service: location lookup and forecast retrieval. The count is reasonable for a focused domain.

Completeness4/5

The server provides the core functionality needed to get pollen alerts by location. A minor gap is the lack of a direct place-name-to-forecast tool, but the separate steps are logically sound.

Maintenance

ActivityInactive
ResponsivenessNo issues