bn_search_publications
Search Polish open-access academic publications by keywords, topics, authors, or titles to find articles, books, and chapters with full-text snippets.
Instructions
Full-text search in Biblioteka Nauki (Polish open-access articles, books, chapters). Uses the public JSON search API (same as the website). Prefer this tool when the user gives keywords, topics, author names, or titles. For harvesting by date range or OAI journal set without keywords, use bn_search_articles (OAI-PMH XML) instead. Returns JSON with hits, snippets (mainTitleSnippets, fullTextSnippets), and totalResults.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search phrase (Polish or English). Maps to the portal field generalSearchString — titles, abstracts, full text where indexed. | |
| page | No | Page number (1-based). | |
| page_size | No | Results per page (max 50). | |
| sort_field | No | score — relevance; publishedDate — publication date. | score |
| sort_direction | No | Sort direction. | DESC |
| publication_types | No | Restrict to publication kinds: ARTICLE (journals), SIMPLE_BOOK / COLLECTIVE_WORK / CHAPTER (books). Omit to search all. | |
| published_date_from | No | Optional lower bound YYYY-MM-DD (inclusive). | |
| published_date_to | No | Optional upper bound YYYY-MM-DD (inclusive). | |
| open_resources | No | When true, prefer diamond-open / openly licensed resources (portal flag). |