Skip to main content
Glama
victor-halla

wwebjs-mcp

by victor-halla

contact_getAbout

Retrieve a WhatsApp contact's current 'about' status. Returns null if you lack permission to read their info.

Instructions

[Contact] Get the contact's current info. Get the Contact's current 'about' info. Returns null if you don't have permission to read their status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contactIdNoUnique WhatsApp ID for the contact
sessionIdYesUnique identifier for the session (alphanumeric and - allowed)
Behavior4/5

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

With no annotations to rely on, the description carries the burden of behavioral disclosure. It explicitly states that the tool 'Returns null if you don't have permission to read their status,' which is a meaningful behavioral trait beyond the basic read operation. Additional details like error handling are absent, but this is a valuable addition.

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

Conciseness2/5

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

The description contains a redundant first sentence ('Get the contact's current info') that essentially restates the tool's purpose, followed by a more specific but overlapping second sentence. One of these could be removed without losing information, and the first sentence is vague and unnecessary.

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 a simple getter with no output schema, and the description covers the core action and a key permission-related edge case. However, it does not explicitly state the success return value (the about string), leaving that to inference. For a tool with this simplicity, the description is minimally adequate but not fully complete.

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?

The input schema already provides 100% coverage, clearly describing both contactId and sessionId with examples. The description adds no parameter-level meaning, so the baseline score of 3 is appropriate.

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 clearly states the tool retrieves a contact's 'about' info, which distinguishes it from sibling getters like contact_getProfilePicUrl or contact_getCommonGroups. However, the opening sentence 'Get the contact's current info' is vague and could imply broader data, slightly muddying the focus.

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?

The description provides no guidance on when to use this tool versus the many sibling contact getters, nor does it mention any alternatives or exclusions. Usage is only implied by the tool name and the mention of 'about' info.

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

Install Server

Other Tools

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/victor-halla/wwebjs-mcp'

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