Skip to main content
Glama
diklaaltman91-ux

ai.studio/woocommerce-gold

gold_wc_categories_bulk

Create up to 50 missing product categories in one API call. Bulk add categories with SEO meta to scale WooCommerce taxonomy management.

Instructions

Ensure 1-50 product CATEGORIES exist in one call (creates missing only) — SEO tagging at scale. PAID ONLY PRO $29.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
namesYes
confirmNomust be CONFIRM to execute
Behavior3/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 discloses three meaningful traits: idempotent semantics ('creates missing only'), batch limits (1-50), and a paid entitlement prerequisite ('PAID ONLY PRO $29'). It does not disclose error behavior, whether duplicate names in the array are handled, or whether creation is atomic for the whole batch — notable gaps for a mutation tool.

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 delivers the purpose, the batch constraint, the idempotency behavior, and the entitlement requirement in a single compact sentence, with the core semantics front-loaded. The 'PAID ONLY PRO $29' suffix is arguably marketing fluff but carries operational entitlement information, so it earns some keep.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple 2-parameter tool with no annotations and no output schema, the desription covers the essential invocation details — what to pass, batch size, idempotent behavior, and entitement. Missing are expected return values and failure modes, which are more consequential given the absence of an output schema to fill that gap.

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

Parameters3/5

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

Schema description coverage is 50% (confirm is documented, names is not). The description compensates partially by clarifying that names holds product CATEGORY names and that the valid count is 1-50. It adds no detail on string format, case sensitivity, or what happens with duplicate names. The confirm parameter is adequately covered by its schema description and enum.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific verb+resource: 'Ensure 1-50 product CATEGORIES exist' with the clarifying behavior 'creates missing only'. This clearly identifies it as an idempotent bulk category-creation tool, distinguishable from siblings like gold_wc_coupons_bulk and gold_wc_variations by resource type. The 'PAID ONLY PRO $29' tagline is noise but does not obscure the core purpose.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage context — use this when you need to ensure multiple categories exist without creating duplicates ('creates missing only') and when doing SEO tagging at scale. However, it does not name any alternatives or state when not to use it, such as when updating existing category metadata or creating a single category, which would be covered by other tools in the sibling set.

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/diklaaltman91-ux/09-woocommerce'

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