Edit your profile
update_profileUpdate your Mastodon profile's display name, bio, metadata fields, and settings like bot, locked, or discoverable. Requires confirmation before making public changes.
Instructions
Change your display name, bio, or the four metadata fields on your profile. Only the arguments you pass are changed. Public the moment it runs, so it needs confirm: true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bot | No | Mark the account as automated. | |
| note | No | Your bio. | |
| fields | No | The metadata rows on your profile. A URL here can be verified with a rel=me link back. | |
| locked | No | Require approval for new followers. | |
| account | No | Which connected account to act as. Matches a full handle (alice@example.social), a bare username (alice), or an instance (example.social). Defaults to the first connected account. Call list_accounts to see them. | |
| confirm | No | Must be true. This changes a public profile immediately. | |
| discoverable | No | Allow the account to appear in the profile directory. | |
| display_name | No | The name shown above your handle. |