Skip to main content
Glama
untitled-developers

Kockatoos Shopify MCP Server

list_pages

Retrieve online store pages with filtering by title, handle, published status, and date ranges to manage content efficiently.

Instructions

List online store pages (e.g. About Us, Contact, policy pages). Supports filtering by title, handle, published status, and date ranges. Requires read_content or read_online_store_pages access scope.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of pages to return (1–250). Default: 50.
afterNoCursor for forward pagination (from previous response pageInfo.endCursor).
queryNoFilter query. Supports: title:<text>, handle:<handle>, published_status:published|unpublished, created_at:>'2024-01-01', updated_at:<now, id:>=1234.
sort_keyNoField to sort by. Default: ID.
reverseNoReverse sort order.
Behavior3/5

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

No annotations are provided, so the description carries the burden. It states the tool lists pages and supports filtering, implying a read operation, but does not explicitly disclose read-only behavior, pagination, or potential 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.

Conciseness5/5

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

The description is concise with two sentences, front-loading the purpose and adding necessary details without wasted words.

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 description covers main capabilities and required scopes, but lacks mention of pagination behavior or return format, which would be helpful given no output 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%, so baseline is 3. The description adds a summary of filter capabilities, but it largely repeats what the schema already provides without adding significant new meaning.

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 clearly states the tool lists online store pages with specific examples, distinguishing it from sibling tools like get_page and other list tools for different resources.

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 mentions required access scopes but does not provide explicit guidance on when to use this tool versus alternatives like get_page for single pages or other list operations.

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