Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

fiveguys_search

Find Five Guys restaurants by entering a city, zip, address, or landmark. Returns complete location details including hours, services, and order links.

Instructions

Search Five Guys restaurants by free-text location. Returns Five Guys restaurants matching a free-text location query -- a city, a zip/postal code, a street address, or a landmark -- the same way restaurants.fiveguys.com's own locator search box works. Yext's own query understanding geocodes the text server-side, so no separate geocoding call is needed. Each result carries a full profile: a short area/plaza label distinguishing it from other locations, address, phone, weekly in-store hours plus a separate delivery-hours schedule when published, price tier, restaurant-amenity labels (e.g. Takeout, Dine In, Curbside), pickup/delivery service labels, order/delivery/menu URLs, a Google Place id, and distance in miles/kilometers from the resolved query location. total_results reports how many restaurants matched overall, usually more than one page; use offset to page. A query that resolves to nowhere Five Guys operates returns an empty list rather than an error.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum restaurants to return, 1-50 (default 10)
queryYesFree-text location: a city, a zip/postal code, a street address, or a landmark
offsetNoResult offset for paging through total_results (default 0)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.16.2

TDQS

A3.8/5.0
Behavior4/5

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

There are no annotations, so the description carries the full behavioral burden. It discloses valuable non-obvious behaviors: server-side geocoding, detailed result profile contents, pagination via total_results/offset, and the empty-list-returned instead of error for unresolved queries. A genuine search tool with this much disclosed behavior scores strongly, though it could additionally mention latency, auth, or rate-limit behavior.

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 long but every sentence earns its place: accepted query scope, geocoding behavior, result contents, paging, and the edge case. It front-loads the core action, adds behavior, then the return envelope, making it structured and readable enough for a description that must compensate for a missing output schema.

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

Completeness5/5

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

With no output schema and no annotations, this description delivers thorough context. It covers query semantics, server-side handling, exactly what fields each result carries, how pagination works, and the empty-results edge case. An agent has enough to choose this tool, call it, and interpret the response without additional guessing.

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%, so all parameters already have explanatory descriptions, which sets a baseline of 3. The tool description adds useful constraints (query geocoded server-side, limit range, paging semantics) but does not fundamentally change parameter meanings beyond the schema. With complete schema coverage, this is exactly the expected baseline score.

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: search Five Guys restaurants by free-text location, and it enumerates accepted query forms (city, ZIP, address, landmark) and clarifies that it mirrors the brand's own locator search. It helps an agent understand the tool, but it does not explicitly differentiate from closely related siblings like fiveguys_nearby, fiveguys_store, or fiveguys_directory.

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 gives clear contextual guidance that this tool accepts free-text location and geocodes it server-side, so no separate geocoding call is needed. However, it never says when to prefer or avoid this tool over sibling alternatives, and it offers no exclusions, so usage guidance is implied rather than explicit.

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