Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENAI_API_KEY | No | OpenAI API key, required only when using the translation function. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_supported_languages | サポートされている言語の一覧を取得します。 翻訳可能な言語コードと言語名のリストを返します。 |
| transcribe_from_file | ローカルの動画/音声ファイルから字幕を生成します。 |
| transcribe_from_url | URLから動画をダウンロードして字幕を生成します。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |