Skip to main content
Glama
eyalbarash
by eyalbarash

cigchat_shop_business_hours_update

Update store business hours by specifying day, open/close options, and time slots. Supports single or double opening periods per day.

Instructions

Update store business hours. id, available values: 1, 2, 3, 4, 5, 6, 7 name, available values: Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday option, available values: open, close, open_1, open_2 start, required if option is open_1 or open_2, available values: between 00:00 and 23:45, stepping by 00:15 end, required if option is open_1 or open_2, available values: between 00:00 and 24:00, stepping by 00:15 start_2, required if option is open_2, available values: between 00:00 and 23:45, stepping by 00:15 end_2, required if option is open_2, available values: between 00:00 and 24:00, stepping by 00:15 [PUT /shop/business-hours/update] Requires the "Manage Team" scope on the token.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes
Behavior3/5

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

With no annotations, the description discloses the PUT method, the required 'Manage Team' scope, and detailed parameter constraints including conditional requirements and value ranges. However, it does not clarify whether the update replaces existing hours or merges with them, nor does it describe response behavior or side effects.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single run-on sentence with comma-separated fields, making it hard to parse. It front-loads the purpose but then dumps all parameter rules without any structural organization, reducing readability.

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

Completeness2/5

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

The description covers many constraints (enumerations, time ranges, conditional requirements) and mentions authentication, but it omits the actual request structure (the 'data' array wrapper) and the semantics behind option values. There is no output schema, and the description does not discuss return values or failure scenarios, leaving the tool incomplete in context.

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

Parameters2/5

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

The description adds significant value by listing allowed values for id, name, option, and time ranges, plus conditional requirements for start/end fields. However, it presents these as flat parameters while the actual schema requires a 'data' array containing objects, which is a critical mismatch that could lead to invalid invocation. The meanings of 'open' vs 'close' are also left unexplained.

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 clearly states 'Update store business hours,' identifying the action and resource directly. It does not explicitly differentiate from the related read tool 'cigchat_shop_business_hours_info' or other update tools, but the verb and resource are specific enough to convey 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 Guidelines2/5

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

No explicit guidance is given on when to use this tool versus alternatives, such as using the info tool for retrieving current hours. The verb 'Update' implies modification, but there is no mention of exclusions, prerequisites, or comparisons to sibling tools.

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/eyalbarash/cig-chat-mcp'

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