Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
DEV_TO_API_KEY | Yes | Your Dev.to API Key. Get it from https://dev.to/settings/extensions. |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
search_prompt | Create a search prompt for Dev.to articles |
analyze_article | Create a prompt to analyze a specific article |
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 | Copy |
get_article_details | Copy |
get_articles_by_username | Copy |
get_user_info | Copy |
create_article | Copy |
update_article | Copy |