get_charity_trustees
Retrieve the list of current trustees for a UK charity by entering its registration number. Returns the charity name and trustee details.
Instructions
Get the list of trustees for a charity.
Args: registration_number: The charity's registration number.
Returns: The charity name and list of current trustees.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| registration_number | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| trustees | No | ||
| registration_number | Yes |