Skip to main content
Glama

get-user-notes

Retrieve a user's published articles from note.com by providing their username, with optional pagination support for browsing through multiple pages of content.

Instructions

ユーザーの記事一覧を取得する

Input Schema

NameRequiredDescriptionDefault
usernameYesユーザー名
pageNoページ番号

Input Schema (JSON Schema)

{ "properties": { "page": { "default": 1, "description": "ページ番号", "type": "number" }, "username": { "description": "ユーザー名", "type": "string" } }, "required": [ "username" ], "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