Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LIFX_API_TOKEN | Yes | Your LIFX API token from https://cloud.lifx.com/settings |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_lights | Get lights belonging to the authenticated account |
| set_state | Set the state of lights |
| toggle_power | Toggle power state of lights |
| breathe_effect | Perform a breathe effect |
| pulse_effect | Perform a pulse effect |
| list_scenes | List all scenes available in the account |
| activate_scene | Activate a scene |
| validate_color | Validate a color string |
| effects_off | Turn off any running effects |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| LIFX API Documentation | Complete LIFX API endpoint documentation |