Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly tells the agent to use the returned next_cursor to continue pagination, which is a clear usage pattern. However, it does not explicitly state when not to use this tool versus its siblings (e.g., 'for a single conversion use get_conversion instead'), but the context signals (sibling names) make the distinction inferable.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.