get-hashtag
Retrieve detailed information about hashtags from note.com to analyze tag usage, discover related content, and understand hashtag performance metrics.
Instructions
ハッシュタグの詳細を取得する
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | Yes | ハッシュタグ名 |
Input Schema (JSON Schema)
{
"properties": {
"tag": {
"description": "ハッシュタグ名",
"type": "string"
}
},
"required": [
"tag"
],
"type": "object"
}