Get Member Financial Interests
parliament_member_interestsRetrieve registered financial interests for UK Parliament members to examine employment, donations, property holdings, and other disclosures for transparency and research purposes.
Instructions
Look up registered financial interests for a member of Parliament.
Returns ONE PAGE of interests (default 20, caller controls via limit). For prolific members (big donors, many directorships, extensive land holdings), re-call with offset=offset+returned while has_more is true to paginate. Description text is capped per max_description_chars; raise it for forensic provenance work that needs the full narrative.
Use parliament_find_member first to obtain the integer member_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes | member_id, optional category filter, pagination (offset/limit), and max_description_chars content cap. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| member_id | Yes | Parliament Members API member ID | |
| category | No | Category filter applied to this query, or None for all categories | |
| offset | Yes | Number of interests skipped before this page | |
| limit | Yes | Max interests requested for this page | |
| returned | Yes | Number of interests actually returned in this call | |
| has_more | Yes | True if there may be more interests beyond this page. Re-call with offset=offset+returned to fetch the next page. | |
| interests | No | The interests in this page. `description` text is capped per the max_description_chars input parameter. |