Productboard MCP Server

get_feature_detail

Returns detailed information about a specific feature

Input Schema

NameRequiredDescriptionDefault
featureIdYesID of the feature to retrieve

Input Schema (JSON Schema)

{ "properties": { "featureId": { "description": "ID of the feature to retrieve", "type": "string" } }, "required": [ "featureId" ], "type": "object" }