Skip to main content
Glama

get-search-history

Retrieve your search history from note.com to review past queries and access previously discovered content.

Instructions

検索履歴を取得する

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Registration of the 'get-search-history' MCP tool. Includes inline handler that fetches search history from the `/v2/search_histories` API endpoint, formats the response, and handles errors using shared utilities.
    server.tool( "get-search-history", "検索履歴を取得する", {}, async () => { try { const data = await noteApiRequest(`/v2/search_histories`, "GET"); return createSuccessResponse(data.data || data); } catch (error) { return handleApiError(error, "検索履歴取得"); } } );

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