Skip to main content
Glama
hermoso-ai

Hermoso

Official

Update brand fields

update_brand

Update specific brand profile fields—voice, audience, goal, and more—without overwriting the rest. Ideal for targeted changes like shifting tone or changing target market.

Instructions

Patch SPECIFIC fields of the workspace brand profile (name, domain, sells, summary, category, audience, positioning, voice, style, goal) WITHOUT overwriting the rest — a read-modify-write on the saved brand. Use for “change our voice to playful”, “we sell to dentists now”. To onboard a brand from scratch, use draft_brand. Only pass the fields you’re changing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
goalNocurrent marketing goal
nameNo
sellsNowhat the brand sells
styleNovisual style — palette, typography, aesthetic
voiceNobrand voice/tone
domainNowebsite domain
summaryNoone-line description
audienceNo
categoryNo
positioningNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv0.1.161

TDQS

A4.4/5.0
Behavior4/5

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

Annotations only indicate non-read-only and non-destructive. The description adds valuable behavioral context: it explains partial-update semantics, guarantees no overwriting of unspecified fields, and calls out the read-modify-write nature of the operation. This is meaningful beyond the annotations, though it doesn't discuss side effects like validation or response behavior.

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?

Three tightly written sentences. The field list is front-loaded, the targeting examples are concrete, and the alternative tool and usage constraint are placed last. Every sentence earns its place with no 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?

For a 10-parameter, 0-required mutation tool with no output schema, the description covers the critical operational points: what it patches, what it avoids overwriting, when to use it, and how to pass parameters. Missing return-value details are minor for this tool's selection and invocation.

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 60%, leaving name, audience, category, and positioning undocumented in the schema. The description lists all ten field names but adds only marginal semantics, mostly through the examples and the 'only pass changed fields' guidance. It does not compensate for the undocumented parameters with deeper definitions.

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?

Description states a specific verb ('Patch'), a clear resource ('workspace brand profile'), and enumerates the exact fields it affects. It also disambiguates from draft_brand by saying it is for onboarding from scratch, making the tool's scope unmistakable.

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

Usage Guidelines5/5

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

Provides concrete usage examples ('change our voice to playful', 'we sell to dentists now'), explicitly names the alternative tool (draft_brand) and when to use it, and instructs the caller to pass only the fields being changed. This gives clear, actionable selection and invocation guidance.

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

Deploy Server

Other Tools