Skip to main content
Glama
one-ade
by one-ade

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": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_birthdaysA

Query celebrities, historical figures, and anime/game characters born on a specific month and day.

search_personC

Search for a celebrity, historical figure, or anime/game character by name or alias.

get_personB

Get complete biographical details, all alias names, full birthday records, and source lineage for a specific person ID.

get_upcoming_birthdaysC

Get persons celebrating birthdays in the upcoming N days starting from today.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a distinct purpose: upcoming birthdays, name search, detailed profile via ID, and birthdays on a specific date. There is no overlap in query type or resource.

Naming Consistency4/5

Three tools follow a get_* pattern, but search_person uses a different verb. This is a minor deviation and remains readable.

Tool Count4/5

With only 4 tools, the surface is lean but covers the core birthday lookup needs. It is slightly under what a full-featured birthday service might offer, but reasonable for the scope.

Completeness4/5

The tools cover upcoming birthdays, date-specific birthdays, name search, and detailed profiles. However, there is no way to list all people or filter by category, which might be a minor gap.

Maintenance

ActivityMaintained
ResponsivenessNo issues