followUser
Follow a Twitter user by their username using this tool, enabling direct interactions within the Twitter MCP Server for enhanced social engagement.
Instructions
Follow a user by their username
Input Schema
Name | Required | Description | Default |
---|---|---|---|
username | Yes | The username of the user to follow |
Input Schema (JSON Schema)
{
"properties": {
"username": {
"description": "The username of the user to follow",
"type": "string"
}
},
"required": [
"username"
],
"type": "object"
}