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 |
---|---|
list_products | 商品一覧を取得する |
get_product | 商品の詳細情報を取得する |
create_product | 新しい商品を作成する |
update_product | 商品を更新する |
delete_product | 商品を削除する |