like-note
Add a like to a note.com article using its article ID to show appreciation for the content.
Instructions
記事にスキをする
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| noteId | Yes | 記事ID |
Input Schema (JSON Schema)
{
"properties": {
"noteId": {
"description": "記事ID",
"type": "string"
}
},
"required": [
"noteId"
],
"type": "object"
}