Skip to main content
Glama

Us Auctions Search

us_auctions_search
Read-onlyIdempotent

Search live US auction lots across every source Pipeworx indexes — commercial auction houses (HiBid: ~1,900 US auctioneers, industrial liquidations, estate and equipment sales) and government surplus/seized/tax-deed sales (GovDeals, AllSurplus, PublicSurplus, Bid4Assets, IRS). Filter by free-text keyword (matched on the lot title, e.g. "forklift", "excavator", "F-150"), 2-letter state, asset_type (vehicle|equipment|realestate|electronics|other), segment (commercial|government), auction_house, max_price and closing_within_hours — or search geographically with near_zip + radius_miles ("forklifts within 50 miles of 94402"), which returns lots ordered by distance. Keyword search is full-text over the lot title AND description, so "cnc lathe" finds a lot titled "Haas TL-1" whose description says CNC lathe. Returns each lot with source, title, selling house, location, current bid, close time and a link. For what things actually SOLD for, use us_auctions_sold_comps instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax lots (1-100, default 25).
stateNo2-letter state code of the item location, e.g. "CA", "TX".
sourceNoRestrict to one source: hibid | govdeals | allsurplus | publicsurplus | bid4assets | irs | txauction.
keywordNoFree-text matched (case-insensitive) against the lot title, e.g. "forklift", "skid steer", "mac pro".
segmentNoRestrict to one half of the market: government | commercial. Omit for both.
near_zipNoUS 5-digit ZIP to search around, e.g. "94402". Combine with radius_miles for "what is up for auction near me". Results come back ordered by distance and carry distance_miles.
max_priceNoOnly lots whose current bid is at or below this. Note that a lot with no bids yet has no current bid and is excluded.
asset_typeNoOne of: vehicle | equipment | realestate | electronics | other.
radius_milesNoRadius around near_zip, in miles (1-500, default 50). Ignored unless near_zip is given.
auction_houseNoSelling auctioneer, matched as a substring, e.g. "Silicon Valley Disposition".
closing_within_hoursNoOnly lots closing within this many hours from now.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

Beyond the readOnlyHint, openWorldHint, idempotentHint, and non-destructive annotations, the description discloses meaningful behavior: keyword matching covers both lot title and description, geographic results are distance-ordered, and each result includes source, title, house, location, current bid, close time, and a link. It also explains the full indexed source universe. No annotation contradiction exists.

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 dense yet efficient, front-loading the core purpose before explaining filters, behavior, return fields, and the sibling alternative. Every sentence earns its place, and the length is justified by the tool's 11-parameter surface.

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 a high-parameter tool, the description still covers the source universe, all major filtering modes, full-text matching behavior, result ordering, return fields, and the sold-price alternative. An agent can invoke the tool and predict its response meaningfully without additional clarification.

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?

Schema coverage is 100%, so the baseline is 3, but the description adds practical meaning beyond the schema: concrete keyword examples, the full-text-over-description nuance, the meaning of segment as commercial vs government, and a geographic search example. It does not deeply elaborate every parameter, but it helps an agent choose values effectively.

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 live US auction lots across every source Pipeworx indexes,' and then enumerates the source families and filter dimensions. It also explicitly distinguishes itself from us_auctions_sold_comps by directing sold-price queries to that sibling, so an agent can tell the tools apart.

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

Usage Guidelines4/5

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

The description clearly names us_auctions_sold_comps as the alternative when actual sold prices are needed, and it lays out distinct usage modes: keyword filtering, structured filters, and proximity search with near_zip + radius_miles. It does not contrast with every sibling such as us_auctions_closing_soon, but the primary use case and the key substitution are unambiguous.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.