Skip to main content
Glama

Star MCP

by jlankellii

get_zodiac_by_date

Determine your zodiac sign by entering your birth month and day. Use this tool to quickly identify astrological star signs based on specific dates.

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