Skip to main content
Glama
manganate006

OpenLMNP

Get Loan

get_loan
Read-only

Retrieve complete property loan details including capital, rate, duration, monthly payment, insurance, total cost, and current-year interest and insurance.

Instructions

Retourne le détail complet d'un emprunt immobilier avec un résumé financier : capital, taux, durée, mensualité, assurance, coût total, intérêts et assurances de l'année courante.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
loan_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.1

TDQS

B3.1/5.0
Behavior3/5

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

The annotation readOnlyHint=true aligns with the description's 'retourne' (returns). The description adds some context by enumerating the returned financial fields, but does not disclose error handling, required permissions, or other behavioral details. With annotations already covering safety, the added value is moderate.

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?

The description is a single sentence that efficiently lists the key return fields without unnecessary words. It is front-loaded with the verb and resource, though the enumeration makes it slightly long; each item is relevant and 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?

With only one parameter and no output schema, the description adequately explains the return value by listing the financial summary fields. However, it does not address input parameter format, error responses, or how this relates to the loan schedule tool, which would improve completeness.

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?

The input schema has one required parameter, loan_id (integer), with no description, and the tool description does not mention this parameter. Schema description coverage is 0%, and the description fails to compensate by explaining the identifier's role or format.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool returns the complete details of a real estate loan with a financial summary listing key fields (capital, rate, duration, etc.). It identifies the resource (loan) and the action (retrieve), but does not explicitly differentiate from sibling tools like get_loan_schedule or list_loans.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives such as get_loan_schedule or list_loans. There is no mention of use cases, exclusions, or prerequisites.

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