Skip to main content
Glama
william22820785-cmyk

laoshifu-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
bazi_ziwei_chartA

用真实排盘引擎同时排出八字与紫微斗数两张盘,返回四柱、十神、长生、纳音、刑冲合害、格局旺衰、紫微十二宫主辅星与四化、大运、流年及可引用的证据条目。只在看一个人的长期命运或阶段运势时使用;问一件具体的事请改用 liuyao_qimen_fusion。公历与农历必须由调用者明确指定,不能默认按公历处理。

liuyao_qimen_fusionA

针对一件具体的事,用真实引擎同时起六爻与奇门遁甲两盘并做双法同参,返回两法各自结论、一致/互补/冲突标记、证据编号与强度、成败倾向、时间与条件、以及可直接画图的六爻结构。必须先把事项问实;method=time 用确认当刻起卦,method=numbers 必须由本人凭第一念报三个正整数。同一件事不要因为不喜欢结果而重复起卦。

hexagram_diagramA

用本次六爻结构直接画出固定坐标的 PNG 卦图(本卦、变卦、六亲、六神、世应、伏神、动爻),并同时返回逐爻文字备用。图片由结构生成,不得用 AI 生图重绘或手工拼爻线。参数与 liuyao_qimen_fusion 一致,会重新起同一卦;宿主不能显示图片时就只用逐爻文字。

resolve_pillarsA

用户只给出生四柱、不给出生日期时,反查符合这四个干支的候选公历年份。四柱会重复,没有唯一候选就不能继续完整推演;0 个候选说明输入有误,多个候选必须让用户确认。

laoshifu_consultationA

用户想要的不是一张盘,而是有人把盘讲明白——断成败、看时间、点条件、用核对式问句定盘、按需要细讲时,返回老师傅完整会谈的正式入口。本服务器本身只排盘,不产出老师傅的口吻与会谈流程。

Prompts

Interactive templates invoked by user choice

NameDescription
laoshifu_reading把已排出的盘讲成一段自然的话,而不是输出字段清单。

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a clearly distinct role: resolve_pillars handles ambiguous birth pillars, bazi_ziwei_chart addresses long-term life charts, liuyao_qimen_fusion handles specific-event divination, hexagram_diagram renders diagrams, and laoshifu_consultation provides the consultation entry. Descriptions explicitly steer usage between long-term and event-specific cases, so there is no real overlap.

Naming Consistency4/5

All names are lowercase snake_case and mostly follow a domain-plus-artifact pattern such as bazi_ziwei_chart, liuyao_qimen_fusion, hexagram_diagram, and laoshifu_consultation. resolve_pillars is the one verb-led exception, making the set mostly consistent with a minor deviation.

Tool Count5/5

Five tools is well-scoped for this domain: input resolution, two complementary charting methods, a visualization helper, and a consultation handoff. Each tool earns its place and together they cover the main workflow without unnecessary bulk.

Completeness5/5

The tool set covers the full user journey from resolving ambiguous inputs, producing long-term and event-specific divination charts, drawing diagrams, and entering a consultation. There are no obvious missing lifecycle steps or dead ends for the server's stated purpose.

Maintenance

ActivityMaintained
ResponsivenessNo issues