Profile, write

Sync own profile

Fill Grow's profile check from your own X profile page, as a page you are already looking at drew it: the name, bio, picture, banner, location, link, pinned post and the three counts. Nothing is read from X, no model is called and nothing is charged, so unlike the dashboard's refresh there is no once-a-day cap. The handle must be the one Grow checks.

write

MCP

Tool namesync_own_profile
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "sync_own_profile",
    "arguments": {
      "project_id": "<uuid>",
      "handle": "<string>"
    }
  }
}

Input

project_idrequireduuid
handlerequiredstring

The X handle whose page this is. It must be the handle Grow checks.

namestring | null

Your display name, as the page showed it.

biostring | null

Your bio, as the page showed it.

avatar_urlany

Your picture, as the page showed it.

banner_urlany

Your header image. Null is no banner, which the check reads as a fix.

locationany

The Location field, as the page showed it.

urlany

The link on the profile, as the page showed it, not the t.co href.

pinned_idany

The id of the pinned post, when the page drew one.

followersany

Followers, a whole number up to 999999999.

followingany

How many accounts you follow, when the page says.

posts_countany

How many posts you have made, when the page says.

Returns

The handle, the snapshot as stored, when it was written, and the check's score over it.