Pagination
Everylist tool takes the same two arguments:
Each response carries a
pagination object:
hasMore is true, pass nextCursor back in as the next call’s cursor. Agents pick this up on their own once they see a first response, though it’s worth telling yours to stop after a page or two when you only need a sample rather than the full set.
Span limits
list_spans caps out at 100 items per page regardless of the limit you pass, since span payloads are large enough to fill a context window on their own. Point your agent at a specific trace when you’re debugging rather than paging through a busy project’s full span list.
Timeouts
Requests time out after 30 seconds.Errors
Failures come back in RFC 9457 problem format — a JSON body withtype, title, status, and detail fields — which most agents read and explain rather than retry blindly.
Next steps
Tool catalog
Every tool, grouped by resource.
Connect your client
Per-client setup for Claude Code, Cursor, Claude Desktop, Codex, and others.