Skip to main content
Glama

get_notes

Retrieve notes from Productboard with filtering options for dates, tags, owners, and search terms to access customer feedback and insights.

Instructions

Returns a list of all notes

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lastNoReturn 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
createdFromNoReturn only notes created since given date. Cannot be combined with last
createdToNoReturn only notes created before or equal to the given date. Cannot be combined with last
updatedFromNoReturn only notes updated since given date
updatedToNoReturn only notes updated before or equal to the given date
termNoReturn only notes by fulltext search
featureIdNoReturn only notes for specific feature ID or its descendants
companyIdNoReturn only notes for specific company ID
ownerEmailNoReturn only notes owned by a specific owner email
sourceNoReturn only notes from a specific source origin. This is the unique string identifying the external system from which the data came
anyTagNoReturn only notes that have been assigned any of the tags in the array. Cannot be combined with allTags
allTagsNoReturn only notes that have been assigned all of the tags in the array. Cannot be combined with anyTag
pageLimitNoPage limit
pageCursorNoPage cursor to get next page of results

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kenjihikmatullah/productboard-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server