Skip to main content
Glama

search_problems_programmers

Search and filter Programmers coding problems by difficulty level, sort order, and keyword. Returns a markdown table with problem titles and links.

Instructions

프로그래머스 문제를 검색합니다. 난이도, 정렬 방식, 키워드로 필터링할 수 있습니다.

사용 예시:

  • 레벨 1 문제 검색: levels: [1]

  • 레벨 1-2 문제 검색: levels: [1, 2]

  • 최신 문제 검색: order: "recent"

  • 정확도순 정렬: order: "accuracy"

  • 키워드 검색: query: "동적계획법"

  • 페이지 이동: page: 2

제한사항:

  • Puppeteer 기반 스크래핑 (응답 시간 3-5초)

  • 페이지당 20개 문제 반환

  • 프로그래머스 레벨 체계: 0(입문), 1-5

응답 형식:

  • 마크다운 테이블 (번호, 제목, 레벨, 카테고리, 완료자, 정답률)

  • 문제 제목은 프로그래머스 링크로 제공

⚠️ 중요: 프로그래머스는 JavaScript 렌더링이 필요하여 BOJ보다 느립니다 (3-5초).

⚠️ 플랫폼 미지정 시 사용자에게 어느 플랫폼에서 검색할지 확인하세요.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo페이지 번호 (기본값: 1, 페이지당 20개 문제)
limitNo반환할 문제 개수 (최대 20개, 기본값: 20)
orderNo정렬 방식. recent: 최신순, accuracy: 정확도순, popular: 인기순 (기본값: recent)
queryNo검색 키워드 (문제 제목으로 검색)
levelsNo난이도 레벨 배열 (0: 입문, 1-5: 레벨1-5). 예: [1, 2] - 레벨1, 2 문제
Behavior5/5

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

With no annotations, the description carries the full burden and does exceptionally well: it reveals Puppeteer-based scraping, response latency, page size, return format (markdown table with specific columns), and the reason for slowness (JavaScript rendering). This adds meaningful behavioral context beyond the schema.

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 well-structured with clear sections (intro, examples, limitations, response format, warnings). It is slightly redundant as the '중요' warning repeats the 3-5 second latency already stated in limitations, but overall every section serves a purpose and the front-loaded intro is effective.

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?

Given no output schema, the description compensates by detailing the response format (markdown table with columns). It also covers platform-specific behavior, constraints, and usage examples, making it complete for a moderately complex search tool with 5 optional parameters.

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 value by providing concrete usage examples for levels, order, query, and page, and by clarifying the levels range (0-5). This goes beyond the plain schema descriptions, though it doesn't detail every parameter's syntax.

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's purpose: '프로그래머스 문제를 검색합니다' (searches Programmers problems) and mentions filtering by difficulty, sort, and keyword. It distinguishes from the BOJ sibling by explicitly referencing BOJ's speed and advising platform confirmation.

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 provides explicit usage examples for various parameter combinations (levels, order, query, page) and clearly states when to use this tool by instructing to confirm the platform when unspecified. It also mentions limitations like 3-5 second response time, helping users decide if this is appropriate.

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