Skip to main content
Glama

get_articles

List DEV Community articles with filters for tag, username, collection, and state. Get popular articles from recent days with pagination.

Instructions

List published articles from DEV Community with optional filters. Returns articles ordered by descending popularity by default.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagNoFilter by tag name
topNoReturn most popular articles in the last N days
pageNoPagination page number
tagsNoComma-separated list of tags to filter by (any match)
stateNoArticle state filter
per_pageNoNumber of articles per page (default 30, max 1000)
usernameNoFilter by author username
tags_excludeNoComma-separated list of tags to exclude
collection_idNoFilter by collection ID
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided. Description correctly identifies read-only behavior (listing) and ordering, but lacks details on pagination, rate limits, or authentication.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single, front-loaded sentence conveying core purpose and default behavior. No wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a listing tool with 9 parameters and no output schema, description adequately covers purpose and order. Could mention defaults (e.g., per_page=30) or typical filter combinations for completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema covers all 9 parameters with descriptions (100% coverage). Description adds no extra meaning beyond 'optional filters', so baseline 3.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly states 'List published articles from DEV Community with optional filters' and specifies default ordering by descending popularity. Distinguishes well from siblings like get_article_by_id.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit when-to-use or alternative guidance. Implies use for filtered listings, but does not contrast with single-article or user-specific tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/furkankoykiran/DevTo-MCP'

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