Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
NTFY_URL | No | URL of the ntfy server (change to your self-hosted ntfy server URL if needed) | https://ntfy.sh |
NTFY_TOKEN | No | Access token for authentication with protected topics/servers | |
NTFY_TOPIC | Yes | Your ntfy topic name for sending notifications | |
PROTECTED_TOPIC | No | Set to 'true' if your topic requires authentication (helps prevent auth errors) | false |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
ntfy_me | Notify the user that certain task is complete/error/stopped and give the summary and title of the completed task |