Skip to main content
Glama
aiarchitecturedev

aiarchitect-blog-mcp

Official

list_articles

Read-onlyIdempotent

List blog articles with pagination and category filtering. Use limit, offset, and category to browse topics like MCP, AI agents, and enterprise architecture.

Instructions

글 목록을 반환한다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo최대 개수(기본 50).
offsetNo페이지네이션 시작 위치.
categoryNo분류로 필터(부분 일치 허용). 예: "보안", "AI Agent · MCP".

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, covering the safety profile. The description adds no additional behavioral context beyond what the name implies, but it does not contradict the annotations.

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?

The description is a single short sentence, efficiently conveying the core purpose with no redundant text. It is front-loaded and to the point.

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?

Given the simple list operation, the description is adequate when combined with schema and annotations. However, it lacks explicit usage differentiation from search_articles, leaving some contextual gap for an AI agent deciding between them.

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?

The schema provides 100% description coverage for all three parameters (limit, offset, category), so the description does not need to elaborate. It adds no extra parameter semantics but aligns with the schema.

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

Purpose4/5

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

The description uses the verb '반환한다' (returns) with the resource '글 목록' (article list), making the primary function clear. However, it does not explicitly distinguish from sibling tools like search_articles, which also returns articles but with a different intent.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus search_articles or list_categories. The description is a single line with no context about filtering, full listing, or alternatives.

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/aiarchitecturedev/aiarchitect-blog-mcp'

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