Skip to main content
Glama

get-membership-notes

Retrieve membership article lists from note.com using a membership key to access and browse published content with pagination support.

Instructions

メンバーシップの記事一覧を取得する

Input Schema

NameRequiredDescriptionDefault
membershipKeyYesメンバーシップキー(例: fed4670a87bc)
pageNoページ番号
perPageNoページあたりの記事数

Input Schema (JSON Schema)

{ "properties": { "membershipKey": { "description": "メンバーシップキー(例: fed4670a87bc)", "type": "string" }, "page": { "default": 1, "description": "ページ番号", "type": "number" }, "perPage": { "default": 20, "description": "ページあたりの記事数", "type": "number" } }, "required": [ "membershipKey" ], "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