Productboard MCP Server

get_company_detail

Returns detailed information about a specific company

Input Schema

NameRequiredDescriptionDefault
companyIdYesID of the company to retrieve

Input Schema (JSON Schema)

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