Skip to main content
Glama

Gsa Auction Lot

gsa_auction_lot
Read-onlyIdempotent

Full detail for a single GSA Auctions lot, identified by its sale number and lot number. Returns everything the auction listing carries: item name, per-lot descriptions (LotInfo), property and sale locations, start/end dates, status, high bid, reserve, bid increment, bidder count, inspection instructions, contracting-officer contact, agency/bureau, and item/image URLs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lot_noYesThe lot number (LotNo) within that sale, e.g. 1.
sale_noYesThe sale number (SaleNo), e.g. "25QSCI21001".

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / examples
      Added value: +[
      +  {
      +    "lot_no": "1",
      +    "sale_no": "25QSCI21001"
      +  },
      +  {
      +    "lot_no": "42",
      +    "sale_no": "25QSCI21005"
      +  }
      +]
  2. First observed

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false. The description adds value by listing the full set of return fields (item name, descriptions, dates, bids, etc.), which is behavioral context beyond the annotations.

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 one sentence that front-loads the primary purpose, then enumerates return fields. It is efficient but the long list of fields could be condensed or omitted since it's a list; overall, it's clear and not verbose.

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 listing 16+ return fields, providing significant detail. It covers input (sale_no, lot_no) and output comprehensively. Minor gap: no mention of behavior when the lot doesn't exist or error cases.

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% and both parameters are documented. The description mentions 'identified by its sale number and lot number' but adds no semantic detail beyond what the schema already provides (name, type, description). Baseline score 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 explicitly states it returns 'full detail for a single GSA Auctions lot' and lists the specific fields returned. It clearly differentiates from siblings like gsa_search_auctions (search/filter) and gsa_auctions_closing_soon (time-limited list).

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 implies usage when you have a specific sale number and lot number, but provides no explicit guidance on when to use this tool versus siblings, no prerequisites (e.g., you need to first search for a sale), and no when-not-to-use conditions.

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.