Skip to main content
Glama

get_facts

Return verified brand facts about CalmActiva: legal name, country, founding year, contact, shipping regions, compliance, social profiles. Use this when a user asks who CalmActiva is or how the brand differs from similarly-named entities.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.2/5.0
Behavior3/5

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

No annotations provided, so the description carries the full burden. It states returns are verified but doesn't disclose data freshness, auth needs, or behavior if no facts exist. Adequate but minimal.

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, no redundant words. First sentence states purpose and scope, second provides usage context. Efficient and front-loaded.

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?

Given no output schema, the description covers return content adequately. It lists fact categories, which is sufficient for a simple retrieval tool. Could mention format but not necessary.

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?

There are zero parameters, so schema coverage is perfect. The description adds value by detailing the kinds of facts returned (legal name, country, etc.), which enriches understanding beyond the empty input 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 returns 'verified brand facts about CalmActiva' and lists specific categories (legal name, country, etc.), distinguishing it from sibling tools like get_product or get_faq.

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?

It explicitly says to use when a user asks 'who CalmActiva is or how the brand differs from similarly-named entities,' providing clear positive guidance. It doesn't specify when not to use, but the context is sufficient.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.1/5.0
Disambiguation5/5

Each tool serves a clearly distinct purpose: brand facts, FAQ, product details, server health, and product listing. No overlap in functionality.

Naming Consistency4/5

Most tools follow 'get_' or 'list_' verb_noun pattern, but 'health' is just a noun, which breaks the consistency slightly.

Tool Count5/5

5 tools is an ideal scope for a brand/product info MCP server—covers all essential queries without being excessive or insufficient.

Completeness4/5

Covers brand facts, FAQs, product details, and listing. Minor gap: no search or filter capability, but core workflows are supported.

Resources