Skip to main content
Glama

Daily Bazi Guidance / 八字每日指引

get_daily_bazi_guidance
Read-onlyIdempotent

Use this when the user wants personalized daily Bazi interactions for a specific reading date and has supplied the complete birth inputs. Returns the chart and daily guidance. Do not use this for a date-only almanac request or when any birth input is missing. No generative AI is used. Use only with the subject’s permission. / 當使用者要查看指定日期的個人化八字互動,且已提供完整出生資料時使用;回傳命盤與每日指引。僅詢問日期黃曆或缺少任何出生資料時請勿使用。本工具不使用生成式 AI。僅在獲得當事人同意時使用出生資料。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
localeNoResponse display preference; structured technical values include both languages / 回應語言偏好;結構化術語同時包含中英文en
latitudeYesBirth latitude in decimal degrees / 出生地緯度(十進位度數)
timezoneYesUTC offset in hours at the birth location and date / 出生地與出生日期的 UTC 小時時差
longitudeYesBirth longitude in decimal degrees; used for True Solar Time / 出生地經度,用於真太陽時校正
birth_dateYesBirth date in YYYY-MM-DD format / YYYY-MM-DD 格式的出生日期
birth_timeNoLocal birth time in 24-hour HH:mm format / 24 小時制的出生時間 HH:mm12:00
reading_dateYesDate to interpret in YYYY-MM-DD format / YYYY-MM-DD 格式的解讀日期

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes
toolYes
localeYes
disclaimerYes
generated_atYes
canonical_urlYes
deterministicYes
schema_versionYes

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering safety and side-effect behavior. The description adds valuable context beyond these: 'No generative AI is used' and 'Use only with the subject’s permission', which inform the agent of privacy and non-generative nature. This enriches the description without contradicting annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the primary usage condition ('Use this when...') and states exclusions and key behavioral notes in subsequent sentences. It is bilingual, repeating content in Chinese, which doubles length but is appropriate for a localized tool. Each English sentence earns its place, though the repetition slightly reduces conciseness.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the output schema, 100% parameter coverage, and annotations, the description adequately covers when to use, exclusions, permissions, and the output nature. It doesn't mention error handling or edge cases, but these are less critical given the structured schema and clear prerequisites. The description is sufficient for an agent to call the tool correctly.

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 description coverage is 100%, so every parameter (birth_date, birth_time, latitude, longitude, timezone, reading_date, locale) already has detailed documentation. The description's mention of 'complete birth inputs' reinforces the requirement but adds no additional semantic meaning beyond the schema. Baseline 3 is appropriate since the schema carries the full burden.

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 the tool's purpose: providing personalized daily Bazi guidance for a specific reading date when complete birth inputs are supplied. It explicitly contrasts with a 'date-only almanac request', distinguishing it from the sibling get_daily_almanac. The verb 'returns' and resource 'chart and daily guidance' make the function unambiguous.

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

Usage Guidelines5/5

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

The description explicitly states when to use the tool ('when the user wants personalized daily Bazi interactions... and has supplied the complete birth inputs') and when not to use it ('Do not use this for a date-only almanac request or when any birth input is missing'). It also adds a permission requirement, giving clear conditions and exclusions without ambiguity.

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: calculate_bazi_chart is for static birth charts, get_daily_almanac is date-only calendar information, and get_daily_bazi_guidance is personalized daily interaction. Descriptions explicitly state when not to use each tool, eliminating ambiguity.

Naming Consistency4/5

All tool names use snake_case and follow a get/calculate + noun pattern. The two daily-oriented tools share the get_daily_ prefix, while calculate_bazi_chart uses a different verb, but the naming is still predictable and readable.

Tool Count5/5

Three tools is well-scoped for this domain: one for chart calculation, one for daily almanac lookup, and one for personalized daily guidance. Each tool earns its place with no redundant or filler tools.

Completeness4/5

The set covers the core workflows: generating a birth chart, retrieving date-only almanac data, and getting personalized daily guidance with complete birth inputs. Minor gaps such as compatibility analysis or life-cycle period tools exist, but the primary stated purpose is fully covered.

Resources