Productboard MCP Server
get_notes
Returns a list of all notes
Input Schema
Name | Required | Description | Default |
---|---|---|---|
allTags | No | Return only notes that have been assigned all of the tags in the array. Cannot be combined with anyTag | |
anyTag | No | Return only notes that have been assigned any of the tags in the array. Cannot be combined with allTags | |
companyId | No | Return only notes for specific company ID | |
createdFrom | No | Return only notes created since given date. Cannot be combined with last | |
createdTo | No | Return only notes created before or equal to the given date. Cannot be combined with last | |
featureId | No | Return only notes for specific feature ID or its descendants | |
last | No | Return only notes created since given span of months (m), days (s), or hours (h). E.g. 6m | 10d | 24h | 1h. Cannot be combined with createdFrom, createdTo, dateFrom, or dateTo | |
ownerEmail | No | Return only notes owned by a specific owner email | |
pageCursor | No | Page cursor to get next page of results | |
pageLimit | No | Page limit | |
source | No | Return only notes from a specific source origin. This is the unique string identifying the external system from which the data came | |
term | No | Return only notes by fulltext search | |
updatedFrom | No | Return only notes updated since given date | |
updatedTo | No | Return only notes updated before or equal to the given date |