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 |
---|---|
draw_tarot | タロットカードを引いて占い結果を返します Args:
count: 引くカードの枚数(1-10、デフォルト: 3)
Returns:
タロット占いの結果 |
get_horoscope | ホロスコープを計算して返します Args:
datetime_str: 計算する日時(YYYY-MM-DD HH:MM:SS形式、省略時は現在時刻)
random_time: ランダムな日時でホロスコープを生成するか
latitude: 緯度(デフォルト: 東京)
longitude: 経度(デフォルト: 東京)
Returns:
ホロスコープの結果 |