Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PRODUCTBOARD_ACCESS_TOKEN | Yes | Your Productboard API access token |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_products | Returns detail of all products. This API is paginated and the page limit is always 100 |
| get_product_detail | Returns detailed information about a specific product |
| get_features | Returns a list of all features. This API is paginated and the page limit is always 100 |
| get_feature_detail | Returns detailed information about a specific feature |
| get_components | Returns a list of all components. This API is paginated and the page limit is always 100 |
| get_component_detail | Returns detailed information about a specific component |
| get_feature_statuses | Returns a list of all feature statuses. This API is paginated and the page limit is always 100 |
| get_notes | Returns a list of all notes |
| get_note_detail | Returns detailed information about a specific note |
| get_companies | Returns a list of all companies. This API is paginated and the page limit is always 100 |
| get_company_detail | Returns detailed information about a specific company |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |