get_work_text
Retrieve the complete raw text of an AO3 fanfiction work by its ID, with an optional word limit to sample the opening.
Instructions
⚠️ NOT RECOMMENDED — escape hatch only. Returns the raw full text of ONE fic directly to you, bypassing the mini reader.
Prefer read_works in almost every case. A fic can run 150k+ words; pulling
that into your own context buries everything else, burns your tokens, and
throws away the whole reason this server exists — delegating reading to a
cheap second model. read_works hands you a structured report plus verbatim
prose samples, which is enough to judge, compare, and recommend a fic without
the fic ever entering your context.
Only reach for this when you genuinely need exact wording a report can't carry
— e.g. the user explicitly asks you to quote or close-read a specific passage.
If you just want to know what a fic is like or whether it's good: use
read_works instead.
Args: work_id: the numeric AO3 work id. max_words: cap the text to the first N words (0 = whole fic). Set a limit to sample a fic's opening instead of dumping the entire thing into your context — a few thousand words is usually plenty to judge voice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| work_id | Yes | ||
| max_words | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |