search_works
Retrieve academic works metadata from Crossref by searching with free text, title, or author.
Instructions
Search Crossref for works by free text, title, and/or author.
At least one of query, title, or author must be provided.
Args: query: Free-text bibliographic search across all fields. title: Restrict the search to the work's title. author: Restrict the search to author names. rows: Number of results to return (1-50, default 5).
Returns:
A dictionary with total_results and a works list of metadata
dictionaries, each in the same shape as get_work_by_doi.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | No | ||
| query | No | ||
| title | No | ||
| author | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||