Skip to main content
Glama

design_architecture

Interactively gathers requirements on platform, scale, and budget to recommend an optimal cloud architecture, then generates ARCHITECTURE.md and .ai-context.yaml for AI-assisted development.

Instructions

대화형 질문을 통해 서비스에 맞는 아키텍처를 설계합니다. 플랫폼, 규모, 예산 등을 분석하여 최적의 아키텍처를 추천하고 ARCHITECTURE.md와 .ai-context.yaml 문서를 생성합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dauYes예상 일일 활성 사용자 수 (DAU)
needsAINoAI/ML 기능 필요 여부
isGlobalNo글로벌 서비스 여부
platformYes클라우드 플랫폼 (aws, gcp, naver-cloud, on-premise)
growthRateNo6개월 후 예상 성장률 (%)
descriptionYes서비스에 대한 간단한 설명
serviceTypeYes서비스 유형
monthlyBudgetYes월 인프라 예산 (USD)
needsRealtimeNo실시간 기능 필요 여부 (WebSocket 등)
peakConcurrentNo피크 시간 동시 접속자 수
needsFileUploadNo파일 업로드 기능 필요 여부
Behavior2/5

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

No annotations are provided, so the description must reveal behavioral traits. It only states outputs are generated, but does not disclose whether files are overwritten, required permissions, rate limits, or side effects.

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?

Two concise sentences clearly state purpose and outputs in a front-loaded structure. Every sentence adds value without redundancy.

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?

Despite 11 parameters and no output schema, the description is ambiguous: it mentions 'interactive questions' but the tool expects all parameters upfront. It lacks details on return format or workflow, leaving gaps for an AI agent.

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 coverage is 100% with individual parameter descriptions. The description does not add additional meaning beyond summarizing the parameter groups, so it meets the baseline for high coverage without enhancement.

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 explicitly states the tool designs architecture and generates specific files (ARCHITECTURE.md and .ai-context.yaml). It clearly distinguishes from sibling tools like estimate_cost or generate_docs.

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?

The description implies the tool is used when designing architecture by analyzing platform, scale, budget, but does not provide explicit when-not-to-use guidance or comparisons with siblings.

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/SeongminJaden/tok_mcp'

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