Skip to main content
Glama

Contazz AutoPilot

Enviar Lembrete de Cobrança

enviar_lembrete_cobranca
Destructive

Envia um lembrete de cobrança para o cliente via WhatsApp, Telegram ou Email.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
canalNoCanal de enviowhatsapp
cobrancaIdYesID da cobrança
mensagemCustomNoMensagem personalizada (opcional)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

B3.2/5.0
Behavior2/5

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

The description does not add behavioral context beyond the destructiveHint annotation. It fails to explain what destructive means here (e.g., irreversible message sending, state changes) or any side effects like cost or permissions required.

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, direct sentence that is front-loaded and contains no filler. It efficiently communicates the tool's purpose without unnecessary length.

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?

The tool has a destructiveHint annotation, yet the description offers no elaboration on consequences, return values, or prerequisites. For a simple action, the lack of depth leaves room for misuse or misclassification.

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%, so parameters are adequately documented in the schema. The description adds no extra meaning beyond what the schema already provides, matching the baseline of 3.

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 action (send), the resource (payment reminder), and the channels (WhatsApp, Telegram, Email). It distinguishes from sibling tools like 'criar_cobranca' and 'enviar_relatorio_email' by specifying a unique purpose.

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 provided on when to use this tool versus alternatives. It does not mention prerequisites, exclusions, or contextual triggers, leaving selection to the agent's inference.

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