Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DOT_API_KEY | Yes | Your Dot API key (required) | |
| DOT_DEVICE_ID | Yes | Your Dot device ID (required) |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| send_text | Send text content to a Dot device (an e-ink display device). The text will be displayed on the e-ink screen. You should PROACTIVELY call this tool to notify the user when:
IMPORTANT: When you PROACTIVELY send a notification (not requested by user), you MUST include your name/identity in the signature field. NOTE: If the request fails, retry once as it may be a temporary API issue. Example: After completing a coding task, call this tool with title "Task Completed", message "I've finished implementing the feature you requested. Please review the changes.", and signature with your name (if proactively notifying) to notify the user on their Dot device. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |