Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

otto_search

Search Otto.de's product catalogue with a keyword and retrieve product cards. Use offset values (0, 109, 218, ...) to navigate through paginated results.

Instructions

Search Otto.de products. Searches Otto.de's public catalogue and returns the server-rendered product cards. offset advances by Otto's fixed 109-card page size; valid values are 0, 109, 218, and so on.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qYesProduct search keyword
offsetNoResult offset; non-negative multiple of 109

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.16.2

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations, the description carries the full burden. It meaningfully discloses pagination behavior, specifying a fixed 109-card page and valid offset values, and reveals the return format as server-rendered product cards. It does not mention authentication or rate limits, but for a simple search tool the provided transparency is substantial.

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?

The description is concise and front-loaded with the core purpose, followed by pagination details. There is minor redundancy between the first and second sentences, but every sentence carries useful information and there is no fluff.

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 search tool with just two parameters, the description covers the query semantics, result format, and pagination rules. A small gap is the lack of mention of what happens when no results are found, but this is not critical for correctly invoking the tool.

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 already describes both parameters, and the description adds value on the offset parameter by explaining why the 109 multiple constraint exists (fixed page size) and providing concrete examples (0, 109, 218). This goes beyond a simple restating of the schema.

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 specific verb and resource, 'Search Otto.de products', and adds context about the public catalogue and server-rendered product cards. This clearly distinguishes it from related siblings like otto_categories and otto_product.

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?

The description states what the tool does but offers no explicit guidance on when to choose it over alternatives, such as using otto_categories for browsing categories or otto_product for a single product. Usage context is only implied, with no conditions or exclusions provided.

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