Skip to main content
Glama

assess_estate_planning_gaps

Read-only

Score how prepared someone's end-of-life planning is and rank what is missing by consequence. Pass whichever answers are known; unanswered areas are reported back as questions to ask. Use this when someone wants to know where they stand, what to do first, or whether their planning has holes. No account needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hasWillNoHas a valid signed will
hasFinancialPoaNoNamed someone to handle finances if incapacitated
wishesAreRecordedNoThe people close to them know what they would want
hasHealthCareAgentNoNamed someone to make medical decisions for them
documentsAreFindableNoFamily could actually locate the documents
beneficiariesAreCurrentNoAccount and policy beneficiary designations are up to date

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already provide readOnlyHint=trueestrategies. The description adds that unanswered parameters are reported as questions to ask, and no account is needed. It doesn't contradict annotations and provides additional behavioral insight beyond the safety hint.

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, front-loaded with purpose and consequence-ranking, then usage contextholidays. No fluff, every sentence adds value.

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?

The tool has 6 boolean params all described in schema. Description explains partial input handling and output indication. Siblings are clearly distinct. It's complete enough for a read-only assessment tool.

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 covers 100% of parameters with descriptions, so baseline is 3. The description adds that known answers can be passed partially and unanswered ones become questions, which explains the optionality and behavior 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?

The description clearly states the tool's purpose: 'Score how prepared someone is for end-of-life planning and rank what is missing by consequence.' This is a specific verb (score, rank) with a defined resource (estate planning gaps). It distinguishes from siblings like 'find_state_document_requirements' (which is about state-specific requirements) and 'get_after_loss_first_steps' (which is about next steps after loss), whereas this tool is about assessment and gap analysis.

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 explicitly states when to use: 'Use this when someone wants to know where they stand, what to do first, or whether their planning has holes.' This gives clear context. However, it does not mention when NOT to use it or alternative tools, so it's not a 5.

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.2/5.0
Disambiguation5/5

Each tool targets a distinct scenario: assessing planning gaps, connecting an account, looking up state requirements, and getting after-loss steps. There is no overlap or ambiguity between them.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern (assess, connect, find, get + specific object). The naming is clean and predictable.

Tool Count4/5

Four tools is a reasonable scope for this niche informational server—not excessive, but slightly minimal given the broader estate-planning domain.

Completeness3/5

Core informational needs are covered (assessment, legal requirements, after-death checklist), but connecting an account promises member tools that are not present in this set, creating a dead end for accessing actual user data.

Resources