Skip to main content
Glama
Yogeshwara7

Loan MCP Server

by Yogeshwara7

Get Loan Status

GetLoanStatus

Retrieve the current processing status of a loan application by its reference number, including eligibility, assigned officer, and manual review indicator.

Instructions

Retrieve the current processing status of a single loan application by its reference number, including eligibility status, the assigned officer and whether manual review is required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
referenceNumberYesThe loan reference number, e.g. LN-20260709110527
Behavior4/5

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

No annotations provided, so description carries full burden. Discloses returned data: eligibility status, assigned officer, manual review requirement. For a read-only retrieval tool, this is sufficient transparency.

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?

Single sentence, no fluff, front-loaded with purpose. Every word 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 one simple parameter and no output schema, description provides adequate context. Could mention return format or error cases, but not critical for a straightforward retrieval.

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

Parameters3/5

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

Schema covers the single parameter (referenceNumber) with 100% description coverage. Description adds no additional parameter details beyond echoing the schema, so baseline 3 applies.

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 states a specific verb ('Retrieve'), resource ('processing status'), and criteria ('by its reference number'). It lists key fields returned (eligibility, officer, manual review), distinguishing it from siblings like GetLoanSummary (summary) and TrackLoanTimeline (timeline).

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?

Clearly indicates usage: retrieving status for a single loan via reference number. Does not explicitly exclude other scenarios, but the specificity implies when to use. Sibling names further clarify context.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Yogeshwara7/loan-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server