litnet_answer
Retrieve grounded literature and synthesize a cited answer note on any research question, anchoring every claim to a source note and optionally saving it to your vault.
Instructions
Answer a literature question as a fixed-format, CITED synthesis note (retrieve → synthesize).
Retrieves grounded material via query_graph (LitNet 正本 edges + full-text net), then Claude writes a cited summary. GENERATED prose (not raw literature): every claim is anchored to a source note in the retrieval; tagged type: synthesis; a synthesis is NEVER re-extracted into the 正本 (saved outside 20-areas/research/).
Args: entity: comma-separated entities to look up; if empty, extracted from the question (auto-extraction caps at _LA_MAX_AUTO_ENTITIES=3 entities — pass entity explicitly to query more than that in one call; see AGENTS.md's SOP note on this). fmt: middle-section shape — auto | mechanism | compare | list | methods (auto = model picks). save: if true, write the note into VAULT/20-areas/syntheses/ (else just return it). model: Claude synthesis model.
Each entity is queried via query_graph(e, "both") — top_k intentionally omitted so it always tracks query_graph's own default (currently 12) instead of a second hardcoded number that can silently drift from it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fmt | No | auto | |
| save | No | ||
| model | No | claude-sonnet-5 | |
| entity | No | ||
| question | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |