Skip to main content
Glama

Get my articles

devto_get_my_articles

Retrieve your own Dev.to articles with pagination and state filters. Choose published, unpublished, or all to manage your content.

Instructions

List the authenticated account's own articles.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
stateNoall
perPageNo
Install Server

TDQS

B3.2/5.0
Behavior2/5

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

With no annotations, the description carries the full burden. 'List' implies a read-only operation, but it does not disclose any additional behavioral traits such as pagination, default state filtering, or authentication requirements. This is minimal and leaves significant gaps for an agent to infer.

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

Conciseness4/5

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

The description is a single, focused sentence that is front-loaded and free of unnecessary words. It is appropriately concise, though it could arguably contain more detail without sacrificing conciseness.

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

Completeness2/5

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

The tool has no output schema and three optional parameters, yet the description does not explain return values, pagination behavior, or how the state parameter affects results. Given the minimal description and lack of structured output metadata, the description is not complete enough for an agent to use the tool confidently.

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

Parameters1/5

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

Schema description coverage is 0%, and the description provides no explanation of the page, state, or perPage parameters. The agent must rely entirely on the schema's property names and constraints, which is insufficient for clear parameter understanding.

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?

The description uses the specific verb 'List' and clearly identifies the resource as 'the authenticated account's own articles.' This distinguishes it from sibling tools like devto_list_articles, which likely lists all articles, and devto_get_article, which fetches a single article.

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

Usage Guidelines4/5

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

The description clearly implies when to use this tool: when you need the authenticated user's articles rather than public articles or a specific article. However, it does not explicitly mention alternatives or exclusions, so it stops short of full guidance.

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

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/AhmadTariq1337/devto-mcp'

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