Skip to main content
Glama
lukadzagania95

Brand MCP

create_quote_post

Read-onlyIdempotent

Corrects spelling issues in a supplied quote, then creates a download-ready, Illustrator-safe SVG sample quote post with uncropped portrait, protected layout, and Signal Violet emphasis.

Instructions

Correct and visibly report spelling issues in the supplied quote, then create a download-ready, Illustrator-safe SVG 1.1 SAMPLE quote post for an approved team member using corrected text. Keeps text and portrait in protected non-overlapping zones, scales portrait prominence proportionally to quote length, contains the full uncropped portrait, embeds it through xlink:href, keeps text editable with packaged installed fonts, verifies the name/title, and always applies Signal Violet emphasis.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNodraft
quoteYesExact quote text without surrounding quotation marks.
personYesSynthetic demo speaker. Read brand://sample/quote-people when the user's name or role needs resolving.
emphasisNoOptional word or short phrase from the quote. The generator highlights one matching meaningful word in Signal Violet; if omitted or invalid, it selects one automatically so emphasis is never missing.
assetBasePathNoOptional asset directory containing the template, portraits, logo, and fonts.
officialLogoHrefNoOptional approved SAMPLE logo reference. Defaults to the packaged violet wide logo used on dark fields.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4.1/5.0
Behavior5/5

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

Far exceeds the annotations by disclosing many behavioral traits: spelling correction and reporting, protected non-overlapping zones, proportional portrait scaling, full uncropped portrait, xlink:href embedding, editable text with packaged fonts, name/title verification, and Signal Violet emphasis. This gives the agent a rich model of what the tool will do.

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 core action is front-loaded and every clause adds a distinct requirement, so the density is justified. The long single sentence is somewhat run-on and could benefit from bullets, but it does not contain fluff or repetition.

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?

Despite no output schema, the description conveys the deliverable type, key layout constraints, editable text, embedded portrait, and visible spelling report. It omits explicit return format/path details and the approval workflow, but schema and annotations cover the parameter and safety dimensions well enough for this complexity level.

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 83%, so most parameter meaning already comes from the schema. The description adds useful context tied to parameters—quote text is corrected, emphasis is always Signal Violet, portrait relates to person—but it does not materially clarify mode, assetBasePath, or officialLogoHref beyond their schema entries.

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?

States a concrete action: correct and visibly report spelling issues, then create a download-ready, Illustrator-safe SVG 1.1 SAMPLE quote post. The verb, resource, and format are all specific, and the 'SAMPLE' plus 'Illustrator-safe SVG' qualifiers distinguish it from generic creation or validation siblings.

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 its use case—creating a sample quote post for an approved team member—and sets clear expectations such as spelling correction and visible report. However, it never explicitly says when to prefer this over create_social_svg or the validators, nor does it state exclusions or approval prerequisites.

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