get-likes
Retrieve all likes for a specific note.com article using the article ID to view engagement metrics and reader interactions.
Instructions
記事のスキ一覧を取得する
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| noteId | Yes | 記事ID |
Input Schema (JSON Schema)
{
"properties": {
"noteId": {
"description": "記事ID",
"type": "string"
}
},
"required": [
"noteId"
],
"type": "object"
}