Skip to main content
Glama

shopify_list_menus

Read-onlyIdempotent

List Shopify storefront navigation menus and their nested items, with pagination and scope validation to ensure proper access.

Instructions

List storefront navigation menus with their nested items ([{id, handle, title, is_default, items}]). Requires the online-store-navigation scopes; a connection without them returns SHOPIFY_NAVIGATION_SCOPE_REQUIRED (offer a Shopify reconnect).

Args:
    limit: Maximum menus to return (1-250).
    after: Pagination cursor from a previous call's next_cursor.
    project_id: Authenticated Project UUID.
    project_ref: Exact project correlation reference.
    connector_account_ref: Project-bound connector account alias.
    idempotency_key: Stable business-action identity.
    effect: Required and must be read; Spring verifies it.
    approval_ref: Approved platform task UUID when resuming a write.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
afterNo
limitNo
effectYes
project_idNo
project_refNo
approval_refNo
idempotency_keyNo
connector_account_refNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv0.1.1

TDQS

A4.1/5.0
Behavior4/5

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

With readOnlyHint, idempotentHint, and destructiveHint already in annotations, the description adds the online-store-navigation scope prerequisite, the specific error code SHOPIFY_NAVIGATION_SCOPE_REQUIRED, and the reconnect suggestion. It also says effect must be read, which is a useful guardrail. The approval_ref note about resuming a write is mildly odd for a read-only tool but does not contradict the annotations.

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 first sentence is front-loaded and compact, and the Args block is structured and necessary because the schema has no descriptions. It is a bit long but each section earns its place; only minor boilerplate like 'Stable business-action identity' adds little.

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?

The output shape is provided even though an output schema exists, annotations cover the safety profile, and the description covers scopes, failure mode, and pagination. It could be more complete by naming the single-menu alternative or clarifying approval_ref's relevance for read operations, but it is adequate for a simple read tool.

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

Parameters4/5

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

Schema description coverage is 0%, so the Args block is the only source of parameter meaning. It adds real constraints: limit range 1-250, after as a pagination cursor from next_cursor, and the identity/correlation purpose of project and connector fields. Some entries remain generic, but the description compensates well for the empty schema.

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?

The description opens with a specific verb and resource: 'List storefront navigation menus with their nested items', and even includes the returned element shape. This clearly distinguishes it from sibling tools like shopify_get_menu, shopify_create_menu, and shopify_update_menu.

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 states what the tool does and its scope requirement, but it never explicitly names shopify_get_menu as the single-menu alternative or says when not to use this tool. The usage context is implied by the word 'List', but no explicit when/when-not guidance is given.

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/RPasquale/lightbulb-mcp'

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