Skip to main content
Glama
The1Studio

squarespace-mcp

by The1Studio

list_orders

List customer orders from your Squarespace store. Filter by fulfillment status or modified date, and paginate through results.

Instructions

List store orders (up to 50 per page, newest-modified first).

Filter with fulfillment_status (PENDING, FULFILLED, or CANCELED) and/or modified_after (ISO-8601 UTC). Page with cursor.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cursorNo
modified_afterNo
fulfillment_statusNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

With no annotations, the description carries all behavioral disclosure: page size (up to 50), sort order (newest-modified first), filter values, and cursor-based pagination. This goes beyond the bare schema and provides actionable details for correct invocation.

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 two concise sentences, front-loaded with the primary purpose. Every piece of information (filters, pagination, ordering) serves a clear function without redundancy.

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?

The description fully covers the tool's behavior: listing, filtering options, pagination mechanism, and ordering. With an output schema present, the description does not need to explain return fields. It is complete for an agent to invoke the tool correctly.

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?

The schema has no descriptions, but the description explains all three parameters: fulfillment_status with its allowed values, modified_after with ISO-8601 format, and cursor for pagination. This fully compensates for the 0% schema 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?

The description clearly states 'List store orders' with a specific verb and resource, and differentiates from siblings like get_order (single order) and list_transactions (transactions vs orders). It adds pagination and ordering context, making the tool's purpose unmistakable.

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?

It provides clear context for when to use the tool (listing orders with optional filters and pagination) and explains the filter semantics. It does not explicitly mention exclusions or alternatives, but the context is sufficiently clear to guide the agent.

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