Skip to main content
Glama

Search Problem

search-problem

Search Baekjoon (BOJ) problems using solved.ac advanced query filters like tags, difficulty, and user solve status.

Instructions

BOJ 문제를 검색합니다. 알고리즘 태그(#태그)를 사용한 검색 전에는 반드시 'search-tag'나 'list-tag' 도구로 유효한 태그 슬러그/이름을 확인하세요.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNo정렬 기준solved
queryYessolved.ac 문제 고급 검색 쿼리 형식 주요 연산자/필터와 예시: - "...": 정확히 일치 (예: "A+B - 2") - (): 우선순위/그룹 (예: A+B (2 | 3)) - -: 제외 not (예: -Large, -#greedy) - &: AND, |: OR (예: "A+B" 2 & #math, Small | Large) - *: 난이도 (예: *b..s, *g4..g1, *0) - id: 문제 번호 범위 (예: id:1000..1099) - s#: 푼 사람 수 (예: s#1000.., s#100..500) - #: 태그 (예: #dp, -#ad_hoc) - /: 출처/북마크 (예: /ucpc2022) - t#: 평균 시도 (예: t#3..5) - %: 언어 (예: %ko) - @: 유저가 푼 문제 (예: @shiftpsh)- c/: CLASS 단계 (예: c/1) - e/: CLASS 에센셜 (예: e/1) - s?: 표준 난이도 (예: s?true) - p?: 새싹 난이도 (예: p?true) - o?: 풀 수 있음 (예: o?true) - v?:, c?: 기여 가능 (예: v?true) - w?: 문제해결 경고 (예: w?true) - v#:, c#: 기여자 수 (예: v#10.., c#1..5) 범위 표기: a..b(이상..이하), a..(이상), ..b(이하). 공백으로 구분된 조건은 AND로 해석됨
directionNo정렬 방향asc
userSolvedNo사용자가 푼 문제를 어떻게 할지: all: 상관없음, solved: 사용자가 푼 문제만 조회, not_solved: 사용자가 풀지 않은 문제만 조회all
include_tagsNo태그 정보를 포함할지 여부 (알고리즘 태그 정보는 힌트가 될 수 있으므로, 사용자가 학습을 원한다면 false로 설정하세요)
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only states the basic action (search problems) and the tag validation advice, but does not mention return format, pagination, rate limits, or any side effects. This is a significant gap for a search tool.

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 consists of two concise sentences, front-loaded with the purpose and followed by a targeted usage guideline. Every sentence contributes useful information without redundancy.

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

Completeness3/5

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

The schema richly documents the query syntax and parameters, but the description lacks any information about the return value or output shape (no output schema exists). It is adequate for a simple search tool but has gaps regarding what the caller receives.

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 covers 100% of parameters with detailed descriptions, especially the query parameter's complex syntax. The description adds a small but useful semantic hint about checking tag validity, which relates to the query parameter. This provides minimal added value beyond 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 states 'BOJ 문제를 검색합니다' (searches BOJ problems), which is a specific verb+resource that clearly identifies the tool's function. This distinguishes it from sibling tools like search-tag and search-contest by making the target resource explicit.

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

Usage Guidelines4/5

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

The description provides explicit usage guidance: '알고리즘 태그(#태그)를 사용한 검색 전에는 반드시 'search-tag'나 'list-tag' 도구로 유효한 태그 슬러그/이름을 확인하세요' (before using tag search, verify valid tag slugs with search-tag or list-tag). This clearly instructs when to use alternative tools, though it doesn't cover all potential 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/csh1668/boj-mcp'

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