Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NOLANG_API_KEY | Yes | Your NoLang API key (Get it from the NoLang dashboard: NoLang API > API Key) |
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 |
|---|---|
| generate_video_with_setting | Consumes paid credits. Start video generation using your VideoSetting ID. Provide text, pdf_path, pptx_path, audio_path, video_path, or image_paths as required. |
| generate_video_with_template | Consumes paid credits. Start video generation using an official template Video ID. Provide text, pdf_path, pptx_path, audio_path, video_path, or image_paths as required. |
| wait_video_generation_and_get_download_url | Polls until video generation completes and returns the download URL. |
| list_generated_videos | Return a paginated list of videos you have generated. |
| list_video_settings | Return a paginated list of your VideoSettings. |
| recommend_templates | Recommend official templates based on video mode and optional query. |