get_field_statistics
Get statistical information about field values.
This tool retrieves statistical information about the values of specified fields in the ClinicalTrials.gov database.
Input:
field_names: A list of field names to get statistics for.field_types: A list of field types to filter by. Example:['ENUM', 'STRING']
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| field_names | No | Field names to get statistics for | |
| field_types | No | Field types to filter by (ENUM, STRING, DATE, INTEGER, NUMBER, BOOLEAN) |