Skip to main content
Glama

note.com MCP Server

by shimayuz

analyze-notes

Analyze note.com articles to perform competitive analysis and compare content performance metrics using search queries, date ranges, and sorting options.

Instructions

記事の詳細分析を行う(競合分析やコンテンツ成果の比較等)

Input Schema

NameRequiredDescriptionDefault
queryYes検索キーワード
sizeNo取得する件数(分析に十分なデータ量を確保するため、初期値は多め)
startNo検索結果の開始位置
sortNoソート順(new: 新着順, popular: 人気順, hot: 急上昇)popular
includeUserDetailsNo著者情報を詳細に含めるかどうか
analyzeContentNoコンテンツの特徴(画像数、アイキャッチの有無など)を分析するか
categoryNo特定のカテゴリに絞り込む(オプション)
dateRangeNo日付範囲で絞り込む(例: 7d=7日以内、2m=2ヶ月以内)
priceRangeNo価格帯(all: 全て, free: 無料のみ, paid: 有料のみ)all

Input Schema (JSON Schema)

{ "properties": { "analyzeContent": { "default": true, "description": "コンテンツの特徴(画像数、アイキャッチの有無など)を分析するか", "type": "boolean" }, "category": { "description": "特定のカテゴリに絞り込む(オプション)", "type": "string" }, "dateRange": { "description": "日付範囲で絞り込む(例: 7d=7日以内、2m=2ヶ月以内)", "type": "string" }, "includeUserDetails": { "default": true, "description": "著者情報を詳細に含めるかどうか", "type": "boolean" }, "priceRange": { "default": "all", "description": "価格帯(all: 全て, free: 無料のみ, paid: 有料のみ)", "enum": [ "all", "free", "paid" ], "type": "string" }, "query": { "description": "検索キーワード", "type": "string" }, "size": { "default": 20, "description": "取得する件数(分析に十分なデータ量を確保するため、初期値は多め)", "type": "number" }, "sort": { "default": "popular", "description": "ソート順(new: 新着順, popular: 人気順, hot: 急上昇)", "enum": [ "new", "popular", "hot" ], "type": "string" }, "start": { "default": 0, "description": "検索結果の開始位置", "type": "number" } }, "required": [ "query" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/shimayuz/note-com-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server