Skip to main content
Glama

Star MCP

by jlankellii

get_zodiac_info

Retrieve detailed information about a specific zodiac sign, including personality traits, ruling planet, and associated elements, using a structured query system.

Instructions

获取指定星座的详细信息,包括性格特征、守护星、元素等

Input Schema

NameRequiredDescriptionDefault
zodiacYes星座名称(中文或英文)

Input Schema (JSON Schema)

{ "properties": { "zodiac": { "description": "星座名称(中文或英文)", "enum": [ "aries", "taurus", "gemini", "cancer", "leo", "virgo", "libra", "scorpio", "sagittarius", "capricorn", "aquarius", "pisces", "白羊座", "金牛座", "双子座", "巨蟹座", "狮子座", "处女座", "天秤座", "天蝎座", "射手座", "摩羯座", "水瓶座", "双鱼座" ], "type": "string" } }, "required": [ "zodiac" ], "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