scopus_document_search_by_query
Search Scopus documents using a query string, with support for field-specific syntax (TITLE, DOI, AUTHKEY) to precisely locate papers. Sort results by relevance or cover date.
Instructions
Search for documents in Scopus using a query string.
query is passed to Scopus verbatim, so Scopus's own field syntax is
available — use it when hunting one specific paper, e.g.
TITLE("Attention Is All You Need"), DOI(10.1016/...) or
AUTHKEY(Smith). A bare title string is instead treated as a loose
keyword query, which surfaces related-but-different papers ahead of the
target. sort defaults to relevancy; pass sort="coverDate"
for newest-first ordering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | relevancy | |
| view | No | STANDARD | |
| count | No | ||
| query | Yes |