Skip to main content
Glama

note.com MCP Server

by shimayuz

get-category-notes

Retrieve articles from a specific category on note.com with options to sort by newest or trending content and navigate through pages.

Instructions

カテゴリーに含まれる記事一覧を取得する

Input Schema

NameRequiredDescriptionDefault
categoryYesカテゴリー名(例: tech)
pageNoページ番号
sortNoソート方法(new: 新着順, trend: 人気順)new

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "カテゴリー名(例: tech)", "type": "string" }, "page": { "default": 1, "description": "ページ番号", "type": "number" }, "sort": { "default": "new", "description": "ソート方法(new: 新着順, trend: 人気順)", "enum": [ "new", "trend" ], "type": "string" } }, "required": [ "category" ], "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