pushtodisplay
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PTD_API_KEY | No | API key for CI/CD authentication (starts with pt_) | |
| PTD_API_URL | No | API endpoint | https://api.pushtodisplay.com |
| PTD_IDP_URL | No | Identity provider | https://idp.pushtodisplay.com |
| PTD_CONFIG_DIR | No | Config directory | ~/.config/pushtodisplay |
| PTD_SERVICE_URL | No | Service endpoint | https://services.pushtodisplay.com |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| pushtodisplay_send_updateA | Send a display update to a PushToDisplay board. Publishes text content to all devices connected to the specified board. |
| pushtodisplay_list_boardsA | List all boards owned by the authenticated user. |
| pushtodisplay_get_boardB | Get details of a specific board by ID. |
| pushtodisplay_list_devicesB | List active device-board stream connections. |
| pushtodisplay_create_boardC | Create a new board. |
| pushtodisplay_update_boardB | Update an existing board's name, description, or layout. |
| pushtodisplay_set_default_boardA | Set a board as the user's default board. The default board is used when no board ID is specified in send_update. |
| pushtodisplay_delete_boardA | Permanently delete a board and all its data. This action cannot be undone. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 8 tools
Each tool targets a distinct action/resource: board CRUD, device listing, sending updates, and setting defaults. No overlapping functionality.
All tools follow a consistent pattern: `pushtodisplay_verb_noun` in snake_case, making them predictable and easy to differentiate.
8 tools provide a balanced scope for board management and display updates, neither too few nor too many.
Covers full CRUD for boards plus device listing, sending updates, and default board setting. Minor gap: no device management beyond listing.