Skip to main content
Glama
valentil

FeatureBoard MCP Server

by valentil

Get project branding

get_branding
Read-only

Retrieve your project's brand kit—name, tagline, colors, logo, font—with a ready-to-use generation instruction and CSS variables. Call this before creating branded assets to maintain consistency and identify missing fields.

Instructions

Return the project's brand kit — name, tagline, words, voice, colors, logo, font — plus a ready-to-inject generation instruction, a CSS :root cssVars snippet for web, and which fields are still missing. Call this before generating any branded asset to stay consistent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectYes
Behavior4/5

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

Annotations already indicate readOnlyHint=true. The description adds value by detailing the return payload (brand kit fields, generation instruction, CSS snippet, missing fields), which is beyond what annotations provide. No contradictions.

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?

Two sentences, front-loaded with key components, no filler. First sentence lists output, second gives usage advice. Every sentence earns its place.

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 sufficiently outlines the rich return structure (brand kit, instruction, CSS, missing fields). It covers what's needed for the intended use case, though could hint at error conditions or format nuances.

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?

With 0% schema description coverage, the description must compensate but does not explain the 'project' parameter (e.g., ID vs. name). It merely says 'the project's brand kit,' which is vague. Additional detail is needed.

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 returns the project's brand kit, listing specific components. It also distinguishes it from the sibling write tool 'set_branding' by saying 'Call this before generating any branded asset,' implying read-only retrieval for consistency.

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: use before generating branded assets for consistency. However, it does not explicitly exclude alternative tools or mention when not to use, missing a chance to differentiate from 'set_branding'.

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/valentil/featureboard-mcp'

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