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_subject_master | 科目マスタを取得します。このマスタの取得を通じて、科目のラベルとIDの対応を取得します。 |
get_course_features | コース特徴マスタを取得します。このマスタの取得を通じて、特徴のラベルとIDの対応を取得します。 |
get_grade_master | 学年マスタを取得します。このマスタの取得を通じて、学年のラベルとIDの対応を取得します。 |
search_teachers_advanced | 科目、学年、特徴、ソート順、指導期間を指定して先生を検索します |