Skip to main content
Glama
wganalytics

mcp-whatsapp-giulia-ai

by wganalytics

Server Quality Checklist

67%
Profile completionA complete profile improves this server's visibility in search results.
  • Latest release: v0.1.0

  • Disambiguation5/5

    Each tool has a distinct purpose: listing groups, retrieving group messages, sending to a group, and sending to a phone number. The descriptions clearly differentiate the targets and actions, leaving no ambiguity.

    Naming Consistency5/5

    All tools follow a consistent snake_case naming convention with a clear verb (get or send) followed by the object. The pattern is predictable and uniform across the set.

    Tool Count5/5

    With 4 tools, the server is well-scoped for its purpose of reading and sending WhatsApp messages. Each tool addresses a necessary function without bloat, and the count falls comfortably within the ideal range.

    Completeness4/5

    The tool set covers the core workflows: listing groups, reading group history, and sending messages to both groups and individual phones. While it lacks features like media sending or listing individual chats, these are non-essential for the apparent primary use case.

  • Average 4.4/5 across 4 of 4 tools scored.

    See the Tool Scores section below for per-tool breakdowns.

    • No community issues in the last 6 months
    • 2 commits in the last 12 weeks
    • No stable releases found
    • No critical vulnerability alerts
    • No high-severity vulnerability alerts
    • No code scanning findings
    • CI status not available
  • This repository is licensed under MIT License.

  • This repository includes a README.md file.

  • No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.

    Tip: use the "Try in Browser" feature on the server page to seed initial usage.

  • Add a glama.json file to provide metadata about your server.

  • If you are the author, simply .

    If the server belongs to an organization, first add glama.json to the root of your repository:

    {
      "$schema": "https://glama.ai/mcp/schemas/server.json",
      "maintainers": [
        "your-github-username"
      ]
    }

    Then . Browse examples.

  • Add related servers to improve discoverability.

How to sync the server with GitHub?

Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.

To manually sync the server, click the "Sync Server" button in the MCP server admin interface.

How is the quality score calculated?

The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).

Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.

Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).

Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.

