Skip to main content
Glama
ProTech001
by ProTech001

mmar_update_attribute_instance

Change the value of an attribute instance on elements like names, descriptions, or custom attributes by supplying its UUID and updated JSON data.

Instructions

Update the value of an attribute instance. Use this to change data values on elements (e.g., setting a name, description, or any custom attribute).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
attribute_dataYesJSON string of the updated AttributeInstance data. At minimum, include 'value' with the new value.
attribute_instance_uuidYesThe UUID of the AttributeInstance to update
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It discloses the mutation behavior (updating values), but does not mention permissions, reversibility, error handling, or what the return value looks like. This is a thin disclosure for a write operation.

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 two sentences, with the purpose stated first and a usage clarification second. There is no redundant or filler content.

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?

Given the tool's simplicity and 100% schema coverage, the description is adequate but not rich. It does not explicitly differentiate from mmar_update_attribute, nor does it explain partial vs. full replacement behavior. It is minimally complete but could benefit from a note on how attribute_data is merged.

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 schema provides 100% coverage, describing both parameters, so the baseline is 3. The description adds examples of what attribute values might be, but does not elaborate on the JSON structure beyond what the schema already states.

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') and the resource ('attribute instance'), and explicitly says it changes data values on elements. This distinguishes it from sibling tools like mmar_update_attribute, which likely updates attribute definitions rather than instances.

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 phrase 'Use this to change data values on elements' provides direct usage context, and the examples (name, description, custom attribute) clarify typical use cases. It does not explicitly name alternatives or exclusions, but the 'instance' distinction and context signals make the intended usage clear.

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

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