Get Trial Details Batched
get_trial_details_batchedRetrieve detailed clinical trial records in batches to reduce payload during discovery. Accepts a list of NCT IDs and fetches details in batches (default 10). Preserves the order of input NCT IDs in the returned list. Use this after search tools which return a minimal field set. Input: - `nct_ids`: List of NCT IDs to retrieve in batches. - `fields`: Specific fields to return. If not provided, returns DETAIL_TOOL_DEFAULTS (25 comprehensive fields covering: NCTId, BriefTitle, OfficialTitle, Acronym, Condition, Keyword, Phase, OverallStatus, InterventionType, InterventionName, InterventionDescription, ArmGroupLabel, ArmGroupType, ArmGroupDescription, EligibilityCriteria, MinimumAge, MaximumAge, Sex, PrimaryOutcomeMeasure, SecondaryOutcomeMeasure, BriefSummary, LocationFacility, LocationCountry, LeadSponsorName, CollaboratorName, HasResults). - `batch_size`: Number of trials to fetch per API call (default 10).
When to Use
Use this tool when you need to retrieve detailed clinical trial records in batches to reduce payload during discovery.
accepts a list of nct ids and fetches details in batches (default 10). preserves the order of input nct ids in the returned list. use this after search tools which return a minimal field set.
input:
nct_ids: list of nct ids to retrieve in batches.fields: specific fields to return. if not provided, returns detail_tool_defaults (25 comprehensive fields covering: nctid, brieftitle, officialtitle, acronym, condition, keyword, phase, overallstatus, interventiontype, interventionname, interventiondescription, armgrouplabel, armgrouptype, armgroupdescription, eligibilitycriteria, minimumage, maximumage, sex, primaryoutcomemeasure, secondaryoutcomemeasure, briefsummary, locationfacility, locationcountry, leadsponsorname, collaboratorname, hasresults).batch_size: number of trials to fetch per api call (default 10).. This is part of the Clinical Trials provider on xpay✦.
MCP Connection
Connect to xpay✦ to access this tool (and 11+ others):
{
"mcpServers": {
"xpay": {
"url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
}
}
}
For Claude Code:
claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
How to Execute
Use the xpay✦ meta-tools to run this tool:
xpay_details— Get full input schema:xpay_details("clinical-trials/get_trial_details_batched")xpay_run— Execute:xpay_run("clinical-trials/get_trial_details_batched", { ...inputs })
Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
nct_ids | array | Yes | NCT IDs to retrieve in batches of 10 |
fields | string | No | Specific fields to return for detailed view |
batch_size | integer | No | Batch size for each API call |
Pricing
- Cost: $0.01/call
- Balance check: Use
xpay_balanceto check remaining credits - Get your API key at xpay.tools — $5 free credits included
Related Skills
- Clinical Trials (all tools) — 12 tools
- Search Trials By Condition — $0.01/call
- Search Trials By Intervention — $0.01/call
- Search Trials By Sponsor — $0.01/call
- Search Trials By Acronym — $0.01/call
- Search Trials By Nct Ids — $0.01/call
Links
- Tool page: https://xpay.tools/clinical-trials/get-trial-details-batched/
- Provider: https://xpay.tools/clinical-trials/
- All tools: https://xpay.tools/explore
How to Execute
Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
nct_ids | array | Yes | NCT IDs to retrieve in batches of 10 |
fields | string | No | Specific fields to return for detailed view |
batch_size | integer | No | Batch size for each API call |
Install Skill
Pricing
Cost
$0.01/call
Model
Flat rate
Provider
Clinical Trials

