Type

cursor

Opaque pagination cursor for list operations

Cursors are returned by list operations (tools/list, resources/list, etc.) and can be passed back to retrieve the next page of results.

type cursor = string;