Skip to main content
Glama
The1Studio

squarespace-mcp

by The1Studio

list_products

Retrieve store products with filters for modified date, type, or keyword, and paginate through results using a cursor, up to 50 per page.

Instructions

List store products (Products v2; up to 50 per page).

Use to browse the catalog. Filter with modified_after / modified_before (ISO-8601 UTC, e.g. 2024-01-01T00:00:00Z), type (PHYSICAL | SERVICE | GIFT_CARD | DIGITAL), or query (free-text search). Page forward with cursor from the previous response's pagination.nextPageCursor — send cursor ALONE, it cannot be combined with the filters.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNo
queryNo
cursorNo
modified_afterNo
modified_beforeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses key behavioral traits: pagination limit (up to 50 per page), cursor-based pagination mechanics, and a critical constraint that cursor cannot be combined with filters. It also specifies ISO-8601 UTC format for date parameters. This is strong transparency, though it doesn't explicitly state read-only nature or rate limits.

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 succinct yet packed with necessary details. It front-loads the primary purpose, then uses structured bullet-like formatting for filters and pagination. Every sentence earns its place, with no filler or repetition.

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

Completeness5/5

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

Given the tool's complexity (5 optional params, pagination, no annotations) and presence of an output schema, the description is complete. It covers the main use case, all filter options with formats, pagination behavior, and the cursor constraint. No critical operational guidance is missing.

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

Parameters5/5

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

Schema description coverage is 0%, but the description fully compensates by explaining every parameter: modified_after/modified_before with format and example, type with allowed values (PHYSICAL | SERVICE | GIFT_CARD | DIGITAL), query as free-text search, and cursor usage with a caveat. This adds substantial meaning beyond the raw 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 begins with 'List store products', a specific verb+resource construction that clearly states the tool's function. It distinguishes itself from sibling tools like get_product (singular retrieval) and other list_* tools by focusing on products. Mentioning 'Products v2' adds version context.

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?

The phrase 'Use to browse the catalog' provides a clear general context. The description gives concrete usage guidance for filters and pagination, but it does not explicitly name alternatives (e.g., 'for a single product, use get_product') or state when not to use this tool, so it falls short of a 5.

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/The1Studio/squarespace-mcp'

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