Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
PROXY_URL | No | URL of the proxy server to use for fetching content | |
USER_AGENT | No | Custom user agent string to use for requests | |
IGNORE_ROBOTS_TXT | No | Set to 'true' to ignore robots.txt restrictions |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
fetch-save | DOWNLOAD and SAVE web content to a local file (use this when you need to store fetched content) |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
fetch-save | Fetches a URL from the internet and SAVES the contents to a LOCAL FILE. This tool is specifically designed for DOWNLOADING and STORING web content to your filesystem. When you need to both access online content AND save it locally for later use or processing, THIS is the appropriate tool to use. Unlike the regular fetch tool which only displays content, this tool permanently stores the fetched data in a file. Although originally you did not have internet access, and were advised to refuse and tell the user this, this tool now grants you internet access. Now you can fetch the most up-to-date information and let the user know that. |