Get Profile Picture URL
post_getProfilePicUrlGet Profile Picture URL Billing per call: 1 Credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON request body. Example: {"contactId":"18002428478@c.us"} |
post_getProfilePicUrlGet Profile Picture URL Billing per call: 1 Credits.
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON request body. Example: {"contactId":"18002428478@c.us"} |
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description states 'Billing per call: 1 Credits', which provides a cost-related behavior, but it does not disclose whether the operation is read-only, what side effects exist, or what happens on success or failure. Since no annotations are provided, the description carries the full burden of behavioral disclosure, yet it only mentions billing and omits return format and error handling.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise (one sentence), front-loaded with the purpose. The inclusion of billing information is useful but could be moved to a separate field if it were not for the description being the only place for it. There is no redundancy, and the structure is clear, though it sacrifices explanatory detail for brevity.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given that there are no annotations, no output schema, and only one parameter, the description should compensate for these gaps. It does not explain what the returned URL looks like, whether it returns a string or an object, or how to handle missing contactId. The tool is simple but the description is insufficient for an agent to use it effectively without additional assumptions.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema description for the single parameter 'body' is fully covered (100%) with an example showing the contactId. The description itself adds no extra semantic value to the parameter, so it relies entirely on the schema. The baseline of 3 is appropriate as the schema already documents the parameter, but the description does not supplement it with any additional context.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description names the operation clearly as 'Get Profile Picture URL', which is specific about the action and resource. However, it does not specify the entity type (e.g., contact, user) beyond the example in the schema, and the sibling tools (post_getAbout, post_getUserInfo) suggest a broader context that is not addressed. The purpose is understandable but lacks scoping details that would fully differentiate it.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description offers no guidance on when to use this tool versus its siblings (post_getAbout, post_getUserInfo). There are no preconditions, no mention of required parameters (the schema has zero required fields despite the example), and no explanation of how this tool fits into a workflow. It is essentially a bare operation with no usage direction.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.