ufc_search_athletes
Search UFC athletes by partial name to retrieve their unique ID and slug for subsequent stats and record lookups.
Instructions
Find fighters by partial name. Start here — every other athlete tool needs an exact title or an id.
Returns: {data:[{type:'node--athlete', id:'', attributes:{title:'Israel Adesanya', nickname, fightmetric_id, path:{alias:'/athlete/israel-adesanya'}}}]} — keep BOTH the uuid id (for JSON:API lookups) and fightmetric_id (for joining to stats and round records).
Example: Search by surname {"name": "Adesanya"}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Part of the fighter's name, e.g. 'Adesanya'. | |
| limit | No | Rows per page. | |
| operator | No | Match mode. CONTAINS is the useful default. | CONTAINS |