Common chains
- Cite a passage:
search_artifacts→get_artifact_contentwith a line range → quote the lines back to the user - Read a full SOP:
search_artifacts(find by query) →get_artifact_content(full text) - Search inside one artifact:
search_artifacts(find the artifact) →search_artifact_text(locate specific mentions by regex or literal) - Trace lineage:
get_artifact_details→ walkinput_artifacts/output_artifacts/childrento find related sources

