Skip to main content
Glama

BioContextAI Knowledgebase MCP

Official

bc_get_recruiting_studies_by_location

Search for recruiting clinical trials by location, condition, study type, and age range. Enables patients and healthcare providers to identify relevant trials in their area efficiently.

Instructions

Find recruiting clinical trials in a specific geographic location.

This function helps patients and healthcare providers find clinical trials that are currently recruiting participants in their area.

Args: location_country (str): Country name where studies are conducted. location_state (str, optional): State or province name. location_city (str, optional): City name. condition (str, optional): Medical condition to filter by. study_type (str, optional): Type of study filter (default: "ALL"). age_range (str, optional): Age group filter (default: "ALL"). page_size (int): Number of results to return (default: 50, max: 1000).

Returns: dict: Recruiting studies in the specified location or error message

Input Schema

NameRequiredDescriptionDefault
age_rangeNoAge group: 'CHILD', 'ADULT', 'OLDER_ADULT', 'ALL'ALL
conditionNoMedical condition to filter by (e.g., 'cancer', 'diabetes')
location_cityNoCity name (e.g., 'Los Angeles', 'Boston')
location_countryYesCountry name (e.g., 'United States', 'Germany', 'United Kingdom')
location_stateNoState or province (e.g., 'California', 'New York')
page_sizeNoNumber of results to return
study_typeNoType of study: 'INTERVENTIONAL', 'OBSERVATIONAL', 'ALL'ALL

Input Schema (JSON Schema)

{ "properties": { "age_range": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": "ALL", "description": "Age group: 'CHILD', 'ADULT', 'OLDER_ADULT', 'ALL'", "title": "Age Range" }, "condition": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Medical condition to filter by (e.g., 'cancer', 'diabetes')", "title": "Condition" }, "location_city": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "City name (e.g., 'Los Angeles', 'Boston')", "title": "Location City" }, "location_country": { "description": "Country name (e.g., 'United States', 'Germany', 'United Kingdom')", "title": "Location Country", "type": "string" }, "location_state": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "State or province (e.g., 'California', 'New York')", "title": "Location State" }, "page_size": { "default": 50, "description": "Number of results to return", "maximum": 1000, "minimum": 1, "title": "Page Size", "type": "integer" }, "study_type": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": "ALL", "description": "Type of study: 'INTERVENTIONAL', 'OBSERVATIONAL', 'ALL'", "title": "Study Type" } }, "required": [ "location_country" ], "type": "object" }
Install Server

Other Tools from BioContextAI Knowledgebase MCP

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/biocontext-ai/knowledgebase-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server