Skip to main content
Glama
ProofHoldings

@proof-holdings/mcp-server

Official

update_my_profile

Update your Proof profile settings: display name, bio, avatar, theme, custom links, and verification displays. Requires a Proof API key.

Instructions

Update the current user's primary profile. Supports display name, bio, avatar, 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 (HTTPS URL or base64 data URI, null to remove)
custom_linksNoCustom links (max 20)
display_nameNoDisplay name
show_proof_channelsNoShow proof channels
show_verification_datesNoShow verification dates

Schema Changelog

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

  1. First observedv1.1.0

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations provided, the description must carry the behavioral disclosure burden. It does disclose that this is a mutation of the current user's profile and that it requires prior Proof account setup. However, it does not clarify whether omitted fields are preserved or overwritten, what side effects occur, or what the operation returns.

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: the first sentence states purpose and supported fields, while the ACCESS note is separated and directly actionable. There is no redundant wording, and every sentence earns its place.

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 mutation tool with 8 optional parameters, nested objects, and no output schema, the description covers the core purpose and access requirements. However, it does not explain partial-update semantics, return values, or error behavior, leaving the agent to infer important invocation details.

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?

The input schema has 100% parameter description coverage, so the structured schema already explains every parameter, including nested theme and custom_links fields. The description only broadly lists the supported categories without adding constraints, defaults, or merge behavior, so it meets the baseline but adds no meaningful semantic value beyond the schema.

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 opens with a specific verb-resource pair: 'Update the current user's primary profile,' which clearly distinguishes this from sibling tools like update_profile (which suggests updating a profile by ID rather than the caller's own primary profile). It also enumerates the supported fields, making the tool's scope immediately understandable.

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 clear context: use this tool to modify the signed-in user's primary profile. The ACCESS note adds important usage prerequisites by requiring a Proof account and a configured PROOF_API_KEY, and explicitly warns that start_login does NOT open this tool. It stops short of naming alternative tools such as update_profile for non-primary profiles, so it is not a full 5.

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