Skip to main content
Glama
KalebJS

groupme-mcp

by KalebJS

update_user

Modify your GroupMe profile details including display name, avatar image, email address, and zip code to keep your account information current.

Instructions

Update the authenticated user's profile.

Args:
    avatar_url: New avatar image URL.
    name: New display name.
    email: New email address.
    zip_code: New zip code.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
avatar_urlNo
nameNo
emailNo
zip_codeNo
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It states this is an update operation but doesn't cover important aspects like required permissions, whether changes are reversible, rate limits, validation rules (e.g., email format), or what happens when only some fields are provided. The description is minimal beyond the basic operation type.

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 extremely concise and well-structured: a clear purpose statement followed by a bulleted list of parameters with brief explanations. Every sentence earns its place with no redundant information.

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

Completeness2/5

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

For a mutation tool with 4 parameters, 0% schema description coverage, no annotations, and no output schema, the description is incomplete. It covers basic purpose and parameter meanings but lacks crucial behavioral context, usage guidance, and output information that would help an agent use this tool effectively.

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 description provides clear semantic explanations for all 4 parameters (avatar_url, name, email, zip_code) in the Args section, adding meaningful context beyond the schema's basic titles. This is valuable since schema description coverage is 0%, though it doesn't specify format requirements or constraints.

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 verb ('Update') and resource ('authenticated user's profile'), making the purpose immediately understandable. However, it doesn't differentiate this tool from sibling tools like 'update_group' or 'update_membership' beyond the resource being updated.

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 alternatives. It doesn't mention prerequisites (e.g., authentication status), exclusions, or comparisons with related tools like 'get_me' for viewing the profile or other update tools for different resources.

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/KalebJS/groupme-mcp'

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