Skip to main content
Glama

search-notes

Search note.com articles using keywords with options to filter by date, popularity, or trending content and control result quantity.

Instructions

記事を検索する

Input Schema

NameRequiredDescriptionDefault
queryYes検索キーワード
sizeNo取得する件数(最大20)
startNo検索結果の開始位置
sortNoソート順(new: 新着順, popular: 人気順, hot: 急上昇)hot

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "検索キーワード", "type": "string" }, "size": { "default": 10, "description": "取得する件数(最大20)", "type": "number" }, "sort": { "default": "hot", "description": "ソート順(new: 新着順, popular: 人気順, hot: 急上昇)", "enum": [ "new", "popular", "hot" ], "type": "string" }, "start": { "default": 0, "description": "検索結果の開始位置", "type": "number" } }, "required": [ "query" ], "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