Skip to main content
Glama
Selenium39

Qiita API MCP Server

by Selenium39

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
QIITA_ACCESS_TOKENYesYour Qiita access token for API authentication

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
get_authenticated_userB

認証されたユーザーの詳細情報を取得します

get_userC

指定されたユーザーの詳細情報を取得します

get_usersC

ユーザー一覧を取得します

get_user_itemsC

指定されたユーザーの記事一覧を取得します

get_user_stocksC

指定されたユーザーのストック一覧を取得します

get_user_followersB

指定されたユーザーのフォロワー一覧を取得します

get_user_followeesC

指定されたユーザーのフォロー一覧を取得します

get_itemsC

記事一覧を取得します

get_itemC

指定された記事の詳細情報を取得します

create_itemC

新しい記事を作成します

update_itemC

既存の記事を更新します

delete_itemC

指定された記事を削除します

stock_itemC

指定された記事をストックします

unstock_itemC

指定された記事のストックを解除します

is_item_stockedC

指定された記事がストックされているかどうかを確認します

get_item_stockersC

指定された記事をストックしたユーザー一覧を取得します

get_tagsC

タグ一覧を取得します

get_tagC

指定されたタグの詳細情報を取得します

get_tag_itemsC

指定されたタグの記事一覧を取得します

follow_tagC

指定されたタグをフォローします

unfollow_tagC

指定されたタグのフォローを解除します

is_tag_followedC

指定されたタグをフォローしているかどうかを確認します

follow_userC

指定されたユーザーをフォローします

unfollow_userC

指定されたユーザーのフォローを解除します

is_user_followedB

指定されたユーザーをフォローしているかどうかを確認します

get_item_commentsC

指定された記事のコメント一覧を取得します

create_commentC

指定された記事にコメントを作成します

update_commentC

指定されたコメントを更新します

delete_commentC

指定されたコメントを削除します

get_commentC

指定されたコメントの詳細情報を取得します

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 30 tools

Disambiguation5/5

Every tool has a clearly distinct purpose targeting specific resources (items, comments, tags, users) and actions (create, get, update, delete, follow/unfollow, stock/unstock). No ambiguity exists—for example, get_item retrieves a single article while get_items lists multiple, and follow_user/unfollow_user are complementary opposites.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern using snake_case (e.g., create_item, get_user, update_comment). The naming is highly predictable, with verbs like get, create, update, delete, follow, unfollow, stock, unstock, and is applied uniformly across resources.

Tool Count3/5

With 30 tools, the count is borderline high for a typical MCP server, though it covers a comprehensive social blogging platform (Qiita). While each tool serves a purpose, the number might feel heavy compared to simpler APIs, but it's justified by the domain's complexity.

Completeness5/5

The toolset provides complete CRUD/lifecycle coverage for all core resources (items, comments, tags, users), including follow/unfollow and stock/unstock operations. There are no obvious gaps—every major action an agent would need for interacting with Qiita's API is available.

Maintenance

ActivityInactive
ResponsivenessNo issues