Skip to main content
Glama
prodmeevan

whatsapp-mcp-free

by prodmeevan

newsletter_unfollow

Stop following a WhatsApp channel by providing its JID and confirming with confirm=true. Removes channel updates from your inbox.

Instructions

Unfollow a channel. Requires confirm=true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
jidYes
confirmNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.7.0

TDQS

A3.6/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral burden. It usefully discloses that confirm=true is required, signaling a deliberate action, but it doesn't describe consequences, reversibility, or what happens when confirm is false or absent.

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?

Two short sentences with no filler. The key safety constraint ('Requires confirm=true') is front-loaded and clearly separated from the main action.

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

Completeness3/5

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

The tool is simple, but the description omits what jid represents and any effect of the operation. It is adequate as a minimal callable definition, yet leaves several practical details—such as where jid comes from and outcome of the unfollow—unstated.

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 description coverage is 0%, so the description must compensate. It adds meaning only for confirm ('requires confirm=true'), while leaving the required jid parameter entirely unexplained in terms of what it identifies and how it should be sourced.

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 'Unfollow a channel' uses a specific verb and resource, clearly distinguishing it from sibling tools like newsletter_follow and newsletter_mute. It directly states the action and target.

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 includes an operational prerequisite ('Requires confirm=true'), but does not explicitly state when to use this tool versus alternatives such as newsletter_mute. Usage context is mostly implied by the tool name and the unfollow action.

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