← 返回
未分类 中文

Get Artist

Look up an Art Blocks artist and their body of work using artblocks-mcp. Use when a user wants to find an artist, see their projects, explore an artist's por...
使用 artblocks-mcp 查询 Art Blocks 艺术家及其作品集。用于查找艺术家、浏览项目或探索作品集。
ryley-o ryley-o 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 397
下载
💾 1
安装
1
版本
#latest

概述

Looking Up Art Blocks Artists

Tool: get_artist

Finds an artist and returns all their Art Blocks projects with full metadata, floor prices, tags, and direct artblocks.io links. Results are ordered by most recently launched.

Search Options

Provide at least one — they can be combined:

ParamTypeNotes
----------------------------------------------------------------------------------
artistNamestringCase-insensitive partial match (e.g. "hobbs" finds Tyler Hobbs)
artistSlugstringExact artist profile slug (e.g. "tyler-hobbs")
artistAddressstringArtist's wallet address (exact match)
chainIdnumberOptional — filter projects to a specific chain
limitnumberMax projects to return (1–100, default 50)

Response Shape

artistNames        — deduplicated list of artist display names matched
artistProfiles     — unique artist profile objects: { slug, displayName }
totalProjects      — total project count matching the query
projects[]         — array of project objects, each containing:
  id                 — full project ID (contract_address-project_index)
  name, artistName, description, slug
  artBlocksUrl       — direct link to project on artblocks.io
  chainId, contractAddress, projectIndex
  verticalName, verticalDisplay, curationStatus
  active, paused, complete, invocations, maxInvocations, remaining
  startDatetime, completedAt
  aspectRatio, scriptTypeAndVersion, renderComplete
  website, license
  lowestListing      — floor price in ETH (null if no listings)
  featuredTokenImageUrl — hero image URL (null if none)
  tags[]             — tag name strings (e.g. "ab500", "animated")
  artistProfiles[]   — { slug, displayName }

When to Use vs Other Tools

Use get_artist when...Use something else when...
------------------------------------------------------------------------------------------------------
You want all projects by a specific artistYou want to browse projects broadly → discover_projects
You know the artist's name, slug, or wallet addressYou have a specific project ID → get_project
You want to compare an artist's body of workYou need token-level data → get_token_metadata

Notes

  • Results include artBlocksUrl for each project — use these when presenting projects to users
  • The artistSlug field in results (under artistProfiles) can be used for subsequent lookups
  • The tool excludes unassigned/test projects automatically
  • If the artist name is ambiguous (partial match returns multiple artists), the artistNames array will show all matched names
  • projectIndex is the project number on the contract (e.g. 78); id is the full project ID (e.g. 0xa7d8...d270-78)

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-31 02:21 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

knowledge-management

Obsidian

steipete
操作 Obsidian 仓库(纯 Markdown 笔记)并通过 obsidian-cli 自动化。
★ 451 📥 106,027
knowledge-management

Summarize

paudyyin
智能摘要工具,自动为长文本、文档、网页生成摘要,提取要点与关键词,支持自定义摘要长度。
★ 968 📥 523,406
knowledge-management

web-tools-guide

user_ec205dbb
MANDATORY before calling web_search, web_fetch, browser, or opencli. Contains required error-handling procedures (web_se
★ 96 📥 170,644