Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

ohpolly_page

Retrieve normalized static page details for an Oh Polly page by providing its handle. Returns structured JSON data for the specified page on ohpolly.com.

Instructions

Get a Oh Polly static page. Returns normalized static page detail for one Oh Polly (https://www.ohpolly.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 burden of behavioral disclosure. It mentions normalization and a fixed server-side storefront URL, which adds some useful context about output behavior. However, it does not describe pagination, potential errors, rate limits, or whether the response includes limited or full page content.

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 compact and front-loaded: the purpose appears in the first sentence, and the normalization and fixed URL details are delivered in two short sentences without wasted words.

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?

For a simple single-parameter lookup tool, the description is reasonably complete, but it lacks guidance on where handles come from or how to discover available handles, and it does not mention output shape since no output schema exists. Still, the tool is simple enough that the gap is moderate, not severe.

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 coverage is 100% and the lone parameter 'handle' is described as 'Page handle' in the schema. The description restates that the tool works by page handle but adds no extra meaning beyond the schema, so a baseline 3 is appropriate.

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 states a specific verb and resource: 'Get a Oh Polly static page' and clarifies it returns normalized detail for one page handle. It is clear enough to identify the tool's function, though it does not explicitly distinguish it from sibling tools like ohpolly_pages or ohpolly_collections.

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 usage by naming the resource (static page for a handle) but provides no explicit guidance on when to use this tool versus siblings such as ohpolly_pages. The fixed storefront URL note gives some context but does not state exclusions or selection 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