Skip to main content
Glama

Get brand kit

get_brand_kit
Read-only

Read one brand kit with its colors, fonts, radius and domain, whether it is the space default and whether it still needs the user's review. Returns the logo, extraction source_url and canonical open_url, with an inline view for supported MCP hosts. Use those URLs rather than constructing a link. Call it when the user asks about one brand's details or before editing a kit.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
brand_kit_idYesA brand_kit_id from list_brand_kits.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added
  2. Removed
  3. Added

TDQS

B3.4/5.0
Behavior3/5

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

Annotations include readOnlyHint=true, so the description doesn't need to state safety. The description adds no behavioral detail beyond the annotation, but the annotation already covers the key trait. No contradiction.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single short phrase, front-loaded and free of fluff. It is concise, though it could add a bit more context without becoming verbose.

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?

For a simple read tool with one parameter and a readOnlyHint annotation, the description is adequate. It doesn't explain return format, but no output schema exists and the tool is simple enough that an agent can infer the return from the resource type.

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 description coverage is 100%: the only parameter brand_kit_id is described as 'A brand_kit_id from list_brand_kits.' The description adds no additional parameter meaning, but the schema already provides sufficient guidance.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Get brand kit' clearly states a specific verb and resource, and the title 'Get brand kit' reinforces it. It distinguishes from siblings like list_brand_kits and create_brand_kit, though it doesn't explicitly name them.

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 implies usage: call this to retrieve a single brand kit by ID. It doesn't explicitly state when to use this vs list_brand_kits or update_brand_kit, but the verb 'get' and the parameter description referencing list_brand_kits provide some context.

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.