Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.33 KB

File metadata and controls

12 lines (9 loc) · 1.33 KB
summary Description hardening — `advancedFilter` anchors `AREA[FieldName]value` with composition examples ([#47](#47)); `path_not_found` hint on `clinicaltrials_get_field_definitions` promotes `query` mode ([#48](#48)).
breaking false
security false

2.4.11 — 2026-05-21

Changed

  • advancedFilter description on clinicaltrials_search_studies and clinicaltrials_get_study_count (#47) — anchors the AREA[FieldName]value shape (was AREA[]) and demonstrates AND/OR composition with two new examples: AREA[Phase]PHASE2 AND AREA[StudyType]INTERVENTIONAL and (AREA[Phase]PHASE3 OR AREA[Phase]PHASE4) AND AREA[StudyType]INTERVENTIONAL. Steers LLM callers away from SQL-style Field = value shapes that parse but silently return zero matches.
  • path_not_found recovery hint on clinicaltrials_get_field_definitions (#48) — promotes query keyword search (e.g., "phase", "enrollment") as the primary remedy when a guessed dot-notation path misses. Previous hint pointed back to the top-level overview, forcing a multi-step drill-down to recover.