Productboard MCP Server

get_component_detail

Returns detailed information about a specific component

Input Schema

NameRequiredDescriptionDefault
componentIdYesID of the component to retrieve

Input Schema (JSON Schema)

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