Skip to main content
Glama

calculate_lpa_cost

Calculate the Office of the Public Guardian fees to register Lasting Powers of Attorney in England & Wales: £92 per LPA (applications received from 17 November 2025), with a 50% remission where the donor's gross annual income is under £12,000 and a full exemption on certain means-tested benefits (both claimed with form LPA120). Registration fees only — nothing about drafting costs or whether an LPA is right for someone.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
coupleYesA couple making the same LPAs each (doubles the document count)
lpaTypesYesWhich LPA(s) — 'Both types' registers two documents per person
incomeUnder12kYesDonor's gross annual income below £12,000 (50% remission)
qualifyingBenefitsYesDonor receives certain means-tested benefits (full exemption)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.6/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. It transparently discloses the fee rate, remission/exemption conditions, and that it only covers registration fees. It could mention it's a read-only calculation with no side effects, but the provided information is sufficient.

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 a single, well-structured paragraph that front-loads the core purpose and then provides key details. Every sentence is informative and there is no redundancy or wasted words.

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 has 4 boolean/enum parameters and no output schema, the description fully explains the fee logic, conditions, and scope. It provides enough context for an agent to correctly invoke the tool and interpret results.

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

Parameters5/5

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

The description adds significant meaning beyond the schema by explaining how each parameter affects the fee calculation: 'couple doubles document count', 'incomeUnder12k' for 50% remission, 'qualifyingBenefits' for full exemption. Schema coverage is 100% but the description enriches understanding.

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 it calculates OPG fees for registering LPAs, with specific fee amounts and conditions. It explicitly differentiates from drafting costs and suitability advice, distinguishing it from siblings like 'calculate_iht' or 'estimate_probate_cost'.

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 sets clear boundaries by specifying 'Registration fees only' and excluding drafting costs and suitability advice. While it doesn't explicitly state when to use this tool over alternatives, the scope is well-defined and implies its use for LPA registration fee calculations.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources