Get Citations
infobroker_get_citationsRetrieve academic references for a topic as BibTeX citations with title, authors, year, and venue for scholarly writing.
Instructions
Return academic references for a query as BibTeX citations with title, authors, year, venue, and URL. Use when scholarly writing needs a reference list. Do NOT use for general web search (use infobroker_search_web) or for verifying a contested claim (use infobroker_verify_claims). Operates without an API key when at least one scholarly source is reachable; when every scholarly source is unreachable it returns an [ERROR] envelope with remediation, and queries respect each provider's rate limits. Parameter semantics: query should name the topic in natural language; max_results bounds the reference list (1–30, default 8) — larger values take longer and span more sources. Returns a JSON envelope prefixed [OK] or [ERROR].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query | |
| max_results | No | Maximum references to return (1-30, default 8) |