Productboard MCP Server

get_note_detail

Returns detailed information about a specific note

Input Schema

NameRequiredDescriptionDefault
noteIdYesID of the note to retrieve

Input Schema (JSON Schema)

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