Skip to main content
Glama
AbbottDevelopments

Shopmonkey MCP Server

update_canned_service

Update an existing canned service template by ID to adjust pricing, bookability, and other service settings.

Instructions

Update an existing canned service template by ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe canned service ID to update
nameNoUpdated name
expressNoWhether this is an express service
lumpSumNoWhether to display as a lump-sum price
pricingNoPricing model: FixedPrice or LineItem
bookableNoWhether customers can book this service online
descriptionNoUpdated description
recommendedNoWhether to show as recommended
fixedPriceCentsNoUpdated fixed price in integer cents

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.1.1

TDQS

B3.2/5.0
Behavior2/5

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

No annotations and description does not disclose side effects, partial-update behavior, missing-id handling, or return value; only states action.

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?

Single clear sentence with no filler; action and object front-loaded.

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?

For a 9-param mutating tool with no output schema or annotations, description lacks update semantics, error behavior, and return details, so not complete.

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 descriptions cover all 9 parameters with basic meanings; description text adds no detail beyond 'by ID', so at baseline for full coverage.

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?

Verb 'Update' plus resource 'canned service template' and 'by ID' clearly states action and object; distinguishes from create/delete/list siblings.

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 guidance on when to use vs create/delete/list alternatives, no prerequisites or conditions for updating.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.