What problem does it solve?
Researchers and analysts often need quick, compact summaries from ClinicalTrials.gov without writing raw API calls or parsing large JSON payloads. This Skill wraps the ClinicalTrials.gov API v2 in a single script that returns concise, truncated results suitable for conversational analysis.
Core Features & Use Cases
- Study Search: Query studies with filters like condition and recruitment status, with pagination control via max_pages and max_items.
- API Introspection: Retrieve metadata, search areas, enums, and field statistics (field values, field sizes, stats size) to understand available data.
- Raw Output Saving: Optionally persist full API responses to disk with save_raw for deeper offline analysis.
- Use Case: A clinical researcher asks for recruiting prostate cancer trials; the Skill runs a targeted studies query and returns a compact markdown summary of the first page of results.
Quick Start
Ask the assistant to search ClinicalTrials.gov for recruiting studies on a specific condition, such as prostate cancer, and summarize the first ten results.