Skip to main content
Glama

list-contests

Retrieve contest listings from note.com to discover and participate in available competitions.

Instructions

コンテスト一覧を取得する

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler and registration for the 'list-contests' tool. It calls the note.com API endpoint `/v2/contests` to retrieve the list of contests and handles errors appropriately.
    server.tool( "list-contests", "コンテスト一覧を取得する", {}, async () => { try { const data = await noteApiRequest(`/v2/contests`, "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