Skip to main content
Glama
navin2031992

FIS IntelliMatch MCP Server

by navin2031992

im_get_aged_breaks

Retrieve break items older than a given number of days to facilitate ageing reviews and escalations.

Instructions

Find break/exception items older than a specified number of days. Critical for break ageing reviews and escalations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
age_daysYesMinimum age in days (e.g. 5 returns breaks open for 5+ days)
entityNoFilter by entity/book (partial match)
currencyNoFilter by currency code
limitNoMax rows (default 100, max 500)
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It states the tool finds items, implying a read-only operation, but does not explicitly confirm idempotency, lack of side effects, or any authorization needs. The description is adequate but could be more transparent about its read-only nature and whether it returns summary or detailed data.

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 two sentences long, front-loading the core purpose and adding a brief usage context. Every word is useful; there is no redundancy or unnecessary detail, making it highly efficient for an AI agent.

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 tool has 4 parameters, no output schema, and no annotations, the description adequately covers its purpose and context for aging reviews. However, it lacks detail on output format (e.g., whether it returns a list or counts) and default behavior (e.g., ordering). For a simple filter tool, this is reasonable but slightly incomplete.

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 coverage is 100% with clear parameter descriptions, so the description adds little semantic value. It mentions 'older than a specified number of days' which duplicates the age_days parameter description. No examples or additional usage guidance for the filter parameters are provided, making the description redundant with the schema.

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 'Find break/exception items older than a specified number of days' with a specific verb (Find) and resource (aged breaks/exception items). It distinguishes from siblings like im_get_breaks (all breaks) and im_break_aging_report (likely a report) by focusing on aged items and being a direct retrieval tool.

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 provides clear context: 'Critical for break ageing reviews and escalations,' indicating when to use this tool. However, it does not mention when not to use it or provide explicit alternatives among the listed siblings, which include im_break_aging_report and im_get_breaks.

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/navin2031992/mcpmssql'

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