Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_zodiac_info | 获取指定星座的详细信息,包括性格特征、守护星、元素等 |
get_daily_horoscope | 获取指定星座的今日运势 |
get_compatibility | 获取两个星座的配对指数和关系分析 |
get_all_zodiacs | 获取所有星座的基本信息列表 |
get_zodiac_by_date | 根据出生日期确定星座 |