---
name: "xpay-clinical-trials-search-trials-by-acronym"
description: "Search clinical trials by study acronym.

Uses the Acronym field (protocolSection.identificationModule.acronym) to find
trials by their public short name. Example: 'TETON'. The API search is seeded
with the provided acronyms to narrow results, then results are filtered locally
to ensure the acronym field matches the requested value(s).

Input:
  - `acronyms`: One or more acronyms to search for (e.g., ['TETON']).
  - `max_studies`: Maximum number of studies to request from the API.
  - `exact_match`: When true (default), matches acronyms exactly (case-insensitive).
                   When false, matches if any provided acronym is contained within
                   the study acronym (case-insensitive partial match).
  - `fields`: A list of specific fields to return in the results. If not provided, returns
              ACRONYM_SEARCH_DEFAULTS (8 fields optimized for acronym discovery: NCTId,
              BriefTitle, Acronym, Condition, InterventionName, Phase, LeadSponsorName, HasResults)."
version: "1.0.0"
price: "$0.01/call"
provider: "Clinical Trials"
---

# Search Trials By Acronym

Search clinical trials by study acronym.

Uses the Acronym field (protocolSection.identificationModule.acronym) to find
trials by their public short name. Example: 'TETON'. The API search is seeded
with the provided acronyms to narrow results, then results are filtered locally
to ensure the acronym field matches the requested value(s).

Input:
  - `acronyms`: One or more acronyms to search for (e.g., ['TETON']).
  - `max_studies`: Maximum number of studies to request from the API.
  - `exact_match`: When true (default), matches acronyms exactly (case-insensitive).
                   When false, matches if any provided acronym is contained within
                   the study acronym (case-insensitive partial match).
  - `fields`: A list of specific fields to return in the results. If not provided, returns
              ACRONYM_SEARCH_DEFAULTS (8 fields optimized for acronym discovery: NCTId,
              BriefTitle, Acronym, Condition, InterventionName, Phase, LeadSponsorName, HasResults).

**Provider:** Clinical Trials
**Price:** $0.01/call
**Pricing model:** Flat rate per call

## When to Use

Use this tool when you need to search clinical trials by study acronym.

uses the acronym field (protocolsection.identificationmodule.acronym) to find
trials by their public short name. example: 'teton'. the api search is seeded
with the provided acronyms to narrow results, then results are filtered locally
to ensure the acronym field matches the requested value(s).

input:
  - `acronyms`: one or more acronyms to search for (e.g., ['teton']).
  - `max_studies`: maximum number of studies to request from the api.
  - `exact_match`: when true (default), matches acronyms exactly (case-insensitive).
                   when false, matches if any provided acronym is contained within
                   the study acronym (case-insensitive partial match).
  - `fields`: a list of specific fields to return in the results. if not provided, returns
              acronym_search_defaults (8 fields optimized for acronym discovery: nctid,
              brieftitle, acronym, condition, interventionname, phase, leadsponsorname, hasresults).. This is part of the Clinical Trials provider on xpay✦.

## MCP Connection

Connect to xpay✦ to access this tool (and 11+ others):

```json
{
  "mcpServers": {
    "xpay": {
      "url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
    }
  }
}
```

For Claude Code:
```bash
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:

1. **`xpay_details`** — Get full input schema: `xpay_details("clinical-trials/search_trials_by_acronym")`
2. **`xpay_run`** — Execute: `xpay_run("clinical-trials/search_trials_by_acronym", { ...inputs })`

## Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `max_studies` | integer | No | Maximum number of studies to return |
| `exact_match` | boolean | No | If true, match acronym exactly; if false, allow partial matches |
| `acronyms` | array | Yes | Trial acronyms to search for, e.g., ['TETON'] |
| `fields` | string | No | Specific fields to return |

## Pricing

- **Cost:** $0.01/call
- **Balance check:** Use `xpay_balance` to check remaining credits
- Get your API key at [xpay.tools](https://xpay.tools/account/settings/api-keys/) — $5 free credits included

## Related Skills

- [Clinical Trials (all tools)](https://xpay.tools/skills/clinical-trials/SKILL.md) — 12 tools
- [Search Trials By Condition](https://xpay.tools/skills/clinical-trials/search-trials-by-condition/SKILL.md) — $0.01/call
- [Search Trials By Intervention](https://xpay.tools/skills/clinical-trials/search-trials-by-intervention/SKILL.md) — $0.01/call
- [Search Trials By Sponsor](https://xpay.tools/skills/clinical-trials/search-trials-by-sponsor/SKILL.md) — $0.01/call
- [Search Trials By Nct Ids](https://xpay.tools/skills/clinical-trials/search-trials-by-nct-ids/SKILL.md) — $0.01/call
- [Search Trials Combined](https://xpay.tools/skills/clinical-trials/search-trials-combined/SKILL.md) — $0.01/call

## Links

- Tool page: https://xpay.tools/clinical-trials/search-trials-by-acronym/
- Provider: https://xpay.tools/clinical-trials/
- All tools: https://xpay.tools/explore
