Skip to main content
Glama
Yogeshwara7

Loan MCP Server

by Yogeshwara7

Get Officer Workload

GetOfficerWorkload

Summarize a loan officer's workload by retrieving total assigned applications, pending reviews, and a breakdown by status.

Instructions

Summarize a loan officer's workload: total assigned applications, pending reviews and a breakdown by status, with the underlying loan list.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
officerNameYesThe loan officer's full name, e.g. Akshitha S
Behavior3/5

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

No annotations are provided, so the description carries full burden. It indicates a read operation (summarize) but does not explicitly state it is read-only, nor does it mention permissions, rate limits, or side effects. The description is adequate but could disclose that this is a safe, non-destructive query.

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, focused sentence that front-loads the purpose and lists key output components. No unnecessary words, making it highly efficient for an AI agent to parse.

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?

Given the simple tool with one parameter and no output schema, the description provides a fairly complete picture of what the tool returns (total, pending, status breakdown, loan list). It omits details like pagination or sorting, but for a summary tool, this is sufficient. An explicit mention of the output format would improve completeness.

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 description coverage is 100% for the single parameter 'officerName' (with example). The description does not add meaning beyond the schema; it repeats 'the loan officer's full name'. Thus, it meets the baseline but adds no extra value.

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 verb 'summarize' and the resource 'a loan officer's workload', listing specific output components (total assigned applications, pending reviews, status breakdown, loan list). It distinguishes from siblings like 'GetLoanSummary' which summarizes a single loan and 'ListPendingReviews' which lists reviews without workload context.

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 usage for getting an overview of an officer's tasks but lacks explicit guidance on when to use vs when not. No alternatives or exclusions are mentioned, though sibling tools provide some context. The description could be improved by stating that this tool is for workload summaries, not for deep dives into individual loans.

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