find_agency
Look up one specific agency by trade name, statutory name or domain (e.g. name='Yourcrew' or domain='yourcrew.online') to get its slug for get_agency_profile. Returns up to 10 candidates with public trade name (name), legal_name when the statutory name differs, city and domain. Returns isError with {error:'invalid_input'} when neither name nor domain is given. For ranked agency recommendations by criteria use search_agencies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | Optional city to narrow candidates. | |
| name | No | Trade or statutory name (fuzzy), e.g. 'Yourcrew'. Provide name and/or domain. | |
| limit | No | Max candidates (1-10, default 5). | |
| domain | No | Website domain, e.g. 'yourcrew.online'. Provide name and/or domain. |