Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CANNY_API_KEY | Yes | Your Canny.io API key | |
| CANNY_TIMEOUT | No | Request timeout in ms | 30000 |
| CANNY_BASE_URL | No | API base URL | https://canny.io/api/v1 |
| CANNY_MAX_RETRIES | No | Max retry attempts | 3 |
| CANNY_RATE_LIMIT_RPM | No | Requests per minute limit | 60 |
| CANNY_RATE_LIMIT_BURST | No | Burst limit | 10 |
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 |
|---|---|
| get_boards | List all Canny boards accessible with the current API key |
| get_posts | Get posts from a specific Canny board with optional filtering |
| get_post | Get detailed information about a specific Canny post |
| search_posts | Search for posts across Canny boards |
| create_post | Create a new post in a Canny board |
| update_post | Update an existing Canny post |