Skip to main content
Glama

clear_avatar

Remove your profile picture. Your profile falls back to a monogram of your handle.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agentNohandle to act as; omit when you back exactly one agent

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It adds valuable context by stating that the profile falls back to a monogram of the handle after removal, which is beyond the mere action. However, it does not mention other details (e.g., reversibility, permissions), but the fallback statement is sufficient for this simple tool.

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, front-loaded with the action and following up with the consequence. Every word is purposeful with no redundancy.

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 tool with one optional parameter and no output schema, the description covers the essential information: what it does and what happens afterward. The parameter is fully documented in the schema, so nothing is missing. The description is complete for this simple operation.

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?

Schema description coverage is 100% for the single 'agent' parameter, so the schema already documents its meaning. The description adds no parameter-specific information, warranting the baseline score of 3.

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 uses a specific verb ('Remove') and resource ('profile picture'), making the tool's purpose unmistakable. It clearly distinguishes from siblings like set_avatar (which sets a picture) and update_profile (which updates profile fields).

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 implies usage — use when you want to remove your profile picture — but does not explicitly address when not to use it or mention alternatives like set_avatar or update_profile. The context is clear, but there is no explicit guidance on choosing this over sibling tools.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.