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 |
|---|---|
| fetchYoutube | Fetch ALL YouTube videos from the Goose channel. |
| fetchRss | Fetch ALL blog posts from any RSS feed. |
| fetchGooseBlog | Fetch ALL Goose blog posts. |
| fetchGithubReleases | Fetch ALL GitHub releases from the Goose repo. |
| isNewContent | Return true if this content item has NOT been seen before. |
| markContentSeen | Mark a content item as seen AFTER posting. |