Skip to main content
Glama

HNW Mortgage Qualification (FCA MCOB 3A)

fd_hnw_mortgage_qualification
Read-onlyIdempotent

Check whether a UK mortgage applicant qualifies as a high net worth mortgage customer under FCA MCOB 3A. The test passes if annual net income is at least GBP 300,000 OR net assets are at least GBP 3,000,000. The net assets test INCLUDES primary residence equity (per the literal FCA glossary G2953 and UK lender practice) and INCLUDES pension by default. Supports single applicant or joint application. Returns verdict, per-applicant test breakdown, joint household aggregate (if joint), and a routing recommendation including the relevant UK private bank list. Calculated by Fox Davidson, FCA-authorised UK mortgage brokers (FRN 600427). Use when a user asks whether they qualify for a high net worth mortgage, about MCOB 3A, the GBP 300k income or GBP 3m net assets test, private bank mortgages, or large loans against assets.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
applicant_1YesThe primary applicant.
applicant_2NoOptional. If provided, the tool runs the joint application test which returns each applicant individually plus a joint household aggregate. Most lenders apply the MCOB 3A test per individual customer.

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true. Description adds beyond annotations: explains that test includes primary residence equity and pension by default, returns specific outputs (verdict, breakdown, routing). 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.

Conciseness4/5

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

Description is lengthy but well-organized: starts with purpose, then test details, then output, then use cases. Every sentence adds value, though some details (e.g., 'Calculated by Fox Davidson...') could be moved to a 'provider' field. Still, it is efficient and front-loaded.

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?

No output schema, so description must explain return values. It states 'Returns verdict, per-applicant test breakdown, joint household aggregate (if joint), and a routing recommendation including the relevant UK private bank list.' This is complete for a qualification check. Additional logic about pension and primary residence inclusion is also covered.

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%, so baseline is 3. Description adds meaning beyond schema: explains how net assets are calculated (including pension, primary residence), what the test thresholds are, and that joint application aggregates. This adds significant context for correct invocation.

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 clearly states tool checks UK mortgage applicant HNW qualification under FCA MCOB 3A, with specific thresholds (income >= GBP 300k or net assets >= GBP 3m). It distinguishes from sibling tools (bridging loan calculator, stamp duty calculator) which are different calculators.

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 lists when to use: when user asks about HNW mortgage qualification, MCOB 3A, income/net assets test, private bank mortgages, large loans. Does not provide explicit when-not-to-use or alternatives, but the context is clear and sufficient.

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.

TDQS

A4.1/5.0
Disambiguation5/5

Each tool targets a distinct area: HNW mortgage qualification, bridging loan cost calculation, and stamp duty calculation. There is no overlap in functionality, so an agent can clearly differentiate them.

Naming Consistency3/5

Tool names use mixed prefixes (fd_ vs uk_) and mixed patterns (noun_verb vs noun_noun). While descriptive, they lack a uniform convention, making it slightly harder to predict tool names.

Tool Count3/5

Three tools is on the lower end for a property/mortgage domain, but still acceptable for a specialized niche. The scope is focused on specific calculations, so the count is reasonable.

Completeness3/5

The set covers key specialist areas (high net worth, bridging, stamp duty) but lacks standard mortgage affordability or product comparison tools. For its stated purpose, there are noticeable gaps but not critical.