Skip to main content
Glama

get-test-membership-notes

Retrieve test membership article lists using dummy data to verify integration with note.com's membership features.

Instructions

テスト用:メンバーシップの記事一覧をダミーデータで取得する

Input Schema

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

Input Schema (JSON Schema)

{ "properties": { "membershipKey": { "description": "メンバーシップキー(例: dummy-key-1)", "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