Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives explicit direction to prefer filters (status, extractorId, batchId, fileNameContains) over pagination, and explains when to use nextPageToken ('only when every item is needed'). It also clarifies the meaning of hasMore, providing clear decision-making context. However, it does not contrast this tool with alternatives such as get_extract_run or list_extractors, so no when-not-to-use/exclusion guidance is present.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.