Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| USER_ID | Yes | Your Artsy user ID | |
| X_ACCESS_TOKEN | Yes | Your Artsy access token | |
| METAPHYSICS_ENDPOINT | Yes | The Artsy GraphQL API endpoint |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_partner_activity_stats | Get partner activity analytics including pageviews, artwork views, and unique visitors |
| get_partner_sales_stats | Get partner sales analytics including order count, revenue, and response times |
| query_analytics_custom | Execute a custom GraphQL query against the analytics schema |
| get_partner_artworks_published_stats | Get partner artwork publishing statistics and trends |
| get_partner_audience_stats | Get partner audience analytics including unique visitors, commercial visitors, and geographic data |
| get_partner_complete_analytics | Get comprehensive analytics overview for a partner including all major metrics |
| get_partner_inquiries_stats | Get partner inquiry analytics including inquiry count and response times |
| get_partner_top_artworks | Get partner's most viewed artworks with ranking data |
| get_partner_visitor_demographics | Get visitor demographic breakdowns by device, country, referral source, or landing page |
| get_partner_time_series_analytics | Get time series data for partner analytics with optional cumulative view |
| get_partner_modern_pageviews | Get detailed pageview analytics using the modern pageview schema with time series support |
| get_partner_top_content | Get top-performing content (artworks, shows, artists, or viewing rooms) by views |
| get_partner_sales_time_series | Get detailed sales analytics with time series data including revenue amounts |
| get_partner_inquiry_time_series | Get detailed inquiry analytics with time series data and response times |