get_governing_document
Retrieve a charity's charitable objects, governing document type, and area of benefit by providing its registration number.
Instructions
Get the charitable objects and governing document for a charity.
Args: registration_number: The charity's registration number.
Returns: The charity's charitable objects (mission statement), governing document type, and area of benefit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| registration_number | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| area_of_benefit | No | ||
| charitable_objects | No | ||
| governing_document | No | ||
| registration_number | Yes |