Skip to main content
Glama

Brand book: lane, voice rules, banned words, goals — persistent across sessions

brand
Idempotent

Set and retrieve account constraints—voice rules, banned phrases, content lane, and goals—then check drafts against them to keep posts on-brand.

Instructions

Free, local. The account's operating constraints that every session/agent should share: topical lane (the ranker keys on a consistent author identity + content neighbourhood), voice rules, banned words/phrases (draft_check and publish flag them), and goals (followers by date, originals per week) that insights/report track. Actions: get · set (merge) · check (a draft against the book).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
laneNo
textNocheck: the draft
goalsNo
voiceNoReplace the voice rules.
actionYes
bannedNoReplace the banned list.
add_voiceNo
add_bannedNo
Behavior4/5

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

The description adds behavioral details beyond annotations, such as 'set (merge)' indicating merge semantics, and notes that banned words are 'flag[ged]' by draft_check and publish. It also mentions persistence and local/free attributes. These go beyond the boolean annotations (readOnlyHint:false, idempotentHint:true, destructiveHint:false) without contradiction.

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 three sentences long yet packs in free/local, persistence, the list of constraints, relationships to other tools, and the three actions. Each clause adds value, and the structure flows from high-level purpose to specific actions. No wasted words.

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 tool with nested goals and multiple arrays, the description covers the main aspects: what the brand book contains, that it persists, and the three actions. It does not describe the return format of 'check', but with no output schema required and the low-level schema having moderate documentation, this is acceptable. The description is largely complete for an agent to understand when and how to use the tool.

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

Parameters4/5

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

With schema coverage at only 38%, the description compensates by explaining the 'set (merge)' behavior, the roles of banned words and goals (e.g., 'followers by date, originals per week'). It also clarifies that 'check' takes a draft as input, mapping to the 'text' parameter. This adds meaning beyond the raw schema properties.

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 manages the 'account's operating constraints' including lane, voice, banned words, and goals, and lists explicit actions (get, set, check). It distinguishes itself from siblings like draft_check and publish by positioning itself as the persistent brand book that those tools reference. This is a specific verb+resource with clear scoping.

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?

Context is provided that the brand book is used by 'draft_check and publish' and that goals are tracked by 'insights/report'. The description implies when to use this tool (e.g., to set or check brand constraints) but does not explicitly state when-not or mention alternatives. It gives clear context without exclusions, so a 4 is appropriate.

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/rthomas24/x-mcp'

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