Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HTTP_PORT | No | Port for the HTTP server when running in Streamable HTTP mode | 3000 |
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 |
|---|---|
| search_cards | 通过关键字搜索游戏王卡牌,可以搜索卡牌名称、效果文本等。 |
| get_card_by_id | 通过卡牌ID获取单张游戏王卡牌的详细信息 |
| get_card_image | 通过卡牌ID获取游戏王卡牌的图片 |