Skip to main content
Glama

brand_ingest_assets

Scan and catalog brand assets in .brand/assets/ directories to inventory files and identify missing MANIFEST.yaml entries, or add metadata like descriptions and usage context to specific files.

Instructions

Scan and catalog brand assets (illustrations, stickers, patterns, icons) in .brand/assets/. Mode 'scan' (default) inventories all asset directories and identifies files missing from MANIFEST.yaml. Mode 'tag' adds metadata to a specific file: description, usage context, and theme compatibility. Use after adding asset files to .brand/assets/ subdirectories. Returns directory summaries and untagged file lists.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoOperation mode: "scan" to catalog assets, "tag" to add metadata to a specific filescan
fileNoFile to tag, relative to .brand/assets/ (e.g. "illustrations/hero-abstract-01.png"). Required in tag mode.
descriptionNoHuman-readable description of the asset
usageNoUsage context (e.g. "hero sections", "blog headers", "social media")
themeNoWhich theme context this asset works inboth
typeNoAsset type override (e.g. "illustration", "sticker", "pattern", "icon")
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It does well by explaining what the tool does in each mode and what it returns ('directory summaries and untagged file lists'), but it doesn't mention important behavioral aspects like whether this operation is read-only or mutating, what permissions might be required, or how errors are handled. The description provides basic operational context but lacks depth on behavioral traits.

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?

The description is perfectly structured and concise - three sentences that each earn their place. The first sentence establishes the dual-mode purpose, the second explains when to use the tool, and the third describes the return value. There's zero wasted language and the most important information (what the tool does) is front-loaded.

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 tool with 6 parameters, no annotations, and no output schema, the description provides adequate but incomplete context. It explains the tool's purpose and basic usage well, but doesn't fully compensate for the lack of behavioral transparency or output documentation. The description is complete enough to understand what the tool does at a high level, but leaves gaps in understanding the full operational context.

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?

With 100% schema description coverage, the baseline is 3 even without parameter details in the description. The description does add some value by explaining the purpose of the two modes ('scan' inventories assets and identifies missing files, 'tag' adds metadata) which complements the schema's parameter descriptions, but it doesn't provide additional semantic context beyond what's already documented in the schema.

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 clearly states the tool's purpose with specific verbs ('scan and catalog', 'adds metadata') and resources ('brand assets', 'illustrations, stickers, patterns, icons', '.brand/assets/'). It distinguishes this tool from siblings by focusing on asset management rather than auditing, building, or extraction functions mentioned in sibling names.

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 description provides clear context for when to use the tool ('Use after adding asset files to .brand/assets/ subdirectories') and explains the two modes ('scan' for inventory, 'tag' for metadata addition). However, it doesn't explicitly state when NOT to use this tool or name specific alternatives among the many siblings, which prevents a perfect score.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Brand-System/brandsystem-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server