open-note-editor
Open the editing interface for note.com articles to modify content, update drafts, or manage existing posts using the article ID.
Instructions
記事の編集ページを開く
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| noteId | Yes | 記事ID(例: n1a2b3c4d5e6) |
Input Schema (JSON Schema)
{
"properties": {
"noteId": {
"description": "記事ID(例: n1a2b3c4d5e6)",
"type": "string"
}
},
"required": [
"noteId"
],
"type": "object"
}