Skip to content

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).

NameTypeDescription
project_uuidstringoptionalProject UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise.
limitintegeroptionalPage size.
offsetintegeroptionalRows to skip (default 0).
{
"tool": "list_code_scan_prop_inventory",
"arguments": {}
}