Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

gymshark_page

Retrieve structured Gymshark page details by page handle. Returns normalized static page data from the Gymshark storefront in clean JSON.

Instructions

Get a Gymshark static page. Returns normalized static page detail for one Gymshark (https://row.gymshark.com) page handle. The storefront URL is fixed server-side.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
handleYesPage handle
Behavior3/5

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

With no annotations provided, the description carries the behavioral disclosure burden. It adds some useful context: the tool returns 'normalized static page detail' and the base URL is fixed server-side. However, it does not disclose the response structure, error behavior for invalid handles, or any rate-limit/auth considerations, which leaves important gaps for a tool with no annotation support.

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, no redundant wording. The core action is front-loaded, and the second sentence adds the normalization detail and the server-side URL constraint without wasting space.

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

Completeness3/5

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

This is a simple single-parameter read tool, and the description covers the input and basic behavior. However, it does not explain how a handle is obtained, what a 'static page' means in this context, or what fields the normalized detail contains, and there is no output schema to compensate. Adequate for a basic call but with noticeable gaps.

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?

Schema coverage is 100%, so the schema already documents 'handle' as a required string. The description adds meaningful value by clarifying that the handle refers to a page handle on a fixed Gymshark storefront URL, implicitly telling the agent not to pass a full URL and that the base is handled server-side.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb and resource: 'Get a Gymshark static page.' It further clarifies that it returns 'normalized static page detail for one Gymshark page handle,' which makes the singular scope clear. However, it does not explicitly distinguish this from the closely related sibling gymshark_pages or other site page tools, so it falls just short of full differentiation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance on when to use this tool versus alternatives like gymshark_pages or gymshark_sitemap_urls. The statement that 'the storefront URL is fixed server-side' is a contextual implementation detail, not usage guidance, and no exclusions or alternative routing are mentioned.

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