Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
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_latest_articles | Get the latest articles from Dev.to |
get_top_articles | Get the top articles from Dev.to |
get_articles_by_tag | Get articles by tag from Dev.to |
get_article_by_id | Get a specific article by ID from Dev.to |
search_articles | |
get_article_details | |
get_articles_by_username | |
get_user_info | |
create_article | |
update_article |