Skip to main content
Glama

Explain appeal options

explain_appeal_options
Read-onlyIdempotent

Explain a veteran’s options after a VA decision under the Appeals Modernization Act (AMA): the three review lanes — Higher-Level Review, Supplemental Claim, and Board Appeal — and the three Board dockets (Direct Review, Evidence Submission, Hearing). Returns what each is, whether new evidence is allowed, who reviews it, when each is the best fit, and the general 1-year deadline. Optionally tailors a suggested starting point based on whether new evidence exists or a hearing is wanted. Educational only, not legal advice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
wants_hearingNoDoes the veteran want a hearing before a judge?
has_new_evidenceNoDoes the veteran have new, relevant evidence to add?
eligible_review_context_confirmedNoOnly true when the user explicitly confirms this is an initial claim or Supplemental Claim decision within one year and is not a contested claim. Never infer this from preferences.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYesTool-specific result payload.
linkYesTagged deep link into the matching veterans-rights.com page.
disclaimerYesStanding not-legal-advice / not-VA framing.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / properties / eligible_review_context_confirmed
      Added value: +{
      +  "description": "Only true when the user explicitly confirms this is an initial claim or Supplemental Claim decision within one year and is not a contested claim. Never infer this from preferences.",
      +  "type": "boolean"
      +}
  2. Changed1 schema field changed
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "additionalProperties": false,
      +  "properties": {
      +    "data": {
      +      "description": "Tool-specific result payload.",
      +      "type": "object"
      +    },
      +    "disclaimer": {
      +      "description": "Standing not-legal-advice / not-VA framing.",
      +      "type": "string"
      +    },
      +    "link": {
      +      "description": "Tagged deep link into the matching veterans-rights.com page.",
      +      "type": "string"
      +    }
      +  },
      +  "required": [
      +    "data",
      +    "link",
      +    "disclaimer"
      +  ],
      +  "type": "object"
      +}
  3. First observed

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already mark the tool as readOnly and idempotent, lowering the burden. The description adds meaningful behavioral context beyond that: it produces educational content, tailors a suggested starting point conditionally, and explicitly disclaims legal advice. This is useful and non-contradictory.

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 compact and information-dense, front-loading the core purpose before enumerating specific return content. Every clause earns its place: lanes, dockets, decision factors, tailoring behavior, and the educational disclaimer. It is organized for quick parsing by an agent.

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?

With no required parameters, a fully documented schema, and an output schema present, the description covers all necessary context for correct invocation. It explains what the tool returns, when it is appropriate, and the optional tailoring behavior. No critical operational gaps remain.

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 the baseline is 3. The description adds value by explaining that wants_hearing and has_new_evidence influence a tailored suggested starting point, which goes beyond the raw schema field names. The third parameter, eligible_review_context_confirmed, is left to the schema, but the schema describes it thoroughly.

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 states the specific verb 'Explain' with a precise resource: a veteran's options after a VA decision under the AMA. It lists the concrete content covered (three review lanes, three Board dockets, evidence rules, deadlines, best-fit guidance), which distinguishes it clearly from sibling tools like search_bva_decisions or get_claim_process.

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 establishes clear context: this is for explaining appeal options after a VA decision under the AMA, and it explicitly notes the tool is educational only and not legal advice. It does not explicitly name sibling alternatives or exclusions, but the context is specific enough for an agent to select it appropriately among the listed siblings.

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