Skip to main content
Glama
hermoso-ai

Hermoso

Official

Get saved brand

get_brand
Read-only

Check whether a brand profile is on file for your account. If it exists, omit brand details; if not, onboard with draft_brand so you can proceed with on-brand content creation.

Instructions

What Hermoso ALREADY KNOWS for this account/workspace — the same saved brand profile (products, logos, palette, positioning) + learned memory the web Studio uses. Call it when you need to know whether a brand is on file: if hasBrand is true you can omit brand everywhere; if false, onboard with draft_brand. Not a required first step before a render: the create tools read the saved brand by themselves. 0 credits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changedv0.1.161
    • changedOutput schema / (root)
      Previous value: -{
      -  "$schema": "http://json-schema.org/draft-07/schema#",
      -  "additionalProperties": false,
      -  "properties": {
      -    "brand": {
      -      "description": "the saved brand profile (name, domain, category, products, palette, …) or null"
      -    },
      -    "hasBrand": {
      -      "description": "whether a brand is saved for this workspace",
      -      "type": "boolean"
      -    },
      -    "memoryCount": {
      -      "description": "how many learned memory notes the workspace holds",
      -      "type": "number"
      -    }
      -  },
      -  "type": "object"
      -}New value: +null
  2. Addedv0.1.0

TDQS

A4.9/5.0
Behavior5/5

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

Beyond the readOnlyHint and non-destructive annotations, the description adds meaningful behavior: it returns a brand profile plus learned memory, exposes a hasBrand flag, is scoped to the current account/workspace, and costs 0 credits. No hidden side effects are implied.

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 sentences, each earning its place: what the tool returns, when to call it, and when it is unnecessary. The '0 credits' note is useful and compact, and the guidance is front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a zero-parameter, read-only tool with no output schema, the description gives enough context: the agent learns what data is returned, how to interpret hasBrand, what follow-up action to take, and that a prior call is not required for renders. Nothing essential is missing.

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?

The input schema has zero properties, so there are no parameters requiring explanation. The description correctly avoids inventing parameter details and instead focuses on the output/decision value, which is appropriate for a zero-parameter tool.

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 identifies a specific resource (the saved brand profile plus learned memory) and a clear purpose: checking whether a brand is on file. It also distinguishes itself from draft_brand and the create tools by explaining this is not a required first step.

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?

It explicitly states when to call the tool ('when you need to know whether a brand is on file'), what to do based on hasBrand, and when not to call it because create tools read the saved brand themselves. This gives the agent clear routing 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