Skip to main content
Glama
ProofHoldings

@proof-holdings/mcp-server

Official

update_profile

Update a profile by ID to change display details, theme, custom links, and verification visibility. Requires a Proof account with API key configured.

Instructions

Update a profile by ID. Supports changing display info, theme, custom links, and verification display settings.

ACCESS: needs a Proof account. Set PROOF_API_KEY and restart this server, then call this tool again. start_login does NOT open this tool.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bioNoProfile bio
themeNoProfile theme settings
is_publicNoWhether the profile is publicly visible
avatar_urlNoAvatar (base64 or URL, null to remove)
is_primaryNoSet as primary profile
profile_idYesProfile ID
is_businessNoWhether this is a business profile
custom_linksNoCustom links (max 20)
display_nameNoDisplay name
business_nameNoBusiness name
show_proof_channelsNoShow proof channels on public profile
show_verification_datesNoShow verification dates on public profile

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.1.0

TDQS

A3.7/5.0
Behavior3/5

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

No annotations are provided, so the description carries the behavioral disclosure burden. It usefully discloses the auth prerequisite and that start_login alone is insufficient, which is important operational context. However, it does not state whether updates are partial or full replacements, how unspecified fields behave, or what the response contains—significant gaps for a mutation 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 compact and front-loaded: one clear action sentence, a scope sentence, and a necessary access warning. No wasted words or redundant restatement of schema fields.

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?

For a 12-parameter mutation tool with nested objects, no output schema, and no annotations, the description provides purpose and auth context but lacks operational completeness. It omits update semantics, response behavior, and guidance on how this tool relates to update_my_profile. It is adequate but leaves meaningful gaps.

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%, so the schema already documents every parameter thoroughly. The description simply summarizes high-level categories like theme and custom links without adding parameter-level meaning. This meets the baseline but does not add extra semantic value.

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 states a specific verb and resource: 'Update a profile by ID.' It then enumerates the editable categories (display info, theme, custom links, verification display settings), which clarifies scope. It does not explicitly differentiate from update_my_profile, but the 'by ID' framing implies targeting a specific profile, which is reasonably distinct.

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

Usage Guidelines4/5

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

The description gives explicit access guidance: requires a Proof account, PROOF_API_KEY must be set, and the server restarted. It also explicitly warns that start_login does NOT open this tool, which is a useful exclusion. It stops short of naming update_my_profile as the alternative for updating one's own profile, so the when-to-use guidance is incomplete.

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/ProofHoldings/mcp-server'

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