Skip to main content
Glama

Saju Fortune-Telling MCP Server

by hjsh200219

get_dae_un

Calculate your 10-year destiny cycle using Korean Saju astrology by providing birth date, time, and gender to reveal major life patterns and transitions.

Instructions

10년 대운

Input Schema

NameRequiredDescriptionDefault
birthDateYes
birthTimeYes
calendarNosolar
isLeapMonthNo
genderYes

Input Schema (JSON Schema)

{ "properties": { "birthDate": { "type": "string" }, "birthTime": { "type": "string" }, "calendar": { "default": "solar", "enum": [ "solar", "lunar" ], "type": "string" }, "gender": { "enum": [ "male", "female" ], "type": "string" }, "isLeapMonth": { "default": false, "type": "boolean" } }, "required": [ "birthDate", "birthTime", "gender" ], "type": "object" }

Other Tools from Saju Fortune-Telling MCP Server

Related Tools

    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/hjsh200219/fortuneteller'

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