Skip to main content
Glama
untitled-developers

Kockatoos Shopify MCP Server

create_menu

Create a navigation menu for your Shopify online store by specifying title, handle, and items with nested sub-items up to 3 levels deep.

Instructions

Create a new navigation menu for the online store. Requires write_online_store_navigation access scope.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesThe menu's title.
handleYesUnique handle for the menu (e.g. 'sidebar-menu').
itemsYesList of menu items. Each item can have nested sub-items up to 3 levels deep.
Behavior2/5

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

No annotations are provided, so the description carries full burden. It only mentions creation and required scope, but fails to disclose other behavioral traits such as side effects, limits, or return behavior.

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 sentence concisely conveys the purpose and a key requirement. No unnecessary words.

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?

Given no output schema and no annotations, the description lacks important context such as what is returned on success, error conditions, or details about the nested items structure beyond schema.

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 100%. The description does not add meaning beyond what the schema already provides for the three required parameters.

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 clearly states 'Create a new navigation menu for the online store.' It is a specific verb-resource combination that distinguishes from sibling tools like update_menu and delete_menu.

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?

Mentions the required access scope 'write_online_store_navigation', but does not explicitly state when to use this tool over alternatives. However, the context of creation is implicit and clear.

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/untitled-developers/shopify-mcp'

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