Skip to main content
Glama

Saju Fortune-Telling MCP Server

by hjsh200219

get_daily_fortune

Get your personalized daily fortune reading based on Korean Saju astrology using your birth details and target date for insights into your day ahead.

Instructions

일일 운세

Input Schema

NameRequiredDescriptionDefault
birthDateYes
birthTimeYes
calendarNosolar
isLeapMonthNo
genderYes
targetDateYesYYYY-MM-DD

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" }, "targetDate": { "description": "YYYY-MM-DD", "type": "string" } }, "required": [ "birthDate", "birthTime", "gender", "targetDate" ], "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