Skip to main content
Glama

Saju Fortune-Telling MCP Server

by hjsh200219

convert_calendar

Convert dates between solar and lunar calendars for Korean Saju fortune-telling analysis. Transform Gregorian dates to lunar calendar or vice versa to calculate birth charts and astrological readings.

Instructions

양력↔음력 변환

Input Schema

NameRequiredDescriptionDefault
dateYesYYYY-MM-DD
fromCalendarYes
toCalendarYes
isLeapMonthNo

Input Schema (JSON Schema)

{ "properties": { "date": { "description": "YYYY-MM-DD", "type": "string" }, "fromCalendar": { "enum": [ "solar", "lunar" ], "type": "string" }, "isLeapMonth": { "default": false, "type": "boolean" }, "toCalendar": { "enum": [ "solar", "lunar" ], "type": "string" } }, "required": [ "date", "fromCalendar", "toCalendar" ], "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