Skip to main content
Glama

Lumethic Photo Verification

update_tag

Idempotent

Rename and/or recolour a tag in the account's vocabulary (by name or tag id). A rename shows on every verification carrying it. color is '#rrggbb'; pass an empty string to clear it. Omit a field to leave it unchanged.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagYesTag name (case-insensitive) or tag id.
nameNoNew tag name, 1-40 characters, no commas.
colorNo'#rrggbb' colour. Empty string clears it.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed3 schema fields changed
    • addedInput schema / properties / color / description
      Added value: +"'#rrggbb' colour. Empty string clears it."
    • addedInput schema / properties / name / description
      Added value: +"New tag name, 1-40 characters, no commas."
    • addedInput schema / properties / tag / description
      Added value: +"Tag name (case-insensitive) or tag id."
  2. Added

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already cover idempotency, read-only, and destructive hints. The description adds valuable behavioral context by noting that a rename shows on every verification carrying the tag and that an empty colour string clears the colour, while also clarifying partial-update semantics.

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 well-structured, with the main action front-loaded and supporting details in short, clear sentences. No superfluous wording or redundancy.

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?

The description provides enough information to call the tool correctly: how to identify the tag, what fields can be updated, and the effect on existing verifications. With an output schema present, return value details are not needed, though error cases are not mentioned.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema descriptions cover all three parameters, so the baseline is high. The description adds cross-parameter meaning by explaining that omitting a field leaves it unchanged, which is important update semantics not fully captured in individual parameter descriptions.

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 tool renames and/or recolours a tag in the account's vocabulary, using a specific verb and resource. It naturally distinguishes this from sibling tools like delete_tag and list_tags by focusing on updating an existing tag.

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

Usage Guidelines3/5

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

The description explains how to perform the update (by name/id, omit fields to leave unchanged, empty string to clear colour) but does not explicitly state when to choose this tool over alternatives such as delete_tag or set_verification_tags. Usage context is implied, not directly contrasted.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources