Productboard MCP Server

get_product_detail

Returns detailed information about a specific product

Input Schema

NameRequiredDescriptionDefault
productIdYesID of the product to retrieve

Input Schema (JSON Schema)

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