Productboard MCP Server

get_feature_statuses

Returns a list of all feature statuses. This API is paginated and the page limit is always 100

Input Schema

NameRequiredDescriptionDefault
pageNo

Input Schema (JSON Schema)

{ "properties": { "page": { "default": 1, "type": "number" } }, "type": "object" }