get-magazine
Retrieve detailed information about note.com magazines by providing the magazine ID to access content and metadata.
Instructions
マガジンの詳細情報を取得する
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| magazineId | Yes | マガジンID(例: m75081e161aeb) |
Input Schema (JSON Schema)
{
"properties": {
"magazineId": {
"description": "マガジンID(例: m75081e161aeb)",
"type": "string"
}
},
"required": [
"magazineId"
],
"type": "object"
}