Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

stevemadden_page

Retrieve normalized static page details from Steve Madden's storefront using a page handle. Returns structured product/page data for the specified handle, simplifying web data extraction.

Instructions

Get a Steve Madden static page. Returns normalized static page detail for one Steve Madden (https://www.stevemadden.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?

No annotations are provided, so the description carries the transparency burden. It discloses that the output is normalized and that the storefront URL is fixed server-side, which is useful, but it does not state that the operation is read-only, describe failure modes, or indicate response structure. Some behavioral context exists, but meaningful gaps remain.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three short sentences with the action front-loaded. The first two sentences are slightly redundant ('Get a static page' vs 'Returns static page detail'), but every clause adds some relevant information—purpose, return nature, and the fixed-URL constraint—so there is minimal waste.

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?

For a single-parameter tool with no output schema, the description adequately covers input semantics (handle), return type (normalized static page detail), and a server-side constraint. It is sufficient for selecting and invoking the tool correctly, though it lacks an explicit list of returned fields or a concrete example of a valid handle.

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

Parameters3/5

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

Schema description coverage is 100%—the handle parameter is already documented as 'Page handle', so the baseline applies. The description adds the useful clarification that the URL is fixed server-side, implying the handle is not a URL, but it does not provide further format, slug, or path details.

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?

States a specific verb ('Get') and resource ('static page'), and clarifies it returns normalized detail for a single page handle, which implicitly distinguishes it from the plural stevemadden_pages tool. However, it does not explicitly name or differentiate siblings, so the distinction is left to inference.

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

Usage Guidelines3/5

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

The description implies the tool is for fetching one specific page by handle, and the 'URL is fixed server-side' line signals not to pass a full URL. But it provides no explicit guidance on when to choose this over stevemadden_pages, stevemadden_product, or other page-like sibling tools, and no exclusion criteria.

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