Skip to main content
Glama
paulieb89

UK Legal Research MCP Server

Get Member Financial Interests

parliament_member_interests
Read-onlyIdempotent

Retrieve registered financial interests of a UK MP by member ID. Filter by category (e.g., donations, land) and paginate through results for comprehensive oversight.

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

TableJSON Schema
NameRequiredDescriptionDefault
paramsYesmember_id, optional category filter, pagination (offset/limit), and max_description_chars content cap.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
member_idYesParliament Members API member ID
categoryNoCategory filter applied to this query, or None for all categories
offsetYesNumber of interests skipped before this page
limitYesMax interests requested for this page
returnedYesNumber of interests actually returned in this call
has_moreYesTrue if there may be more interests beyond this page. Re-call with offset=offset+returned to fetch the next page.
interestsNoThe interests in this page. `description` text is capped per the max_description_chars input parameter.
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations indicate read-only and idempotent. Description adds concrete behavior: returns one page with defaults, pagination via offset/has_more, content cap on descriptions. No contradictions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences plus a note, all essential. Front-loaded with purpose, then pagination and cap advice. No fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Covers prerequisite, pagination, cap adjustment, and real-world 'prolific members' context. Output schema exists, so return values are documented elsewhere. No gaps for the tool's complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema covers all parameters with descriptions. Description adds practical usage guidance (e.g., raise limit only for bulk views, max_description_chars for forensic work), enhancing semantic understanding beyond schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly states 'Look up registered financial interests for a member of Parliament' – specific verb and resource. Distinguishes from siblings like parliament_find_member and parliament_member_debates.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly advises to 'Use parliament_find_member first to obtain the integer member_id' and gives pagination and limit guidance. Lacks explicit when-not-to, but usage context is clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/paulieb89/uk-legal-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server