Skip to main content
Glama

list-contests

Retrieve contest listings from note.com to discover current competitions and participation opportunities available on the platform.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Registration of the 'list-contests' tool, including inline handler function that fetches the contest list from the '/v2/contests' API endpoint using noteApiRequest and returns a success response or handles errors.
    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