Skip to main content
Glama

update_profile

Update your Signal profile name, about text, and avatar photo. Changes propagate immediately to all contacts.

Instructions

Update your own Signal profile visible to all contacts. name sets your display name shown to contacts who have not saved your number. about sets the bio text shown on your profile page. avatar_path sets a new profile photo from a local image file (JPEG or PNG). Set remove_avatar=true to clear your current photo without setting a new one. All parameters are optional — only include what you want to change. Changes are propagated to the Signal network immediately. Use get_profile to read a contact's current profile. Do NOT use to rename a linked device — use update_device for that. Do NOT use to change messaging settings — use update_configuration for that.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoDisplay name to set
aboutNoAbout/bio text
avatar_pathNoPath to avatar image file
remove_avatarNoRemove current avatar
Behavior4/5

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

No annotations provided, so description carries full burden. Discloses that changes propagate immediately and that remove_avatar must be set to true to clear photo. Does not mention permissions, rate limits, or failure modes, but for a profile update this is adequate.

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?

Four well-structured sentences, front-loaded with purpose, then parameter details, then usage guidance. No wasted words; every sentence earns its place.

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?

Tool has no output schema and no complex dependencies. Description covers main behavioral traits (immediate propagation), parameter semantics, and usage boundaries. Does not specify return value, but for an update tool that is acceptable.

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?

Adds significant value over schema: explains name is shown to contacts who haven't saved your number, about is bio, avatar_path must be local JPEG/PNG, and remove_avatar clear without new image. Also clarifies all optional. Schema has 100% coverage but description enriches understanding.

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?

Clearly states the tool updates the user's own Signal profile, listing specific fields (name, about, avatar_path, remove_avatar). Differentiates from siblings like get_profile, update_device, and update_configuration by explicitly saying what NOT to use it for.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit when-to-use context (updating own profile) and when-not-to-use (renaming device, changing messaging settings), naming alternative tools for those cases. Also notes all parameters are optional.

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/googlarz/signal-mcp'

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