You're viewing a demo portfolio

Join the waitlist
PRSM

lookup_met_museum

Active

Tool of Provenio — Art Intelligence

declared in 0.3.2-measured

Cost: ~0.3s. Search the Metropolitan Museum of Art collection (free public API · ~480K objects) and optionally dereference an objectID. Use when: you need a museum-confirmed match for an artist or work, or want to triangulate Provenio data against Met holdings. Returns either {total, objectIDs[]} for a search OR a full object record if object_id supplied. Source: https://collectionapi.metmuseum.org/public/collection/v1 · zero PII, public domain images flagged.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "limit": {
      "type": "integer",
      "default": 10,
      "maximum": 9007199254740991,
      "minimum": -9007199254740991,
      "description": "Max objectIDs to return (1-50)."
    },
    "query": {
      "type": "string",
      "description": "Free-text search (artist, title, keyword). Required if object_id not given."
    },
    "object_id": {
      "type": "integer",
      "maximum": 9007199254740991,
      "minimum": -9007199254740991,
      "description": "Met objectID for full record dereference."
    },
    "has_images": {
      "type": "boolean",
      "default": true,
      "description": "Filter to objects with images. Search-only."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Provenio — Art Intelligence

https://github.com/mildo-ai/brain_for_art

1/7 registries
View full server →