Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.paperzilla.ai/llms.txt

Use this file to discover all available pages before exploring further.

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: