Skip to main content
Glama

analyze_problem_programmers

Generate structured hints for Programmers algorithm problems, including difficulty context and a three-step hint guide, with optional similar problem recommendations.

Instructions

프로그래머스 문제를 분석하여 구조화된 힌트 데이터를 제공합니다. 난이도 컨텍스트, 3단계 힌트 가이드 프롬프트를 포함합니다.

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
problem_idYes프로그래머스 문제 ID 또는 URL
include_similarNo유사 문제 추천 포함 여부
Behavior4/5

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

With no annotations provided, the description carries the full behavioral burden. It discloses what the tool returns (structured hint data with difficulty context and 3-step hint guide) and highlights a key behavioral caveat about platform ambiguity. It does not mention side effects or authorization, but for an analysis tool this is acceptable.

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 two sentences: one stating the tool's purpose and components, and one providing a critical usage warning. It is concise, front-loaded with the core purpose, and contains no redundant information.

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 there is no output schema, the description adequately communicates the main return content (structured hint data, difficulty context, 3-step guide). It also addresses the key context of platform ambiguity. Minor omissions like error handling are not critical for this simple two-parameter tool.

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?

The input schema already provides descriptions for both parameters (problem_id as ID/URL, include_similar as boolean), giving a baseline of 3. The description adds valuable context for problem_id by warning that a bare number could be ambiguous between platforms, thereby enriching the meaning supplied by the schema.

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 clearly states the tool analyzes Programmers problems and provides structured hint data, mentioning specific components like difficulty context and a 3-step hint guide. This distinguishes it from sibling tools such as analyze_problem_boj and generate_hint_programmers by explicitly naming the platform (Programmers) and the unique output format.

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 includes an explicit warning about platform determination: if only a problem number is provided, the agent must infer the platform from context or ask the user before invoking the tool. This effectively guides when to use this tool versus BOJ-specific siblings, even though no sibling is explicitly named.

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