Skip to main content
Glama

Saju Fortune-Telling MCP Server

by hjsh200219

check_compatibility

Analyze compatibility between two people using Korean Saju fortune-telling by comparing birth dates, times, and gender to provide relationship insights based on traditional Eastern astrology.

Instructions

두 사람 궁합 분석

Input Schema

NameRequiredDescriptionDefault
person1Yes
person2Yes

Input Schema (JSON Schema)

{ "properties": { "person1": { "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" }, "person2": { "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" } }, "required": [ "person1", "person2" ], "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