similarity_check
Assess observation text against existing findings to preview annotation matches. Applies the resolver's scoring policy without writing, showing similar items by category and threshold.
Instructions
Preview what the file-time annotator would stamp for an observation.
Applies EXACTLY the resolver's policy: same candidate pool (live + dismissed, same category, newest 500), same minimum-text-length gate, same scoring. Advisory only — nothing is written.
Args:
description: The observation's description text
category: Category to search within (annotation never crosses it)
meta: Optional observation meta (volatile values are stripped from the text before scoring, same as fingerprint normalization)
threshold: Minimum similarity in [0, 1] (default 0.7, calibrated)
limit: Max matches returned (default 5)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meta | No | ||
| limit | No | ||
| category | Yes | ||
| threshold | No | ||
| description | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||