Skip to main content
Glama
paulieb89

UK Legal Research MCP Server

Get Committee Detail

committees_get_committee
Read-onlyIdempotent

Retrieve committee metadata and current membership using a committee ID. Then search for evidence submitted to the committee on specific topics.

Instructions

USE THIS TOOL WHEN you have a committee_id and want the metadata + current membership.

Fetches committee detail and member list in parallel. AFTER calling, pass committee_id into committees_search_evidence to see what evidence has been submitted to this committee on what topics.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYesCommitteeDetailInput.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesCommittee ID
nameYesCommittee name
houseNoCommons, Lords, or Joint
phoneNoContact phone number
emailNoContact email
urlNoParliament URL for this committee
membersNoCurrent committee members
Behavior4/5

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

Annotations already provide readOnlyHint, destructiveHint, idempotentHint, and openWorldHint. The description adds that it fetches detail and member list in parallel. No contradiction. Somewhat brief but annotations cover safety profile.

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?

Two sentences plus a command. Front-loaded with 'USE THIS TOOL WHEN'. Every sentence serves a purpose. No unnecessary words.

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

Completeness4/5

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

With an output schema (nested objects) and rich annotations, the description completes the picture by detailing the data returned (detail and membership) and the next step. Could mention that output includes committee metadata and member list explicitly, but the title and schema imply it.

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 coverage is 100% with 'Committee ID from committees_search_committees results' in the parameter description. The description reinforces the source of the ID and its use, adding context beyond the 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?

Clear verb+resource: 'fetches committee detail and member list'. Distinguishes from siblings like committees_search_committees and committees_search_evidence by specifying it returns metadata and current membership for a given committee_id.

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?

Explicitly states 'USE THIS TOOL WHEN you have a committee_id and want the metadata + current membership.' Also provides follow-up direction: 'AFTER calling, pass committee_id into committees_search_evidence.' This gives both when-to-use and an alternative action.

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