Skip to main content
Glama

Create product

create_product

Create an Upmind product with sensible defaults, hidden from clients unless ordering is enabled. Use extra fields for additional product settings.

Instructions

Create a new product in a category. Sensible defaults: single product, single-option order type, monthly billing. Use "extra" for any additional Upmind product fields (see docs endpoint PostAdminProducts). PRODUCTION: creates a live product (hidden from clients unless clients_can_order is true).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesProduct name
extraNoAdditional raw fields passed through to the API
brand_idYesBrand UUID
category_idYesCategory UUID
descriptionNo
hide_catalogNo
clients_can_orderNoDefault false
short_descriptionNo
available_for_salesNoDefault false
billing_cycle_monthsNoDefault billing cycle in months (default 1)
provision_blueprint_idNoProvision blueprint UUID
max_order_billing_cycleNoMax billing cycle in months (default 12)
Behavior4/5

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

Beyond the annotations (readOnlyHint=false, destructiveHint=false), the description discloses that this creates a live production product hidden from clients unless clients_can_order is true. It also explains default behaviors (single product, single-option order type, monthly billing), adding significant behavioral context.

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?

Three sentences with no filler: the main action, defaults, extra parameter guidance, and production warning. Each sentence earns its place and the most important information is 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 there is no output schema, the description doesn't specify return values, but it does cover core behavior, defaults, and production implications. It's reasonably complete for an agent to invoke the tool, though it omits error scenarios or prerequisites beyond the schema's parameter descriptions.

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 75% schema coverage, the description goes further by clarifying that 'extra' can pass through any Upmind product fields, and it explains the practical effect of clients_can_order. It also contextualizes billing defaults, adding value beyond the schema's individual parameter descriptions.

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 opens with 'Create a new product in a category,' a specific verb-object-resource pairing. It clearly distinguishes from sibling operations like update_product and duplicate_product by stating a creation action.

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 that this tool is for initial product creation, and the mention of 'sensible defaults' and 'PRODUCTION' helps set expectations. However, it does not explicitly mention alternatives or when not to use the tool, so it doesn't fully reach the 'explicit when/when-not' bar.

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/spidyhost-crm/upmind-mcp-server'

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