Get another member's Funko Me figure by handle
ic_funko_getFetch a member's published vinyl-figure manifest by handle. PUBLISHED FIGURES ONLY: members are private by default and must opt in. A handle that has not opted in returns exactly the same not_found as a handle nobody ever registered — that is deliberate, and it means you cannot use this tool to test whether a person is a member. Same manifest shape as ic_funko_get_mine (parts not a baked file; clips is the unlocked subset; stats[].value null means unknown, not zero). The same figure is also available with no MCP client at all: GET https://www.immersivecommons.com/api/funko/m/ (CORS-open, cacheable) — note that route returns the BARE manifest as its body (per contract §7), whereas this tool wraps it as { ok, manifest } like every other MCP tool here. Args: { handle: string }. Returns: { ok, manifest } or { ok:false, error_kind:'not_found' }. Required scope: funko:read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| handle | Yes | The member's funko handle, e.g. 'rayyan'. Case-insensitive. |