trial_locations_getter
Fetch comprehensive clinical trial location details, including facility addresses, principal investigator info, contact data, and recruitment status, using the NCT ID. Ideal for accessing study teams and identifying nearby trials.
Instructions
Fetch contact and location details for a clinical trial.
Retrieves all study locations including:
- Facility names and addresses
- Principal investigator information
- Contact details (when recruiting)
- Recruitment status by site
Useful for finding trials near specific locations or contacting study teams.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
nct_id | Yes | NCT ID (e.g., 'NCT06524388') |
Input Schema (JSON Schema)
{
"properties": {
"nct_id": {
"description": "NCT ID (e.g., 'NCT06524388')",
"title": "Nct Id",
"type": "string"
}
},
"required": [
"nct_id"
],
"title": "trial_locations_getterArguments",
"type": "object"
}