Skip to main content
Call feed_search. At minimum, pass:
  • project_id
  • q
You can also pass:
  • feedback_filter
  • must_read
  • limit
  • offset
What comes back:
  • items
  • limit
  • offset
  • has_more
  • query
Use offset and limit to fetch the next page only when has_more is true. Search uses prefix matching, so Proxi matches Proximity. If your MCP client still uses legacy dotted tool names, feed.search still works. New integrations should prefer feed_search. See: