Skip to main content
Glama

Briefkopf & Marke abrufen

brand_kit_get
Read-only

Liest die gespeicherten Markenwerte fuer das nutzerseitige Ergebnis Briefkopf & Marke. Liefert Logo-Referenzen, Farben und Schrift fuer die weitere Gestaltung mit letter_design_preview und letter_design_save. Suche technisch nach brand_kit_get. EN: Reads the saved brand values for the user-facing result letterhead and brand. Returns logo references, colours and font for further work with letter_design_preview and letter_design_save.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
reasoningNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the description only needs to add behavioral context. It adds value by specifying what the read returns: logo references, colours, and font, and that these are the saved user-facing brand values. It does not describe edge cases like missing brand data, but this is a minor gap for a simple getter with full annotation safety coverage.

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

Conciseness3/5

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

The core information is front-loaded and useful, but the description repeats the same content in German and English, effectively doubling its length. The sentence 'Suche technisch nach brand_kit_get' adds no informational value and reads as filler. It could be more concise without losing any meaning.

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 read-only getter with one optional parameter and no output schema, the description covers the essential context: what is read, what is returned, and which downstream tools will consume the result. Exact return format and behavior when no brand values exist are unspecified, but these are low-risk gaps given the tool's simplicity and the provided annotations.

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

Parameters2/5

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

The input schema has a single optional 'reasoning' parameter with only a maxLength and no semantic description, and schema description coverage is 0%. The description does not mention the parameter at all or suggest why an agent might supply it. Since the schema does not define the parameter's meaning, the description should have compensated but did not.

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 states a precise read operation ('Liest die gespeicherten Markenwerte') on a clear resource, and lists the returned content: logo references, colors, and font. It also differentiates itself from design tools by explicitly positioning its output as input to letter_design_preview and letter_design_save. The contrast with sibling brand_kit_save is implicit but clear from the verb and name.

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 'fuer die weitere Gestaltung mit letter_design_preview und letter_design_save' gives a clear, practical context: call this tool before working on letter design. It does not explicitly state when not to use it or mention alternatives like brand_kit_save, but the intended usage context is direct and unambiguous.

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.