Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

allbirds_store

Get normalized Allbirds store metadata. Uses credential-free Shopify storefront JSON and automatically falls back to discovered domains if needed.

Instructions

Get Allbirds store metadata. Returns normalized storefront metadata for Allbirds (https://www.allbirds.com), sourced from credential-free storefront JSON. This endpoint is a brand-pinned wrapper around the generic Shopify store family: the storefront URL is fixed server-side, so no url parameter is accepted. If the vanity domain blocks /products.json, the service may fall back to a public *.myshopify.com domain discovered from the storefront page, or to the storefront's own embedded page data for storefronts that expose neither.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It reveals the data source (credential-free storefront JSON), the fixed server-side URL, and a detailed fallback chain if the vanity domain blocks `/products.json`, including falling back to a discovered `*.myshopify.com` domain or embedded page data. It does not detail the exact fields within the returned metadata, but it is substantially transparent about how the tool operates.

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?

Four sentences, each carrying essential information: purpose, data source, relationship to the generic Shopify family, parameter restriction, and fallback behavior. It is front-loaded with the primary purpose and contains no filler or repetition.

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 tool is a simple zero-parameter, brand-pinned endpoint, and the description covers its purpose, data source, credential-free nature, and fallback resolution. The only gap is that the exact contents of 'store metadata' are not enumerated, but since there is no output schema and the term is reasonably informative, this is a minor shortfall for invocation purposes.

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 input schema is empty and there are zero parameters, so the baseline is 4. The description adds meaningful parameter-related context by explicitly stating that no `url` parameter is accepted because the URL is fixed server-side, preventing an agent from attempting to pass one. This goes beyond the schema and earns a 5.

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 clear verb and resource ('Get Allbirds store metadata') and then identifies the exact brand URL and the fact that this is a brand-pinned wrapper around the generic Shopify store family. This differentiates it from both the generic shopify_store and the many other allbirds_* sibling tools (e.g., allbirds_products, allbirds_collections, allbirds_sitemaps), leaving no ambiguity about what the tool does.

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 description states that this is a brand-pinned wrapper with the storefront URL fixed server-side and that no `url` parameter is accepted, effectively indicating when to use this tool (Allbirds) versus the parametric generic Shopify store family. It does not explicitly name alternative tools or give an explicit when-not-to-use statement, so it falls slightly 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/Crawlora-org/crawlora-mcp'

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