search_cdisc_library
Search CDISC Library content for clinical variables, domains, codelists, and more. Get relevant standards by providing a query string and optional limit.
Instructions
Search across all CDISC Library content (variables, domains, codelists, BC, etc.)
Args: query (str): Search query string limit (int): Maximum number of results to return (default: 100, max: 500) headers_: Optional custom headers
Returns: dict: Search results with hits, totalHits, and hasMore
Example: search_cdisc_library("blood pressure") search_cdisc_library("USUBJID", limit=50)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| headers_ | No |