You can read one artifact comment thread by id, or resume a cut-off listing with a cursor.
What's wrong with this entry?
The Artifact tool's comments action takes a thread_id to read a single thread and a cursor to continue a listing that was cut off by the size cap. Results echo back thread_filter and cursor so the model knows which view it is looking at.
thread_idandcursorare mutually exclusive and both must be lowercase UUIDs, each with its own validation error and error code- when a requested thread is not in the result, the model is told to re-run
commentswithoutthread_idfor the full list - truncated listings carry a hint to re-run with
cursor, and resumed listings carry a "Resumed from the cursor:" note; threads are listed newest first - the tool-use line renders counts such as "read 1 comment thread (filtered)"
- available to anyone who can use the Artifact tool; neither field existed in 2.1.224
` thread_id (read one thread) and cursor (continue the list) cannot be combined — pass one. , thread_filter`
Strings lifted out of the shipped bundle, so the claim above can be checked against them.