🤖 AI Drafted (Not reviewed)
Extract bibliography entries and inline citation links
|
|
| Tool id |
citations_extract |
| Category |
llm |
| Uses a language model |
yes |
| Needs a generative model |
no |
| Runs over many items |
no |
| Item handling |
batch |
| Structured output |
yes |
| Human-verified |
not yet |
What it reads
| Port |
Type |
Required |
What it is |
Documents (documents) |
json |
no |
Document metadata from the source selector |
Text (text) |
text |
no |
Optional document text. |
What it emits
| Port |
Type |
Required |
What it is |
Citations (citations) |
json |
— |
Parsed bibliography and resolved inline citations |
Summary (text) |
text |
— |
Human-readable citation extraction summary |
Options
| Option |
Type |
Default |
What it does |
prompt |
string |
— |
Custom instruction for parsing one bibliography entry. |
The prompt it sends
This tool does not send a prompt — it does its work in code.