Skip to main content
Glama
Zojekin

tyme-bazi-mcp

by Zojekin

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
get_day_pillarsB

Return date-level year, month and day pillars (never an hour pillar).

get_four_pillarsB

Return exact civil-time four pillars using the fixed late-zi rule.

get_calendar_contextC

Return solar-term and Twelve Duty calendar facts.

get_natural_calendar_contextC

Return structured phenology, moon phase, summer-dog and shu-jiu facts.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 4 tools

Disambiguation4/5

The tools are mostly distinct: get_day_pillars explicitly excludes the hour pillar while get_four_pillars includes it, and the two calendar tools cover different fact types (solar terms vs. phenology). However, get_day_pillars and get_four_pillars overlap on year/month/day pillars, and the calendar vs. natural calendar distinction could still cause some initial confusion.

Naming Consistency5/5

All tool names follow a consistent 'get_' + noun phrase pattern, using snake_case throughout. The naming clearly indicates the resource being retrieved: pillars, four pillars, calendar context, and natural calendar context.

Tool Count5/5

With only 4 tools, this server is tightly scoped for the niche BaZi/calendar domain. Each tool provides a distinct, meaningful piece of information without redundancy or unnecessary bloat.

Completeness4/5

The set covers the essential BaZi queries: date-level pillars, full four pillars, solar terms, and natural calendar facts. Minor gaps exist, such as a dedicated hour-pillar retrieval (though this is included in get_four_pillars) or lunar date queries, but the core workflow is well-supported.

Maintenance

ActivitySlowing
ResponsivenessNo issues