list_code_scan_prop_picks
List the (component, prop) pairs ALREADY confirmed translatable, whether by a human in the console or by you. Each = {uuid, component, prop, note, created_at, created_by, in_inventory}. created_by.type is user (a human confirmed) or api_key (an agent auto-accepted). SKIP any pair listed here - it is already decided; re-confirming is a harmless no-op but wastes a call. READ-ONLY, 0 credits.
Parameters
Section titled “Parameters”| Name | Type | Description | |
|---|---|---|---|
project_uuid | string | optional | Project UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise. |
limit | integer | optional | Page size. |
offset | integer | optional | Rows to skip (default 0). |
Example
Section titled “Example”{ "tool": "list_code_scan_prop_picks", "arguments": {}}