CalmActiva
Server Details
Realtime CBD product catalog, prices, stock and FAQ from CalmActiva.
- Status
- Healthy
- Uptime
- 100.0% over 40 days
- Last Tested
- Transport
- Streamable HTTP · MCP 2025-03-26
- URL
TDQS
Scored across 5 tools
Each tool serves a clearly distinct purpose: brand facts, FAQ, product details, server health, and product listing. No overlap in functionality.
Most tools follow 'get_' or 'list_' verb_noun pattern, but 'health' is just a noun, which breaks the consistency slightly.
5 tools is an ideal scope for a brand/product info MCP server—covers all essential queries without being excessive or insufficient.
Covers brand facts, FAQs, product details, and listing. Minor gap: no search or filter capability, but core workflows are supported.
Available Tools
5 toolsget_factsAInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
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.
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.
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.
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.
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.
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.
get_faqAInspect
Return CalmActiva's curated CBD FAQ (legality, onset time, lab testing, shipping, brand disambiguation). Use for general CBD/brand questions before falling back to web search.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so the description carries full burden. It describes a read-only, static FAQ retrieval ('curated'). No side effects mentioned, but for a simple information retrieval tool, this is adequate. Could be improved by explicitly stating no side effects or authentication needs.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single sentence, no wasted words. Efficiently communicates purpose, scope, and usage guidance.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no parameters and no output schema, the description adequately explains what the tool returns (curated FAQ on specific topics). Complete for its purpose.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
No parameters expected. The rubric states baseline 4 for 0 parameters. Description adds no parameter info, which is fine.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it returns a curated CBD FAQ and lists specific topics (legality, onset time, lab testing, shipping, brand disambiguation). It distinguishes from siblings by specifying it handles general CBD/brand questions before falling back to web search.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides explicit usage guidance: 'Use for general CBD/brand questions before falling back to web search.' This tells the agent when to use this tool and implies alternatives (web search, likely sibling tools like get_facts or health).
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_productAInspect
Return full detail for a single CalmActiva product by Shopify handle (e.g. 'cbd-olie-10-full-spectrum'). Includes description, images, variants, price, availability.
| Name | Required | Description | Default |
|---|---|---|---|
| handle | Yes | Shopify product handle (slug) |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations, but description lists included fields (description, images, variants, price, availability), indicating read-only behavior. Lacks mention of authentication or rate limits.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single sentence with example, front-loaded with verb and resource. No extraneous information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple retrieval tool with one parameter and no output schema, description adequately covers returned fields. No mention of errors or pagination, but forgivable.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with handle described as slug. Description adds example value and context, improving understanding beyond schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Clearly states it returns full detail for a single product by Shopify handle, with example. Distinguishes from siblings like list_products for listing.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Implies usage for retrieving a single product by handle. Context of sibling tools provides differentiation but no explicit when-not-to-use or alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
healthAInspect
Check whether the CalmActiva MCP server is online.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations exist, so description carries full burden. It indicates a read-only check but provides no details on response format, latency, or what 'online' means. Adequate for a simple health check but could be more explicit.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single sentence, front-loaded, no extraneous words. Every word serves a purpose.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (no params, no output schema, no annotations), the description is mostly complete. However, since there is no output schema, it would benefit from mentioning return type (e.g., boolean or status).
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
No parameters exist (schema coverage 100%), so description adds no param info, which is perfectly adequate. The baseline for zero-parameter tools is 4, and the description is clear.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool checks server online status with a specific verb ('check') and resource ('CalmActiva MCP server online'), distinguishing it from sibling tools that operate on facts, FAQ, products, etc.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies use for verifying server availability before other operations, but lacks explicit guidance on when not to use or recommendations for alternatives. Still clear for its simplicity.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_productsAInspect
List all CalmActiva products with realtime price (EUR) and availability fetched from the Shopify storefront. Use when a user asks what products CalmActiva sells, current prices, or what is in stock.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max number of products to return (default 50) |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must cover behavioral traits. It mentions fetching from Shopify storefront with realtime data, which is helpful. However, it does not explicitly state it is a read-only, non-destructive operation, nor does it discuss pagination or rate limits. Score 3 reflects adequate but not comprehensive transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences long, front-loaded with the core purpose, and every word adds value. It is extremely concise with no wasted content.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the low complexity (one optional parameter, no output schema), the description is sufficiently complete. It specifies what is returned (realtime price and availability) and the data source. A score of 4 is appropriate as it covers the essential context for an agent to use the tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% and the single parameter 'limit' is well-described in the schema (max, min, default). The description adds no extra detail beyond the schema, so baseline score of 3 is justified.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it lists all CalmActiva products with price and availability, distinguishing it from 'get_product' implicitly. However, it does not explicitly differentiate from all siblings like 'get_facts' or 'get_faq', so a score of 4 is appropriate.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides explicit usage contexts: 'when a user asks what products CalmActiva sells, current prices, or what is in stock.' It lacks exclusion criteria or alternatives, such as mentioning 'get_product' for a single product, but the given guidance is clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
5 tool updates
- First observed
get_facts - First observed
get_faq - First observed
get_product - First observed
health - First observed
list_products
Related MCP Connectors
Live cannabis clone inventory, seasonal pricing, CA delivery quotes, cultivar genetics. Read-only.
Read-only IDFMETALE precious-metals catalog: live spot prices, availability, VAT status.
Realtime wig stock, restock ETAs, and cross-brand color matching for AI agents.
Manage a Marea Alcalina storefront from an AI agent: catalog, products, publishing.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables conversational product search and validation for e-commerce catalogs, with hybrid retrieval and live price/stock checks from a database.-
- FlicenseNot gradedqualityBmaintenanceEnables AI agents to search enterprise Auto-ID products and exact SKUs, read live stock and current pricing, and explore variants, accessories, consumables and support relationships through a public read-only endpoint. It also surfaces manuals, firmware, drivers and other verified technical resources from the vendor's support center.-
- FlicenseNot gradedqualityCmaintenanceQuery the official Spanish medicines database (AEMPS CIMA) for authorized medicines, their details, and real-time supply shortage alerts without requiring an API key.-
- AlicenseNot gradedqualityCmaintenanceEnables searching and retrieving data from the Spanish official register of authorised medicines, including medicine details, structured SmPC and patient leaflet text, supply shortages, and regulatory changes over time.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.