Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
QIITA_API_TOKEN | Yes | Your Qiita API access token, which can be generated at https://qiita.com/settings/tokens/new |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_my_qiita_articles | get current authenticated user qiita articles |
get_qiita_item | get a specific Qiita article by its ID |
update_qiita_article | update an existing Qiita article |
post_qiita_article | create a new article on Qiita |
get_qiita_markdown_rules | get Qiita markdown syntax rules, cheat sheet |