You're viewing a demo portfolio

Join the waitlist
PRSM

get_gallery_artists

Active

Tool of Provenio — Art Intelligence

declared in 0.3.2-measured

Cost: ~1s. Get the represented-artist roster for a specific gallery. Returns: gallery metadata + ordered list of artists with exclusivity (exclusive/shared/former/deceased_estate), period, notes. Use when: preparing pitch context for a specific gallery (cold email, fair planning). Use when: validating whether artist representation overlap exists between two galleries. Do NOT use when: you only have the artist name — use find_galleries_by_artist instead.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "gallery_id"
  ],
  "properties": {
    "gallery_id": {
      "type": "string",
      "description": "Gallery ID slug or 'gallery:...'. Required."
    },
    "include_former": {
      "type": "boolean",
      "default": true,
      "description": "Include former representations and deceased estates (default true)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Provenio — Art Intelligence

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

1/7 registries
View full server →
get_gallery_artists — Provenio — Art Intelligence — PRSM MCP