follow_user
Follow a specific user on Qiita to track their technical articles and updates. Use this tool to stay informed about developers' content by providing their user ID.
Instructions
指定されたユーザーをフォローします
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | Yes | ユーザーID |
Input Schema (JSON Schema)
{
"properties": {
"userId": {
"description": "ユーザーID",
"type": "string"
}
},
"required": [
"userId"
],
"type": "object"
}