Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| QIITA_TEAM | No | Your Qiita Team name (optional, only required if you want to use Qiita Team) | |
| QIITA_ACCESS_TOKEN | No | Your Qiita access token. While public articles can be viewed without authentication, setting an access token is recommended to avoid strict rate limits. You can obtain an access token from Qiita's settings page. |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_items | Search Qiita articles. You can search with a query string or get recent articles without a query. |
| get_item | Get a specific Qiita article by its ID. |
| get_items_by_tag | Get Qiita articles with a specific tag. |
| get_items_by_user | Get articles written by a specific user. |
| get_tags | Get a list of tags used in Qiita. |
| get_item_comments | Get comments on a specific article. |
| get_user_stocks | Get articles that a user has stocked (bookmarked). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |