get-note
Retrieve detailed article information from note.com using the article ID to access content, metadata, and publication details.
Instructions
記事の詳細情報を取得する
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| noteId | Yes | 記事ID(例: n4f0c7b884789) |
Input Schema (JSON Schema)
{
"properties": {
"noteId": {
"description": "記事ID(例: n4f0c7b884789)",
"type": "string"
}
},
"required": [
"noteId"
],
"type": "object"
}