Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TAVILY_API_KEY | Yes | Your Tavily API key for web search capabilities |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| web_search | Search the web for information about the given query |
| roll_dice | Roll the dice with the given notation |
| send_gmail | Send an email using Gmail API. Requires GMAIL_USER and GMAIL_APP_PASSWORD environment variables. |
| read_clipboard | Read and return the current clipboard text (macOS). Uses |
| write_clipboard | Write the given text to the clipboard (macOS). Uses |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |