structured_search
Filter zbMath publications by author, title, MSC class, year range, or journal. Returns total count and matching documents.
Instructions
Search zbMath documents using structured field filters.
Use this instead of search_documents when you want to restrict results to specific fields such as author name, MSC subject class, or year range.
Args: author: Author (contributor) name, e.g. "Euler" or "Riemann, B.". title: Words or phrases to match in the document title. msc_code: MSC 2020 classification code, e.g. "11" for Number Theory or "35J15" for a specific code. year_from: Earliest publication year (inclusive). year_to: Latest publication year (inclusive). journal: Journal / bibliographic source name fragment. results_per_page: Number of results (1–100, default 10). page: Zero-based page index for pagination (default 0).
Returns: JSON string with total result count and matching documents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| title | No | ||
| author | No | ||
| journal | No | ||
| year_to | No | ||
| msc_code | No | ||
| year_from | No | ||
| results_per_page | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |