Skip to main content
Glama
paulieb89

UK Legal Research MCP Server

Get Member Financial Interests

parliament_member_interests
Read-onlyIdempotent

Retrieve 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

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.
Behavior4/5

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

Annotations already indicate read-only, non-destructive, idempotent, and open-world behavior. The description adds valuable context beyond annotations: it explains pagination mechanics (has_more flag, offset incrementing), default limits, and the rationale for description length caps to prevent context blow-up. No contradiction with annotations exists.

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?

The description is efficiently structured with four focused sentences: purpose statement, pagination explanation, description cap rationale, and prerequisite tool. Each sentence adds essential information without redundancy, making it easy to parse.

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?

Given the tool's complexity (pagination, filtering, content capping), the description provides complete contextual guidance. With annotations covering safety aspects, an output schema presumably detailing the response structure, and the description explaining usage patterns and constraints, all necessary information is present.

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

Parameters3/5

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

Schema description coverage is 100%, providing detailed documentation for all parameters. The description adds some semantic context by explaining the purpose of max_description_chars ('forensic provenance work') and pagination logic, but most parameter meaning is already covered in the schema. Baseline 3 is appropriate given high schema coverage.

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?

The description clearly states the tool's purpose: 'Look up registered financial interests for a member of Parliament.' It specifies the verb ('look up') and resource ('financial interests'), and distinguishes itself from sibling tools like 'parliament_find_member' by focusing on interests rather than member identification.

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

Usage Guidelines5/5

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

The description provides explicit guidance on when to use this tool: 'Use parliament_find_member first to obtain the integer member_id.' It also offers clear pagination instructions for prolific members and advises on parameter adjustments for different use cases (e.g., forensic work).

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