Skip to main content
Glama

Qiita API MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
QIITA_ACCESS_TOKENYesYour Qiita access token for API authentication

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
get_authenticated_user

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

get_user

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

get_users

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

get_user_items

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

get_user_stocks

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

get_user_followers

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

get_user_followees

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

get_items

記事一覧を取得します

get_item

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

create_item

新しい記事を作成します

update_item

既存の記事を更新します

delete_item

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

stock_item

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

unstock_item

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

is_item_stocked

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

get_item_stockers

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

get_tags

タグ一覧を取得します

get_tag

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

get_tag_items

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

follow_tag

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

unfollow_tag

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

is_tag_followed

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

follow_user

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

unfollow_user

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

is_user_followed

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

get_item_comments

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

create_comment

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

update_comment

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

delete_comment

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

get_comment

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

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/Selenium39/mcp-server-qiita'

If you have feedback or need assistance with the MCP directory API, please join our Discord server