Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

foodpanda_restaurant_reviews

Retrieve a curated sample of customer reviews for a foodpanda restaurant using its restaurant code. Returns author, date, text, and rating to assess public feedback shown on the storefront page.

Instructions

Get a sample of one foodpanda restaurant's customer reviews. Returns a sample of real customer reviews for one restaurant -- author name, publish date, review text, and a 1-5 rating. This is the curated sample the restaurant's own storefront page embeds for search-engine rich results, not the full review corpus a logged-in customer would see in the app; the number returned scales with the restaurant's popularity rather than being a fixed cap, and can be empty for a restaurant with few or no reviews.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeYesRestaurant code, from /foodpanda/search's code field
marketNoDelivery Hero market the restaurant belongs to. Defaults to sg.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.16.2

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations present, the description carries the burden of explaining behavior. It discloses the sampled nature, the curated source for SEO rich results, scaling behavior, and the possibility of an empty result. It doesn't mention rate limits or side effects, but it is clearly a read operation and the caveat about emptiness adds real transparency.

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 front-loads the core action and information returned, then adds scope and caveats. It is a little wordy, but every sentence carries distinct information about the return type, sourcing, volume, and failure mode, so no part is wastefully redundant.

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?

With no output schema, the description compensates by enumerating the returned fields and clarifying edge cases such as scaling size and empty results. It doesn't specify ordering or exact rating format, but for a sample-read endpoint the description is complete enough to guide a correct call.

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?

The input schema already provides 100% description coverage for both parameters, including the provenance of 'code' (from /foodpanda/search) and the default for 'market'. The description adds no extra parameter-level semantics, so the baseline of 3 is appropriate.

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 uses a specific verb 'Get' and identifies the resource as 'a sample of one foodpanda restaurant's customer reviews', then enumerates the exact fields (author name, publish date, review text, rating). This clearly distinguishes it from sibling tools like foodpanda_restaurant or foodpanda_restaurant_menu, which cover restaurant details and menu instead.

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

Usage Guidelines5/5

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

It explicitly contrasts the curated sample with 'the full review corpus a logged-in customer would see in the app', signaling when not to use this tool. It also describes dynamic behavior (number scales with popularity, can be empty), giving the agent a clear expectation for when to invoke it.

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