Skip to main content
Glama

wafle_stores_update

Idempotent

Update your wafle store's top-level settings: theme color, domain, free shipping threshold, payment methods, and shipping methods. Apply partial changes without altering other fields.

Instructions

Update top-level store fields. Only the fields you pass are changed (PATCH semantics).

Common edits: theme_color, domain, free_shipping_from, payment_methods, shipping_methods. To change pixel/marketing IDs use wafle_pixels_set.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cbuNo
nameNo
slugNoWafle store slug, e.g. 'gamerland' or 'lensitive'.
domainNo
cbu_cuitNo
cbu_aliasNo
cbu_titularNo
theme_colorNo
payment_methodsNoWhitelist of enabled payment methods.
shipping_methodsNoe.g. ['andreani','oca','retiro','gratis']
free_shipping_fromNoSubtotal threshold for free shipping in store currency. 0 disables.
Behavior4/5

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

Annotation gives idempotentHint, and description adds PATCH semantics ('Only the fields you pass are changed') which is valuable beyond the annotation. It also lists common editable fields. No contradiction with annotations.

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 concise, front-loaded sentences. First sentence states action and PATCH semantics; second gives common field examples and an alternative tool. Every word earns its place.

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 the moderate complexity (11 optional params, no output schema), the description covers the essential semantics, common use cases, and an alternative. It lacks mention of return value or settings-related sibling tools, but is otherwise adequate.

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 coverage is only 36%, so description partially compensates by naming common edits (theme_color, domain, free_shipping_from, payment_methods, shipping_methods). However, many parameters (e.g., cbu_cuit, cbu_alias) receive no explanation in either schema or 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?

Description states 'Update top-level store fields' with a specific verb and resource, and clarifies PATCH semantics. It distinguishes from siblings by noting 'top-level' fields and explicitly directing pixel/marketing ID changes to wafle_pixels_set.

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?

Provides clear context with common edit examples and explicitly names wafle_pixels_set as an alternative for pixel IDs. However, it does not explicitly exclude wafle_stores_settings_update or state when not to use the tool.

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/the33warehouse-tech/wafle-mcp'

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