Skip to main content
Glama
eurogas-bbl

whatsapp-mcp

by eurogas-bbl

Get Last Incoming Messages

get_last_incoming_messages

Fetch recent incoming messages across all WhatsApp chats for a given period (default 1440 minutes). Enables checking for new messages without manually inspecting each conversation.

Instructions

Входящие по всем чатам за последние minutes минут (по умолчанию сутки).

Чтобы посмотреть, что нового вообще пришло, не перебирая чаты. Требует включённого incomingWebhook.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
minutesNo

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4.2/5.0
Behavior3/5

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

No annotations are provided, so the description must carry the full burden. It mentions a required webhook setting, but does not describe failure behavior, side effects, or output format, leaving some transparency gaps.

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 two short sentences, with the main action first and no extraneous text. It is well-structured and easy to parse.

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?

For a simple read-only tool with one optional parameter and no output schema, the description covers the core purpose, the parameter's meaning, and a prerequisite. It lacks error case details, but the overall context is sufficient.

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 zero description coverage, but the description explains that `minutes` defines the lookback period and mentions the default of 1440 minutes in prose. This compensates for the missing schema description, though minimally.

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 tool retrieves incoming messages across all chats within a time window, and explicitly mentions the use case of seeing new messages without iterating chats. This distinguishes it from per-chat history tools among siblings.

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?

It provides a specific when-to-use scenario: to see what's new globally. It also notes a prerequisite (incomingWebhook must be enabled), but does not explicitly name alternative tools for contrasting cases, so it falls short of a full 5.

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/eurogas-bbl/whatsapp-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server