Skip to main content
Glama
adbutler

AdButler MCP Server

Official
by adbutler

update_user_attribute

Update an existing user attribute in AdButler by providing its user database ID and attribute ID. Modify the field's label, data type, or other details to keep your user data accurate.

Instructions

Update an existing user attribute in a user database

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesUser attribute ID
typeNoData type of the field
labelNoDescriptive label for the field
user_db_idYesUser database ID
Behavior2/5

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

With no annotations, the description carries the full burden, but it only says 'Update an existing user attribute', implying mutation. It does not disclose whether partial updates are supported, what happens if the attribute does not exist, or any side effects.

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?

One sentence, no filler. It concisely states the action and resource, making it appropriately sized for a simple update tool.

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?

This is a simple CRUD update with 4 parameters and no output schema, but the description does not explain expected behavior (e.g., whether fields are optional, error handling) or any prerequisites. This is below the minimum viable level for a mutation tool with no annotations.

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 coverage is 100% with descriptions for all parameters, so the baseline is 3. The description adds no extra meaning beyond the schema fields and does not clarify relationships like id and user_db_id.

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 clearly states the action ('Update an existing user attribute') and the resource ('in a user database'). It distinguishes from sibling tools like create_user_attribute and delete_user_attribute by using 'Update' and 'existing'.

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?

No guidance is provided on when to use this tool versus create/delete alternatives, nor any prerequisites. The description only states the action without contextual or alternative usage hints.

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

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