Skip to main content
Glama
SiwuXue

Yijing Bazi MCP Server

by SiwuXue

yijing_advise

Get I Ching-based decision advice for your specific questions by analyzing hexagrams, considering time frames, and evaluating optional action plans.

Instructions

基于卦象提供决策建议

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hexagramYes卦象数据
questionYes用户的具体问题
optionsNo可选的行动方案(可选)
time_frameNo决策的时间框架
Behavior2/5

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

No annotations are provided, so the description carries full burden. It states the tool provides advice but doesn't disclose behavioral traits such as whether it's deterministic, requires specific hexagram formats, has limitations on question types, or how it handles the optional 'options' parameter. This leaves gaps for an agent to understand how to invoke it effectively.

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?

The description is a single, efficient sentence in Chinese that directly states the tool's purpose without unnecessary words. It's appropriately sized and front-loaded, making it easy to parse quickly.

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

Completeness2/5

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

Given the complexity (4 parameters including a nested object and enum, no output schema, and no annotations), the description is incomplete. It doesn't explain what the advice output looks like, how hexagram data should be structured, or the tool's limitations, leaving significant gaps for an agent to rely on.

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 parameters (hexagram, question, options, time_frame). The description adds no meaning beyond the schema, as it doesn't explain parameter interactions or usage nuances. Baseline 3 is appropriate since the schema does the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description '基于卦象提供决策建议' (provides decision advice based on hexagrams) states a general purpose but lacks specificity about what kind of advice or how it differs from siblings like 'yijing_interpret' or 'combined_analysis'. It mentions the resource (hexagrams) but doesn't clarify the verb beyond 'advise'.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus alternatives like 'yijing_interpret' (which might interpret hexagrams without advice) or 'combined_analysis' (which could integrate multiple methods). The description implies it's for decision-making but doesn't specify contexts or exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/SiwuXue/yijing-bazi-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server