Skip to main content
Glama

update_user_profile

Update user profile sections with new observations, preferences, or notes. This enables AI HueBot to adapt lighting to your habits.

Instructions

Update a section of the user profile with new observations, preferences, or notes. Use this to record things the user tells you about their preferences, or to add evolution notes with suggestions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentYesThe new content for the section (markdown format). Replaces the entire section content.
sectionYesThe section to update. One of: 'light inventory', 'room mappings', 'colour preferences', 'color preferences', 'time-of-day patterns', 'time of day patterns', 'vibe history', 'explicit preferences', 'evolution notes'

Schema Changelog

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

  1. First observedv1.0.0

TDQS

A3.8/5.0
Behavior2/5

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

No annotations are provided, so the description carries the burden of disclosing behavior. It says 'update' and 'record,' which can sound additive, but the actual behavior is that content replaces the entire section. That destructive/overwrite trait is only present in the parameter schema, not in the tool description, and no other behavioral details like persistence or output are disclosed.

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?

Two tight sentences with no filler. The first states the core action and resource, the second gives concrete real-world triggers. Every phrase adds value.

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?

For a simple two-parameter tool with full schema descriptions and no output schema, the description provides enough context: it states the action, the resource, and when to use it. The main missing piece is an explicit overwrite warning in the tool description, but the schema already communicates that to an agent.

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%: both `section` and `content` have explanatory descriptions, including allowed section values and the fact that content is markdown and replaces the section. The tool description adds no parameter-level meaning beyond that, so the baseline 3 is appropriate.

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 names a specific verb and resource ('Update a section of the user profile') and further narrows the intent with 'observations, preferences, or notes.' This makes it easy to distinguish from sibling tools like get_user_profile and the various light/vibe actions.

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?

It gives explicit usage cues: 'record things the user tells you about their preferences' and 'add evolution notes with suggestions.' It does not name alternatives or exclusions, but the read/write split with get_user_profile is clear enough from context.

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

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/EthanSK/ai-huebot-mcp'

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