Skip to main content
Glama

search-all

Search across note.com for users, hashtags, and articles using keywords with customizable filters for context, sorting, and result count.

Instructions

note全体検索(ユーザー、ハッシュタグ、記事など)

Input Schema

NameRequiredDescriptionDefault
queryYes検索キーワード
contextNo検索コンテキスト(user,hashtag,noteなどをカンマ区切りで指定)user,hashtag,note
modeNo検索モード(typeaheadなど)typeahead
sizeNo取得する件数(最大5件)
sortNoソート順(new: 新着順, popular: 人気順, hot: 急上昇)hot

Input Schema (JSON Schema)

{ "properties": { "context": { "default": "user,hashtag,note", "description": "検索コンテキスト(user,hashtag,noteなどをカンマ区切りで指定)", "type": "string" }, "mode": { "default": "typeahead", "description": "検索モード(typeaheadなど)", "type": "string" }, "query": { "description": "検索キーワード", "type": "string" }, "size": { "default": 10, "description": "取得する件数(最大5件)", "type": "number" }, "sort": { "default": "hot", "description": "ソート順(new: 新着順, popular: 人気順, hot: 急上昇)", "enum": [ "new", "popular", "hot" ], "type": "string" } }, "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