Skip to main content
Glama

UK Legislation Changes

Server Details

Point-in-time amendment history for 506 UK legislation provisions.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

TDQS

Score is being calculated.

Available Tools

4 tools
get_most_amendedAInspect

List the provisions that have changed most often — the least stable areas of UK law.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default 20)

TDQS

A3.5/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It conveys that results are ordered by frequency of change but does not disclose the time scope, whether the full history is counted, result formatting, or pagination behavior. This is a meaningful gap for a no-annotation tool.

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?

A single, front-loaded sentence expresses both the core action and the intuitive intent ('least stable areas') with zero wasted words. The structure is clean and immediately scannable.

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

Completeness3/5

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

This is a simple single-parameter list tool with no output schema, so the description covers the essential purpose. However, it omits any guidance about result ordering details, scope, or distinctions from sibling tools, leaving the tool adequate but not fully self-contained.

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?

With schema description coverage at 100%, the limit parameter is already fully documented. The description adds no further semantics to the parameter, so the baseline of 3 is appropriate.

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 uses a specific verb and resource, 'List provisions that have changed most often', and adds the clarifying gloss 'least stable areas of UK law'. This makes the distinct focus on amendment frequency unambiguous and clearly differentiates it from the sibling tools get_recent_amendments, get_provision_history, and search_uk_legislation.

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

Usage Guidelines3/5

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

The use case is implied – to find unstable areas of UK law – but the description gives no explicit guidance on when to prefer this over get_recent_amendments or get_provision_history. There are no exclusions or alternative selection criteria, leaving the agent to infer when this tool is the right choice.

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

get_provision_historyAInspect

Get the full point-in-time amendment history for one provision: every version boundary date and what changed at each.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesProvision id, e.g. 'ukpga/1996/18/section/94'

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the full burden and does a good job: it tells the agent the getter returns complete point-in-time history, including version boundaries and per-change details. It doesn't state read-only explicitly or mention failure modes, but 'Get' plus the returned contents makes the behavior clear.

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?

Single sentence, front-loaded with the action and scope. The result content follows immediately. No filler.

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?

For a one-parameter read tool, the description plus schema is almost complete: it states exactly what history is returned unique to one provision. It doesn't mention ordering or boundaries, but those are not likely critical for invoking correctly.

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 coverage is 100%; the schema already describes the provision id with an example. The phrase 'for one provision' reinforces id's role but adds no new syntax or semantics. Baseline 3.

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?

States a specific verb and resource: retrieving the full point-in-time amendment history for one provision. The phrase 'for one provision' clearly distinguishes it from siblings that search or return recent/most-amended provisions.

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?

The description clearly scopes the tool to a single provision, providing clear context for when it is appropriate. It doesn't explicitly name alternatives or exclusion conditions, so it doesn't reach the 5-level.

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

get_recent_amendmentsAInspect

List the most recent amendments across all tracked UK provisions. Useful for answering 'what changed in UK employment law recently?'

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default 50)
sinceNoISO date, e.g. '2026-01-01'

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations, the description carries the burden. It signals a safe list operation via 'List' and the read-only nature, but does not mention pagination, side effects, auth requirements, or what 'tracked' means. It is adequate but does not go beyond the obvious.

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 with no wasted words; the primary action is stated first, and the example query is a short useful illustration. It is easy to scan and directly informative.

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

Completeness3/5

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

For a simple two-parameter read tool with full schema coverage, the description is mostly complete. However, there is no output schema and the description does not indicate the result shape or ordering guarantee beyond 'most recent', so the agent still has some leftover ambiguity about what will be returned.

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?

Input schema covers both parameters at 100% with clear descriptions, so the baseline is 3. The description does not add depth about how 'since' filters or how 'limit' behaves beyond what the schema already states, so it neither deducts nor enhances.

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?

Description uses a specific verb ('List') and precise scope ('most recent amendments across all tracked UK provisions'). It also gives an example user question, making the tool's purpose immediately clear and distinguishable from siblings like get_most_amended or get_provision_history.

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?

The tool is tied to a concrete use case ('what changed in UK employment law recently?'), which gives clear context. It does not explicitly mention siblings or when not to use it, but the all-provisions scope is sufficiently explicit for an agent to route correctly.

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

search_uk_legislationBInspect

Search UK legislation provisions (employment, equality, consumer, data protection, company, health & safety law) by keyword. Returns provisions with their amendment history.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default 20)
queryYesKeywords, e.g. 'unfair dismissal' or 'disability'

TDQS

B3.2/5.0
Behavior2/5

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

There are no annotations provided, so the description carries the full burden of behavioral disclosure. It mentions that results include amendment history, which is useful, but it does not clarify important behaviors such as jurisdiction scope (UK vs. specific nations), search semantics (exact vs. fuzzy), or whether the tool is an expensive/complex operation. The lack of annotation coverage and minimal behavioral detail leaves significant gaps.

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 concise, with two sentences that pack the core purpose and key output (amendment history). The key verb and resource are front-loaded, and there is no wasted fluff. It is well-structured for quick parsing by an agent.

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

Completeness2/5

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

Given the tool's moderate complexity (legal search), the absence of an output schema and annotations places more burden on the description. It does not explain result structure, pagination (though limit param hints at it), or edge cases like no results or jurisdiction limits. The description is too sparse to fully enable correct invocation in varied contexts, especially since sibling tools deal with amendments and could lead to misuse.

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?

The input schema already provides 100% coverage of both parameters with examples ('unfair dismissal' or 'disability'), so the baseline is 3. The description adds the context that queries are for legal areas, but it does not add syntax details, advanced query options, or constraints beyond what the schema states. Thus, it barely adds value beyond the schema.

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

Purpose4/5

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

The description clearly states the tool searches UK legislation provisions by keyword and specifies several legal areas (employment, equality, etc.). It also mentions that it returns provisions with amendment history. However, it does not explicitly distinguish itself from sibling tools that deal with amendments, such as get_provision_history or get_recent_amendments, so some ambiguity remains about the unique scope of this tool.

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

Usage Guidelines3/5

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

The description implicitly suggests it is for keyword-based searches, but it provides no explicit when-to-use or when-not-to-use guidance. Since siblings handle amendment history, an agent might wonder whether to use this tool for amendment-specific queries or those siblings. There is no mention of alternatives or exclusions, leaving usage context somewhat vague.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 4 tool updates
    • First observedget_most_amended
    • First observedget_provision_history
    • First observedget_recent_amendments
    • First observedsearch_uk_legislation

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    B
    maintenance
    Query current and historical UK official figures (tax bands, minimum wage, benefits, energy price cap and 100+ more) with effective dates and links to official government sources. Data refreshed whenever the official sources change.
    -
  • A
    license
    A
    quality
    A
    maintenance
    Point-in-time access to Luxembourg law and ten EU acts: what any law said on a given date, not just the current text. 1,409 consolidated works and 4,705 dated versions from the official Legilux and EUR-Lex sources. Ten read-only tools: as-of text, timelines, per-article history, diffs between dates, and hash-verifiable provenance. No key.
    10
    9
    Apache 2.0
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources