Skip to main content
Glama

FINLY Mortgage Knowledge

Claim and sources | טענה ומקורות

get_claim
Read-onlyIdempotent

Read one versioned public claim with its scope, evidence and review dates.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
localeNo
claim_idYes
claim_versionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
toolYes
as_ofYes
resultNo
statusYes
receiptYes
evidenceNo
no_actionNo
request_idYes
assumptionsYes
limitationsYes
next_actionsYes
response_kindYes
schema_versionYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already cover readOnlyHint and idempotentHint, and the 'Read' wording agrees with them. The description adds only 'versioned' and 'public' context; it does not disclose default-version behavior, missing-claim handling, or other runtime traits.

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 with no filler: 'Read one versioned public claim...' leads with the verb and scope, and every phrase earns its place.

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?

The output schema and robust annotations supply safety and return-shape details, so the description need not repeat them. It is still thin on how version selection works and does not point to a discovery path, leaving the definition adequate but not complete.

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

Parameters2/5

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

Schema description coverage is 0%, and the description never maps its wording to claim_id, claim_version, or locale. 'Versioned' gestures at claim_version, and 'scope, evidence and review dates' describes content rather than inputs, so the description does not compensate for the schema's lack of parameter descriptions.

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 names a specific read operation on a 'claim' resource and qualifies it as 'one versioned public claim' with explicit content fields (scope, evidence, review dates). The singular object and 'Read' verb clearly separate it from the search_* and calculation siblings.

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 implies that this tool is for retrieving a specific claim version, but it never states when to use it versus search_public_knowledge or how to obtain a claim_id. Usage is therefore only implied, not explicitly guided.

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