Verbatim Register Quoting
icx_quote_slotRetrieve exact verbatim text quotes from stored document families by ordinal slot index, ensuring accurate reproduction of legal or code passages without AI paraphrasing. Read-only operation.
Instructions
Retrieves exact character-for-character verbatim text quotes from stored document registers by document family and ordinal slot index. Use this tool when exact contractual wording, legal clauses, or code revisions must be quoted without AI paraphrasing. Use icx_recall_scoped for semantic QA instead. Read-only with no side effects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | 1-based ordinal member index (e.g. 1 for first revision, 2 for second revision). | |
| family | Yes | Document family identifier (e.g. 'contract.indemnity', 'msa.pricing'). | |
| space_id | No | Optional memory space partition where the family was stored. Defaults to caller default space. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | description=Ordinal slot index (1-based) | |
| family | Yes | description=Document family category | |
| sha256 | Yes | description=Cryptographic content hash | |
| status | Yes | description=Retrieval status (VERIFIED_VERBATIM_QUOTE | REGISTER_SLOT_EMPTY) | |
| space_id | Yes | description=Target memory space partition | |
| source_uri | Yes | description=Original document source URI | |
| exact_quote | Yes | description=Verbatim character-exact text stored in register |