list_code_scan_prop_inventory
List the (component, prop) pairs a scan found carrying a STRING LITERAL - the candidate set the agent classifies. Each item = {component, prop, is_component, count, samples[], first_file, first_line, import_source, defined_at}. samples are the literal values seen (e.g. ["Save", "Delete"]) - your main evidence for whether the prop is user-facing text. import_source = where the component comes from (e.g. sonner); defined_at = the file it is declared in when local. This is the work queue: for each pair, decide CONFIRM (confirm_code_scan_prop), PROPOSE (propose_code_scan_prop), or IGNORE (ignore_code_scan_prop). Cross-reference list_code_scan_prop_picks and list_code_scan_prop_ignores first to skip pairs already decided. READ-ONLY, 0 credits, paginated (total in the envelope).
Paramètres
Section intitulée « Paramètres »| Nom | Type | Description | |
|---|---|---|---|
project_uuid | string | optionnel | Project UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise. |
limit | integer | optionnel | Page size. |
offset | integer | optionnel | Rows to skip (default 0). |
{ "tool": "list_code_scan_prop_inventory", "arguments": {}}