Skip to main content
Glama

Star MCP

by jlankellii

get_zodiac_by_date

Identify zodiac signs based on birth dates using month and day inputs. This tool provides quick and accurate star sign information for astrology insights and compatibility analysis.

Instructions

根据出生日期确定星座

Input Schema

NameRequiredDescriptionDefault
dayYes出生日期(1-31)
monthYes出生月份(1-12)

Input Schema (JSON Schema)

{ "properties": { "day": { "description": "出生日期(1-31)", "maximum": 31, "minimum": 1, "type": "integer" }, "month": { "description": "出生月份(1-12)", "maximum": 12, "minimum": 1, "type": "integer" } }, "required": [ "month", "day" ], "type": "object" }
Install Server

Other Tools from Star MCP

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/jlankellii/star-mcp'

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