Skip to main content
Glama
whaizaixiang

知耘排盘 MCP Server

by whaizaixiang

加载命盘记录

record_load

Load a saved BaZi chart record by name or ID, retrieving the stored destiny data required for subsequent AI-powered analysis.

Instructions

按名字或 ID 加载用户已保存的命盘记录。用户说「看张三的八字」「调出我存的盘」时,先调用本工具加载命盘数据,再调用 bazi_ai_reading 对已存命盘进行深度解读。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo记录名字(支持模糊匹配),如「张三的八字」
record_idNo记录 ID(优先于 name)
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It implies a read-only operation ('load') but does not disclose return format, error behavior (e.g., record not found, multiple matches), or permission requirements. Adequate but with clear gaps.

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 compact sentences: the first states the core action and resource, the second gives a concrete usage scenario and workflow. No wasted words; information is front-loaded.

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 tool's simplicity (2 optional params, no output schema), the description covers the main workflow and integration with bazi_ai_reading. However, it omits details about return data structure and handling of ambiguous/missing records, which would make it fully complete.

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 has 100% coverage with parameter descriptions, including '支持模糊匹配' for name and '优先于 name' for record_id. The description adds no additional semantic value beyond what the schema already provides, so 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?

Description clearly states it loads saved fate chart records by name or ID, with specific examples. It distinguishes itself from sibling tools by mentioning the follow-up call to bazi_ai_reading for interpretation.

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?

Provides explicit user-phrase triggers ('看张三的八字', '调出我存的盘') and a clear sequencing instruction: call this tool first to load data, then call bazi_ai_reading. This effectively guides when to use this tool versus alternatives.

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/whaizaixiang/paipan-mcp'

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