Skip to main content
Glama

Saju from Seoul | Korean Astrology

Day Master profile

get_day_master
Read-only

Short English archetype for one Heavenly Stem (天干) Hanja—the 일간 (day stem). Best after calculate_saju: pass dayMaster.hanja from that result. Also valid if the user already names a stem (甲…癸).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stemYesSingle Hanja stem: 甲乙丙丁戊己庚辛壬癸 (same as returned in calculate_saju).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
result_jsonYesJSON string of the tool result; parse for structured fields.

TDQS

A4.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. Description adds context about being best after calculate_saju but doesn't disclose further behavioral traits. Adequate but minimal beyond 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, no wasted words. Front-loaded: first sentence defines purpose, second gives usage guidelines. Ideal conciseness.

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?

Simple one-param tool with full schema, output schema present, annotations clear. Description covers purpose, usage flow, and input source, making it complete for the tool's complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with clear description of allowed stems. Description adds usage context (source of stem) but no new semantic meaning beyond schema, baseline 3.

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?

The description clearly states it provides a 'Short English archetype for one Heavenly Stem Hanja,' specifying the resource (dayMaster hanja) and verb (get archetype). It distinguishes from siblings by mentioning calculate_saju as prerequisite.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly says 'Best after calculate_saju' and alternative use if user names a stem. Lacks explicit exclusions or alternatives, but provides clear context for when to invoke.

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

Each tool has a clearly distinct purpose: calculating a chart, comparing two charts for compatibility, explaining a day master stem, and listing all stems and branches. No overlap or confusion.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern: calculate_saju, check_compatibility, get_day_master, list_stems_and_branches.

Tool Count5/5

4 tools is well-scoped for the domain of Korean astrology, covering the core operations without being too few or excessive.

Completeness4/5

The set covers calculation, compatibility, day master explanation, and reference data. Missing a dedicated tool for interpreting individual pillars or providing detailed element breakdowns, but the core workflows are covered.

Resources