Skip to main content
Glama

generate_review_template_programmers

Generate a structured markdown review template for Programmers algorithm problems, including problem analysis and writing prompts to guide retrospective self-study.

Instructions

프로그래머스 문제에 대한 복기용 가이드를 제공합니다. 마크다운 템플릿, 문제 분석, 작성 프롬프트를 포함합니다.

⚠️ 플랫폼 판별: 문제 번호만 입력된 경우 대화 맥락에서 플랫폼을 파악하거나, 맥락이 없으면 반드시 BOJ/프로그래머스 중 어느 플랫폼인지 사용자에게 확인 후 호출하세요.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
problem_idYes프로그래머스 문제 ID 또는 URL
user_notesNo사용자가 미리 작성한 메모 (선택)
Behavior4/5

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

No annotations are provided, so the description carries the burden. It discloses that the tool generates a guide with specific components and includes a critical behavioral caveat (checking platform before calling). However, it does not detail side effects, authentication needs, or what happens on invalid input, though for a generation tool this is less critical.

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?

Two compact sentences and a warning; the first sentence states purpose and deliverables, the second provides a crucial usage hint. No fluff, front-loaded, every sentence earns its place.

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

Completeness5/5

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

For a tool with 2 parameters and no output schema, the description sufficiently describes what the tool does, what it produces (template, analysis, prompt), and the key edge case (platform ambiguity). The agent has enough to invoke it correctly without additional missing context.

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

Parameters4/5

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

Schema coverage is 100%, so baseline is 3. The description adds semantic value to the problem_id parameter by warning about ambiguity when only a number is supplied, implying the tool may need platform clarification. This goes beyond the schema's simple 'ID or URL' description.

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 a specific verb ('제공합니다' - provides) and a clear resource ('프로그래머스 문제에 대한 복기용 가이드'), listing concrete deliverables (markdown template, problem analysis, writing prompts). It clearly distinguishes from the BOJ sibling by specifying the platform, and the warning about platform discrimination further clarifies its scope.

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

Usage Guidelines5/5

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

The description gives explicit when-to-use guidance: for Programmers problems, and crucially instructs the agent to confirm the platform if only a problem number is given without context. This is direct, actionable usage guidance that prevents incorrect tool selection across the BOJ/Programmers sibling pair.

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/itsme-shawn/algoKit-mcp'

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