list_jobs currently exposes only limit and status. If the Jungle Grid API supports cursor pagination, expose it through the MCP tool so users can inspect older jobs without repeatedly changing server-side defaults.
Acceptance criteria:
- Confirm the current API pagination contract before implementation.
- Add cursor or page token input only if the API supports it.
- Include next cursor or paging metadata in tool output when available.
- Preserve the current default behavior for callers that only pass limit/status.
- Add tests for first page and follow-up page formatting.
list_jobs currently exposes only limit and status. If the Jungle Grid API supports cursor pagination, expose it through the MCP tool so users can inspect older jobs without repeatedly changing server-side defaults.
Acceptance criteria: