Skip to main content
Glama

Taokeh MCP server

A/P aging

ap_aging
Read-only

Whom you owe money and how overdue it is — your accounts-payable aging by supplier.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
asOfNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

The annotations already declare readOnlyHint=true, and the description complements this by explaining the report's structure (grouped by supplier, with aging/overdue information). No contradiction exists, and the description adds behavioral context about what the report presents beyond the safety hints.

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 a single, memorable sentence with an effective em-dash structure. It is front-loaded with a relatable question and wastes no words.

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?

The tool is simple: one optional parameter, no output schema, and safety annotations provided. The description explains what the report contains (payables aging by supplier). The only gap is the lack of clarification around the 'asOf' parameter, but for a simple report this is a minor omission.

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 description does not mention the only parameter 'asOf' at all. Since schema description coverage is 0%, the description fails to compensate for the lack of parameter explanation. The parameter name and pattern are somewhat self-explanatory, but the description adds no semantic value for how the date affects the aging report.

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 specifies the exact resource ('accounts-payable aging by supplier') and the informational content ('whom you owe money and how overdue it is'). It clearly distinguishes itself from the sibling tool 'ar_aging' by explicitly naming the accounts payable side.

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 for when to use the tool: when you need to understand outstanding payables and their overdue status. It does not explicitly name alternatives, but the 'accounts-payable' phrasing versus the sibling 'ar_aging' implies the differentiation, and no exclusions are needed.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources