Skip to main content
Glama
The1Studio

squarespace-mcp

by The1Studio

list_inventory

Audit inventory stock levels across variants. Lists 50 items per page; use cursor to page through for complete stock overview.

Instructions

List inventory items (stock levels) across variants, 50 per page.

Use to audit stock. Page forward with cursor from the prior response.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cursorNo

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 burden. It discloses pagination behavior ('50 per page' and 'Page forward with cursor from the prior response'). The 'List' verb implies read-only, but an explicit safety statement would have been stronger.

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?

Two sentences, front-loaded with the primary action, no redundancy. Every phrase adds value.

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?

For a simple list tool with one optional parameter and an output schema, the description is sufficient. It covers resource, scope, pagination, and intended use without needing additional details.

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?

The schema has zero description coverage for the cursor parameter, but the description explicitly explains that cursor is used for pagination and comes from the prior response, adding meaningful semantics beyond the schema's bare type definition.

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 inventory items (stock levels) across variants with a specific verb and resource. It distinguishes from siblings by focusing on multi-variant stock listing rather than single-item retrieval (get_inventory) or other list types (list_products).

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 audit stock' gives a clear use case. It does not explicitly mention alternatives or exclusionary conditions, but the context is adequate for a listing tool.

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