Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENAI_API_KEY | No | Your OpenAI API key required for content generation | |
| YOUTUBE_API_KEY | No | Optional YouTube API key for enhanced functionality |
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 |
|---|---|
| set_api_keys | - |
| check_api_keys | - |
| extract_transcript | - |
| summarize_transcript | - |
| generate_linkedin_post | - |
| youtube_to_linkedin_post | - |