Skip to main content
Glama

Personal day · 个人日读

personal_day

This tool looks up a deterministic rules engine. Same day → same answer. Do not invent pillars or fortune claims. Call when the user asks 我今天怎么样 / 我今天下午适不适合见面 / 未时基调 / 我的日主和今天什么关系 / my day. Personalized: day-master vs today's stem (十神) + optional hour pillar. Requires BALANCE_API_KEY + birth profile. Empty key → error personal_timetable_requires_key; use free tools instead. Not a fortune verdict.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoDate YYYY-MM-DD. Default: today in Asia/Shanghai. Use when the user asks about a specific day.
hourNoClock HH:MM or earthly branch 子–亥 (e.g. 14:30 or 未). Adds hour-pillar ten-god.
birthNoOptional birth profile. If omitted, uses the cloud profile saved on the paid account.
localeNoReply language. zh (default) or en.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations, the description carries the full burden and does well: it discloses determinism ('Same day → same answer'), the auth requirement, the specific error code (personal_timetable_requires_key), and the output nature ('Not a fortune verdict'). It omits return-format and any rate/latency behavior, so it stops short of 5.

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?

Dense and front-loaded with the core guarantee ('Same day → same answer') and the call triggers early; nearly every sentence adds a distinct fact (determinism, triggers, personalization, auth, error, non-verdict). The heavy mixed zh/en telegraphic phrasing slightly hurts scannability but is not wasteful.

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 nested-schema, zero-parameter-required tool with no output schema and no annotations, the description covers purpose, invocation triggers, auth, error handling, and the conceptual shape of the result. It does not describe what the response actually contains, which is a modest gap given the absence of an output schema.

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

Parameters4/5

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

Schema coverage is 100%, so baseline is 3, but the description adds genuine meaning: it explains the personalization logic (day-master vs today's stem 十神) and clarifies that the hour input contributes an hour-pillar ten-god, which explains why an agent would pass it.

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?

States a specific verb (looks up) and resource (deterministic rules engine for a personalized day reading), and positions itself against siblings like personal_month, today_rhythm, and fortune tools by declaring 'Not a fortune verdict.' An agent can distinguish this from the free/broad sibling tools without opening a schema.

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?

Gives concrete trigger phrases (我今天怎么样 / 未时基调 / my day) that map directly to invocation, plus a key precondition (BALANCE_API_KEY + birth profile) and the empty-key fallback to 'free tools instead.' The fallback is vague about which sibling to use, and there is no explicit when-not-to-use versus personal_month or today_rhythm, so it falls short of a 5.

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