MCP/Tools/Shares/get_share
get_share

Get a share

Free

Fetch full details of a share including round history, client selections, comments, and image URLs.

How it works

Returns every round's images, the client's selections, any comments, and the canonical public URL. Use this to find the imageIds you need to feed into revise_share for surgical swaps.

Inputs

Name
Type
Required
Description
shareId
string
required
Share ID to fetch.

Returns

{ share: Share }

Examples

Find which imageId corresponds to a URL

Agent needs to revise just one image in a 20-image share. Get_share to find the matching imageId.

{
  "shareId": "sCfYu_Wvvw"
}