Skip to main content
Glama

Us Auction Events

us_auction_events
Read-onlyIdempotent

Upcoming US auction EVENTS — the sales themselves rather than individual lots ("Synthetic Fuels Company plant liquidation, 271 lots, Aug 28, Fremont CA"). Use this to answer "what auctions are happening near me next week" or "what is this auction house selling". Filter by state, keyword (sale title), auction_house, and a closing date range. Returns each sale with its house, location, lot count, local sale date and a link. Sale dates are the auctioneer's LOCAL calendar date — upstream publishes them without a timezone, so a precise instant is not available at the sale level; individual lot close times (us_auctions_closing_soon) are exact.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax sales (1-100, default 25).
stateNo2-letter state code where the sale is held.
keywordNoFree-text matched against the sale title, e.g. "liquidation", "estate", "machine shop".
min_lotsNoOnly sales with at least this many lots — useful for filtering out one-off listings.
closes_afterNoOnly sales closing on or after this date (YYYY-MM-DD). Defaults to today.
auction_houseNoSelling auctioneer, substring match, e.g. "Silicon Valley Disposition".
closes_beforeNoOnly sales closing on or before this date (YYYY-MM-DD).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.6/5.0
Behavior5/5

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

Annotations already declare read-only/idempotent behavior, so the description adds valuable context beyond that: sale dates are 'the auctioneer's LOCAL calendar date' with no timezone, meaning a precise instant is unavailable at the sale level. This honest data-quality caveat helps the agent set expectations and route to the exact-time sibling when needed.

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?

Every sentence carries substance: concept definition, example, use cases, filters, return fields, and a necessary timezone caveat. The description is front-loaded and wastes no words while remaining readable.

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 tool with 7 parameters, no output schema, and many closely related siblings, the description is unusually complete: it covers scope, filters, return fields, and a critical date-precision caveat. It could more explicitly explain the relationship between closing-date filters and the returned 'local sale date', but the schema mitigates that by defining closes_after/closes_before.

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 description coverage is 100%, so all parameters are already documented with clear descriptions. The tool description only restates filter options (state, keyword, auction_house, closing date range) without adding new per-parameter semantics, landing exactly at the baseline for fully covered schemas.

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 precise definition: 'Upcoming US auction EVENTS — the sales themselves rather than individual lots' and gives a concrete example. It also states the exact user questions it answers ('what auctions are happening near me next week' / 'what is this auction house selling'), making it clearly distinguishable from lot-level sibling tools.

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?

Provides explicit use cases, filter guidance, and an explicit contrast with individual lots ('rather than individual lots'). It also names the sibling tool us_auctions_closing_soon for exact lot close times, reinforcing when to use this tool vs. an alternative.

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.