Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 796 Bytes

File metadata and controls

10 lines (7 loc) · 796 Bytes
summary Surface nextPageToken in search_studies format() so content[]-only agents can paginate
breaking false

2.3.2 — 2026-04-21

Fixed

  • clinicaltrials_search_studies pagination token surfacingformat() signaled (More results available — use nextPageToken to paginate) but never emitted the token value. structuredContent.nextPageToken was correct, but LLM agents that only consume content[] could not retrieve the cursor and were capped at page 1 for any query exceeding pageSize matches. Token now renders on a dedicated nextPageToken: <value> line, and the hint references the correct input parameter name (pageToken). Verified end-to-end against the live API via HTTP transport — round-tripped the emitted token to fetch page 2. Closes #33.