Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DEBUGNoEnable debug logging (set to 'true' to enable)
NOTE_EMAILNoYour note.com account email address
NOTE_USER_IDNoYour note.com user ID
MCP_HTTP_HOSTNoThe host for HTTP/SSE transport server127.0.0.1
MCP_HTTP_PORTNoThe port for HTTP/SSE transport server3000
NOTE_PASSWORDNoYour note.com account password
NOTE_SESSION_V5NoYour note_session_v5 cookie value from browser
NOTE_XSRF_TOKENNoYour note_xsrf_token cookie value from browser
NOTE_GQL_AUTH_TOKENNoYour note_gql_auth_token cookie value from browser (required for draft editing features)

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
search-notesC

記事を検索する

analyze-notesC

記事の詳細分析を行う(競合分析やコンテンツ成果の比較等)

get-noteC

記事の詳細情報を取得する

search-usersC

ユーザーを検索する

get-userC

ユーザーの詳細情報を取得する

get-user-notesC

ユーザーの記事一覧を取得する

get-commentsC

記事へのコメント一覧を取得する

post-draft-noteC

下書き状態の記事を投稿する(Markdown形式の本文を自動でHTMLに変換)

post-commentC

記事にコメントを投稿する

get-likesC

記事のスキ一覧を取得する

like-noteC

記事にスキをする

unlike-noteC

記事のスキを削除する

search-magazinesC

マガジンを検索する

get-magazineC

マガジンの詳細情報を取得する

get-category-notesC

カテゴリーに含まれる記事一覧を取得する

get-statsC

ダッシュボードのPV統計情報を取得する

add-magazine-noteC

マガジンに記事を追加する

remove-magazine-noteC

マガジンから記事を削除する

list-categoriesB

カテゴリー一覧を取得する

list-hashtagsB

ハッシュタグ一覧を取得する

get-hashtagC

ハッシュタグの詳細を取得する

get-search-historyC

検索履歴を取得する

list-contestsB

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

get-notice-countsC

通知件数を取得する

get-test-membership-summariesA

テスト用:加入済みメンバーシップ一覧をダミーデータで取得する

get-test-membership-notesB

テスト用:メンバーシップの記事一覧をダミーデータで取得する

get-membership-summariesC

加入済みメンバーシップ一覧を取得する

get-membership-plansB

自分のメンバーシッププラン一覧を取得する

get-circle-infoC

サークル情報を取得する

get-membership-notesC

メンバーシップの記事一覧を取得する

get-my-notesC

自分の記事一覧(下書きを含む)を取得する

open-note-editorC

記事の編集ページを開く

search-allC

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

Prompts

Interactive templates invoked by user choice

NameDescription
note-search
competitor-analysis
content-idea-generation
article-analysis

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3/5.0

Scored across 33 tools

Disambiguation4/5

Most tools have distinct purposes targeting specific resources and actions, such as 'get-note' for article details versus 'get-user-notes' for user articles. However, some overlap exists, like 'search-notes' and 'search-all' which might cause confusion, and 'get-membership-notes' versus 'get-test-membership-notes' are similar but differentiated by test data. Overall, descriptions help clarify boundaries, but minor ambiguities remain.

Naming Consistency4/5

The tools follow a consistent kebab-case pattern throughout, with clear verb-noun structures like 'get-note', 'post-comment', and 'search-users'. There are minor deviations, such as 'analyze-notes' using a verb that doesn't align with the common 'get' or 'list' patterns, and 'open-note-editor' being more specific. The naming is mostly predictable and readable, supporting easy identification.

Tool Count3/5

With 33 tools, the count is borderline high for a note-taking or content platform server, as it includes many specific retrieval and search functions. While the scope covers articles, users, magazines, and memberships comprehensively, the number feels heavy and could overwhelm agents. It's reasonable but leans toward being over-scoped, especially with test tools that might not be necessary in production.

Completeness5/5

The tool set provides complete coverage for the note.com domain, including CRUD operations for articles (e.g., 'post-draft-note', 'get-note'), social interactions ('like-note', 'post-comment'), and management features for magazines, memberships, and categories. There are no obvious gaps; agents can perform full workflows from creation to analysis and interaction without dead ends.

Maintenance

ActivityMaintained
ResponsivenessNo issues