Skip to main content
Glama

AsterNym

Every BaZi double-hour of one civil date, optionally ranked by element.

asternym_bazi_hours
Read-onlyIdempotent

The twelve 時辰 of a day, each with its hour pillar, hidden stems, ten god and the element counts of the whole chart at that hour. The 23:00-00:00 slot is returned separately as lateZi: from 23:00 the hour pillar has already turned to the next day's 子 (早子時) while the day pillar has not, so it differs from the 00:00-01:00 slot on the same date. These are the Chinese double-hours, not the Western planetary hours. The same thing over HTTP: POST https://asternym.com/api/v1/bazi/hours.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tzNoIANA time zone, e.g. Asia/Singapore. Required when lat and lng are given.
dateYesLocal civil date, YYYY-MM-DD. Required.
agentNoOptional: the name of the agent or product calling. Logged for usage counts; never required, never verified.
elementNoOptional: rank the hours by how much of this element the chart carries.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false, so the safety profile is covered. The description adds valuable behavioral context: the 23:00-00:00 slot is returned separately as lateZi, the hour pillar turns at 23:00 while the day pillar does not, and the tool returns element counts for the whole chart at each hour. It also notes the HTTP endpoint, which is extra transparency.

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 compact and front-loaded with the core purpose, then explains the lateZi edge case and the distinction from Western hours. The HTTP endpoint sentence is slightly redundant but not wasteful. Every sentence earns its place.

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?

For a read-only, idempotent tool with 100% schema coverage and no output schema, the description covers the key behavioral nuance (lateZi) and the scope of results. It doesn't describe the return format in detail, but with no output schema and a clear description of what is returned, this is adequate.

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 the schema already documents all four parameters. The description adds context about the date being a local civil date and the element parameter ranking hours, but doesn't add much beyond the schema. Baseline 3 is appropriate.

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 returns the twelve Chinese double-hours of a civil date, with hour pillar, hidden stems, ten god, and element counts. It explicitly distinguishes from Western planetary hours and mentions the lateZi edge case, making it distinct from siblings like asternym_bazi.

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?

The description explains the lateZi/earlyZi distinction and clarifies these are Chinese double-hours, not Western planetary hours. It doesn't explicitly name sibling alternatives or state when to use this vs asternym_bazi, but the context is clear enough for an agent to select it for hour-level BaZi data.

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.

Resources