Tool Scores

  • Behavior4/5

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

    Sem anotações, a descrição assume o fardo comportamental ao usar verbos como 'Recupera e retorna' e ao detalhar o formato de saída ('Grupo ID: <id>, Nome: <nome>'). Não menciona efeitos colaterais, mas para uma ferramenta de listagem, o comportamento principal é claro e não parece destrutivo.

    Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

    Conciseness3/5

    Is the description appropriately sized, front-loaded, and free of redundancy?

    A descrição contém redundância: a primeira e a segunda frase reafirmam a mesma ação de obter grupos. A estrutura com seção 'Returns' é útil, mas o texto poderia ser mais enxuto sem perder informações.

    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?

    Para uma ferramenta sem parâmetros e com saída previsível, a descrição cobre o propósito, o conteúdo e o formato de retorno. No entanto, não menciona comportamentos de borda, como lista vazia ou possíveis falhas de autenticação, o que seria útil, mas não crítico para um caso simples.

    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?

    O esquema não possui parâmetros, então a descrição não precisa compensar lacunas. A baseline para zero parâmetros é 4, e a descrição não adiciona ambiguidade, já que não há entradas a explicar.

    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?

    A descrição afirma claramente que a ferramenta 'Recupera e retorna uma lista formatada de grupos do WhatsApp', especificando o conteúdo (ID e nome). Diferencia-se dos irmãos get_group_messages, send_message_to_group e send_message_to_phone, que focam em mensagens, enquanto esta lida com listagem de grupos.

    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?

    A descrição indica que a resposta 'pode ser usada para seleção posterior de um grupo para envio de mensagens', contextualizando o uso. Não menciona quando evitar a ferramenta nem alternativas explícitas, mas o propósito é claro o suficiente para uso básico.

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

  • 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 behavioral burden. It discloses the return format (list of messages with user, datetime, type, text) and the date-range filtering, but does not mention any potential side effects, rate limits, or limitations. Since this is a read operation, the lack of explicit safety disclosure is a minor gap.

    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 well-structured and front-loaded with purpose, followed by parameter details and return format. It contains no redundant sentences; every sentence contributes useful information about what the tool does, how to use it, and what it returns.

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

    Completeness5/5

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

    The description covers the tool's input parameters, date format, and output structure (including fields and delimiter). Even though an output schema is indicated, the Returns section adds extra clarity. For a moderate-complexity read tool, this is complete and self-sufficient.

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

    Parameters5/5

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

    The schema only provides types and titles, with 0% description coverage, but the description's Args section gives each parameter meaningful explanations: group_id as unique group identifier, and start_date/end_date with explicit format 'YYYY-MM-DD HH:MM:SS'. This fully compensates for the schema's lack of detail.

    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 'Recupera as mensagens enviadas em um grupo do WhatsApp' (retrieves sent messages in a WhatsApp group), using a specific verb and resource. It distinguishes from siblings like get_groups (which lists groups) and send_* tools (which send messages).

    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 explains the tool's purpose as accessing group conversation history within a date range, clearly implying its use for read operations. It does not explicitly name alternatives or exclusions, but the context is unambiguous and adequate.

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

  • Behavior4/5

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

    There are no annotations, so the description carries the full burden. It discloses the return value format ('Mensagem enviada com sucesso' or 'Erro ao enviar mensagem...') and lists possible error conditions (group not found, connection, authentication, invalid message). It does not mention rate limits or idempotency, but for a send-message tool this is adequate behavioral context.

    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 well-structured with purpose, Args, Returns, and Raises sections. It is front-loaded with the main purpose. However, it contains some redundancy (e.g., 'Esta ferramenta permite...' repeats the first sentence) and the Returns/Raises sections may be unnecessary if the output schema already covers them. Still, it is appropriately sized and each section adds value.

    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's simplicity and the lack of annotations or schema descriptions, the description covers the essential aspects: purpose, parameters, return values, and error cases. It also provides a cross-reference to get_groups() for obtaining the group_id. It does not mention prerequisites like authentication, but it lists authentication failure as an error, implying auth is needed. Overall, it is complete enough for an agent to select and invoke the tool.

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

    Parameters5/5

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

    The schema provides zero descriptions for the parameters, and the description fully compensates. It explains group_id's format ('XXXXXXXXXXXXXXXXX@g.us') and how to obtain it via get_groups(), and it details message content possibilities including formatted text, emojis, and line breaks. This adds significant meaning beyond the bare schema.

    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's function: 'Envia uma mensagem de texto para um grupo específico do WhatsApp' (sends a text message to a specific WhatsApp group). It uses a specific verb and resource, and distinguishes itself from sibling tools like send_message_to_phone and get_groups by focusing on group messaging and referencing the group_id format.

    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 usage context by explaining that group_id can be obtained via the get_groups() tool, guiding the agent on the prerequisite step. It implicitly differentiates from send_message_to_phone by targeting groups, but it does not explicitly state 'use this only for groups, not phones,' so there is no clear exclusion.

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

  • Behavior4/5

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

    With no annotations provided, the description fully discloses the delivery condition (only if registered), the success/error return messages, and a list of possible exceptions (invalid number, not registered, connection issues, authentication failure, invalid message format). This goes beyond basic operation and gives the agent a realistic expectation of behavior.

    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 well-structured with clear Args, Returns, and Raises sections, making it easy to scan. It contains a slight redundancy in the opening sentences but every section adds meaningful information without excessive verbosity.

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

    Completeness5/5

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

    For a 2-parameter tool with no annotations and no schema descriptions, the description is remarkably complete. It covers purpose, parameter semantics, return values, and error conditions, leaving little ambiguity about how to invoke the tool and what to expect.

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

    Parameters5/5

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

    The schema provides only type strings with no descriptions, so the parameter details in the description are essential. It thoroughly explains 'cellphone' format (international, country code, DDD, no special characters, example) and 'message' content (text, emojis, line breaks), including the specific rule to prepend 55 if missing.

    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 it sends a text message to a specific phone number via WhatsApp, using the verb 'Envia' and resource 'mensagem de texto para um número de telefone específico'. It distinguishes from the sibling tool 'send_message_to_group' by emphasizing 'números de telefone individuais'.

    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 context that the message will only be delivered if the number is registered on WhatsApp, which is a key usage condition. It also implies the tool is for individual numbers, differentiating it from group messaging, though it does not explicitly name alternatives or state when not to use it.

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

GitHub Badge

Glama performs regular codebase and documentation scans to:

  • Confirm that the MCP server is working as expected.
  • Confirm that there are no obvious security issues.
  • Evaluate tool definition quality.

Our badge communicates server capabilities, safety, and installation instructions.

Card Badge

mcp-whatsapp-giulia-ai MCP server

Copy to your README.md:

Score Badge

mcp-whatsapp-giulia-ai MCP server

Copy to your README.md:

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/wganalytics/mcp-whatsapp-giulia-ai'

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