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.
MCP
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "sync_own_profile",
"arguments": {
"project_id": "<uuid>",
"handle": "<string>"
}
}
}Input
The X handle whose page this is. It must be the handle Grow checks.
Your display name, as the page showed it.
Your bio, as the page showed it.
Your picture, as the page showed it.
Your header image. Null is no banner, which the check reads as a fix.
The Location field, as the page showed it.
The link on the profile, as the page showed it, not the t.co href.
The id of the pinned post, when the page drew one.
Followers, a whole number up to 999999999.
How many accounts you follow, when the page says.
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.