Skip to main content
Glama
flumpiey

manager-mcp

aged_payables

Retrieve an aged payables snapshot showing outstanding supplier balances grouped by aging periods. Optionally filter by date range to view payables as of a specific period.

Instructions

Aged payables snapshot (read-only).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
to_dateNo
from_dateNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.9/5.0
Behavior4/5

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

With no annotations, the description must carry the behavioral burden; it does by explicitly stating 'read-only', which rules out side effects and makes the tool safe to invoke. The word 'snapshot' also discloses that the result is a point-in-time view rather than a live account balance, though auth and date-range defaults remain unspecified.

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 one short, front-loaded sentence with no waste; 'aged payables', 'snapshot', and 'read-only' all carry meaning. It is concise, though so brief that it leaves substantial context to be supplied elsewhere.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Although an output schema exists and the tool has only two optional parameters, the description fails to explain the date semantics or the intended selection criteria relative to sibling reports. For a tool with no annotations and no parameter descriptions, this is not enough for confident invocation.

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

Parameters1/5

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

Schema description coverage is 0% and the description says nothing about 'from_date' or 'to_date'. The agent cannot determine whether 'to_date' is the aging cutoff, whether 'from_date' filters transactions in the period, or how null defaults behave.

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 phrase 'Aged payables snapshot' clearly names a standard accounting report and, by specifying 'payables', differentiates it from the sibling 'aged_receivables'. It lacks a direct retrieval verb, but 'snapshot' plus 'read-only' conveys that the tool returns a point-in-time view.

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?

No guidance is given about when to call this tool rather than 'aged_receivables', 'trial_balance', or the other financial-report siblings. The only usage cue is the tool name and description phrase itself, so the agent must infer the appropriate context.

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