Skip to main content
Glama

get-stats

Retrieve page view statistics from your note.com dashboard with customizable filters for time periods, sorting options, and pagination to analyze content performance.

Instructions

ダッシュボードのPV統計情報を取得する

Input Schema

NameRequiredDescriptionDefault
filterNo期間フィルターall
pageNoページ番号
sortNoソート方法(pv: PV数順, date: 日付順)pv

Input Schema (JSON Schema)

{ "properties": { "filter": { "default": "all", "description": "期間フィルター", "enum": [ "all", "day", "week", "month" ], "type": "string" }, "page": { "default": 1, "description": "ページ番号", "type": "number" }, "sort": { "default": "pv", "description": "ソート方法(pv: PV数順, date: 日付順)", "enum": [ "pv", "date" ], "type": "string" } }, "type": "object" }

Latest Blog Posts

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