Skip to main content
Glama

brand_truth_list

Retrieve and filter a brand's stored truths—atomic facts that ground content generation. Adjust output detail and filter by type, persona, tags, or free-text query.

Instructions

List the brand's stored brand truths (atomic facts/observations used to ground generation). short {id,name,type,pinned}; medium adds personaScope+tags+summary+timestamps; full = raw. Filter by type, personaScope, tags (array or comma-separated), or a free-text query.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoFilter by tags. Accepts an array (['pricing','tone']) or a comma-separated string ('pricing,tone').
typeNoFilter by truth type.
limitNoMax number of entries to return.
queryNoFree-text search across truth name/content.
detailNoVerbosity of returned item(s): "short" = id + primary label + status (cheap list scan); "medium" = key summary fields + counts (a useful glance); "full" = the complete object. Default "short". Lists default to "short" — to zoom into one item, call its get/view tool with detail="medium" or "full".short
brandIdNoBrand ID (defaults to active brand)
personaScopeNoFilter by persona scope.
Behavior4/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 reveals the different output detail levels (short, medium, full), the default behavior (short), and the tag filter's flexibility (array or comma-separated). It does not mention pagination or latency, but for a list tool the provided behavioral details are solid.

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 description is dense but efficient, packing purpose, output format details, filtering options, and a usage pointer into two sentences. It is front-loaded with the primary action and resource, and every clause earns its place. Slightly longer than ideal but still concise.

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 list tool with 7 optional parameters and no output schema, the description is substantially complete: it explains the three detail levels, default behavior, filtering dimensions, and directs to the get tool for full item details. It lacks explicit notes on sorting or pagination, but these are not part of the schema and the essentials are covered.

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?

The schema covers all 7 parameters with detailed descriptions, so the baseline is 3. The description adds genuine value by explaining what each detail level returns (e.g., 'short {id,name,type,pinned}') and clarifying the tags parameter's dual array/comma-separated format, which goes beyond the schema's own description.

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 that the tool lists the brand's stored brand truths and defines them as 'atomic facts/observations used to ground generation'. It specifies the verb 'list' and the resource, and differentiates from sibling tools by explaining the output detail levels and the guidance to use a get/view tool for full details on one item.

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: it's for listing brand truths with optional filters, and explicitly notes that lists default to 'short' and that to zoom into one item you should call the get/view tool with detail='medium' or 'full'. It stops short of naming the exact sibling tool (brand_truth_get), but the guidance is unambiguous enough to steer usage.

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/bitsandtea/postking-mcp'

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