Skip to main content
Glama

tiny_list_payables

Read-onlyIdempotent

Lista contas a pagar (contas.pagar.pesquisa.php). Paginado. filters (JSON) aceita dataInicial/dataFinal (DD/MM/AAAA), situacao (aberto/pago), nomeCliente etc. Pareia com o Banco MCP na conciliação.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
searchNo
accountNo
filtersNo

Schema Changelog

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

  1. First observed

TDQS

A3.6/5.0
Behavior3/5

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

Annotations provide readOnlyHint=true and destructiveHint=false, so the description does not need to restate safety. The description adds that it is paginated and accepts filters with specific date formats and situation values. It does not disclose default page size, response structure, or potential side effects (if any), but given annotations cover the key safety traits, the added behavior is sufficient. No contradiction found.

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 concise and front-loaded with the main purpose. It provides the key details in a few lines. The use of parenthetical code reference is a minor extra but doesn't bloat it. Every sentence adds value: purpose, pagination, filter details, and use case.

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 no output schema and limited annotations, the description covers the main aspects: what it lists, pagination, and filter semantics. It even provides a use case (reconciliation with Banco MCP). It does not mention response format or default pagination parameters, but for a list tool with read-only permissions, this is adequate. The sibling tools are many but the description sufficiently distinguishes it as a payables list.

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

Parameters4/5

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

The schema has 0% description coverage, and the description compensates for the key filter parameter by explaining its JSON structure and accepted values (dataInicial/dataFinal formats, situacao values). It also mentions other filter examples like nomeCliente. However, the other parameters (page, search, account) are not explained beyond their names, which is minimal. Overall, the description adds meaning beyond the schema, especially for the 'filters' parameter.

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 description states it lists payables ('contas a pagar') and mentions pagination and locality to a PHP script. It clearly distinguishes from sibling tools like tiny_list_receivables and other list tools. However, it uses a specific code reference (contas.pagar.pesquisa.php) which may not be immediately helpful but does not harm clarity.

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 mentions use in reconciliation with the Banco MCP ('Pareia com o Banco MCP na conciliação'), which gives some context. However, it does not explicitly state when to use this tool over alternatives like tiny_list_invoices or tiny_list_receivables, nor does it provide exclusions or conditions. The guidance is implied but not explicit.

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.

TDQS

B3.1/5.0
Disambiguation2/5

The tiny_* tools are clearly distinct by resource and action, but the generic platform tools blur together: marketplace also handles report_bug, install/uninstall, token/connect links, and toolkit state, overlapping with authenticate, connect, report_bug, and toolkit_info. An agent could easily call marketplace for something a dedicated tool already covers, or confuse connect with authenticate.

Naming Consistency3/5

The Tiny ERP tools follow a clean verb_noun pattern (tiny_list_orders, tiny_get_product, tiny_create_contact), but the platform tools use short unprefixed verbs (authenticate, connect, marketplace, report_bug, show_version, toolkit_info). Two internally consistent naming schemes coexist, so the overall set feels mixed rather than chaotic.

Tool Count3/5

At 20 tools, the count is borderline heavy and mixes two distinct concerns: Tiny ERP operations and mcp.ai platform administration. The ERP tools are each reasonably scoped, but the generic tools could likely be consolidated, especially marketplace, which already absorbs several capabilities.

Completeness2/5

The ERP surface is heavily read-oriented: contacts, orders, invoices, products, payables, and receivables all support list/get, but only contacts have a create operation. There are no update/delete operations for any entity and no way to create orders, invoices, or products, which creates significant dead ends for real business workflows.