nci_organization_searcher
Search the NCI Clinical Trials database to find organizations involved in cancer research, including academic centers, hospitals, and sponsors. Use name, location, or type filters to retrieve results. Requires NCI API key.
Instructions
Search for organizations in the NCI Clinical Trials database.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
api_key | No | NCI API key. Check if user mentioned 'my NCI API key is...' in their message. If not provided here and no env var is set, user will be prompted to provide one. | |
city | No | City where organization is located. IMPORTANT: Always use with state to avoid API errors | |
name | No | Organization name to search for (partial match supported) | |
organization_type | No | Type of organization (e.g., 'Academic', 'Industry', 'Government') | |
page | No | Page number (1-based) | |
page_size | No | Results per page | |
state | No | State/province code (e.g., 'CA', 'NY'). IMPORTANT: Always use with city to avoid API errors |