Skip to main content
Glama

Phillips

Phillips Results Search

phillips_results_search
Read-onlyIdempotent

Look up realized prices for an artist or maker in Phillips' past-auction results. Returns that maker's most recent past lots with the realized price (hammer plus buyer's premium), the estimate range it sold against, currency, lot and sale number, saleroom, department and sale date. Phillips' keyword search is closed to crawlers, so this resolves the maker by NAME against Phillips' own artist index and reads their artist page — which means results are per-maker, and cover the 24 most recent past lots of the (reported) total. Optionally narrow by category/department, e.g. "jewels", "watches", "editions", "photographs", "design".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax past lots to return (1-24, default 20).
artistNoArtist or maker name, e.g. "Banksy", "Jean-Michel Basquiat", "Patek Philippe". Matched against Phillips' artist index — exact match wins, otherwise the closest name is used and near-misses are returned in `alternatives`.
categoryNoOptional filter, matched against the department, saleroom, sale number and lot title, e.g. "jewels", "watches", "editions", "photographs", "design", "London".
artist_idNoOptional Phillips makerId, e.g. 8845 for Banksy. Skips name resolution entirely — pass this back from a previous result's `artist_id` to save a round trip. Overrides `artist` when both are given.
include_upcomingNoAlso return the maker's upcoming (not yet sold) lots, which carry an estimate but no realized price. Default false.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

Annotations already declare read-only/idempotent, and the description adds genuine behavioral context: the keyword search is closed to crawlers, so it reads the artist index page; results are per-maker and limited to the 24 most recent past lots of the reported total. This discloses important limitations and data-source workarounds beyond the structured hints.

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 but well-structured: it front-loads the purpose and return fields, then explains the crawler constraint, then the optional filter. Every sentence adds information without repetition or filler.

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?

For a tool with no output schema, the description enumerates the returned fields (realized price, estimate, currency, lot/sale number, saleroom, department, sale date) and flags the key limitation (24 most recent reported lots). Combined with annotations, an agent has enough context to select and invoke the tool correctly.

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?

With 100% schema coverage, the schema already documents all parameters. The description adds a meaningful semantic: that the 24-lot limit is not merely a client-side cap but the total accessible dataset per maker, and that category narrowing matches department/saleroom/sale/lot title. However, most parameter-specific meaning remains in the schema, so this is a modest increment over baseline.

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 states a specific verb-resource pairing: 'Look up realized prices for an artist or maker in Phillips' past-auction results.' It names the resource (Phillips past-auction results), the output (realized price, estimate, currency, etc.), and distinguishes itself from the sibling phillips_lot_details by focusing on per-maker recent lots rather than individual lot details.

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 provides clear context for use: it is for looking up realized prices per maker and can be narrowed by category/department with examples. It explains why it resolves names via the artist index rather than keyword search, which sets expectations. It does not explicitly mention sibling alternatives or when not to use it, so it lacks exclusion guidance.

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.