Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_NAMENoServer name overridenote-post-mcp
NOTE_POST_MCP_TIMEOUTNoTimeout in milliseconds for browser operations180000
NOTE_POST_MCP_STATE_PATHNoPath to the note.com authentication state file~/.note-state.json

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
publish_noteA

note.comに記事を公開します。Markdownファイルからタイトル、本文、タグを読み取り、自動的に投稿します。

save_draftB

note.comに下書きを保存します。Markdownファイルからタイトル、本文、タグを読み取り、下書きとして保存します。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: one publishes a note, the other saves a draft. There is no overlap in their actions, and their descriptions make the difference explicit.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern: publish_note and save_draft. The naming style is uniform and predictable, despite the second tool using 'draft' instead of 'note'.

Tool Count4/5

With only 2 tools, the server is slightly under the typical 3-15 range, but the scope is narrow and focused on posting content to note.com, so the count feels reasonable rather than overly thin.

Completeness4/5

The server covers the two primary content-creation actions: publishing and saving drafts. Minor gaps exist (e.g., no update or delete), but for the stated purpose of publishing from Markdown files, the surface is largely complete.

Maintenance

ActivityInactive
ResponsivenessNo issues