Skip to main content
Glama

Recommend Contest Problems

recommend-contest-problems

Recommend contest problems based on your preparation goal. Choose school, ICPC, specific contest, or general practice, and filter by tags, tier, and count for a customized set.

Instructions

목적에 맞는 대회 문제를 추천하는 방법을 안내합니다. 학교 대회, ICPC, 특정 대회 준비 등 목적에 따라 맞춤형 문제 세트를 찾는 가이드를 제공합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
purposeYes준비 목적: - 'school': 학교 대회 준비 - 'icpc': ICPC 준비 (ICPC, IOI, BAPC, NWERC 등 국제 대회) - 'specific_contest': 특정 대회 준비 (해당 대회의 과거 기출) - 'general': 일반적인 실력 향상
focusTagsNo집중하고 싶은 알고리즘 태그들 (쉼표로 구분, 예: 'dp,그리디,그래프')
currentTierNo현재 티어 또는 목표 난이도 (예: 'bronze', 'silver', 'gold', 'platinum'). 미입력 시 다양한 난이도 추천
problemCountNo추천받을 문제 개수 (기본값: 10)
targetContestNopurpose가 'specific_contest'일 때 필수. 준비하려는 대회 이름 또는 슬러그 (예: 'ucpc', '충남대학교', 'icpc')
Behavior2/5

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

No annotations are provided, so the description carries full burden for behavioral disclosure. It only says it 'guides' and 'provides a guide' to find problem sets, but does not disclose what the output looks like, whether it depends on specific parameters like targetContest for specific_contest, or any side effects. This is a significant gap given the absence of annotations.

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 concise at two sentences, but the two sentences are somewhat redundant ('guides how to recommend' and 'provides a guide to find customized problem sets'). It is front-loaded with the core purpose and has no fluff, but could be tightened into one sentence.

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?

With five parameters, no annotations, and no output schema, the description is too thin to be complete. It does not clarify how different purposes affect recommendations, the relationship between parameters (e.g., targetContest dependence on specific_contest), or what the returned data structure is. The schema covers parameter specifics, but the description adds almost no contextual completeness.

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 description coverage is 100%, with all five parameters having clear descriptions. The tool description does not add any additional parameter semantics beyond what the schema already provides, so it earns the baseline score of 3.

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 recommends contest problems based on purpose ('목적에 맞는 대회 문제를 추천'), with specific purpose categories like school contests, ICPC, and specific contest preparation. It distinguishes from sibling tools like search-problem and analyze-contest by focusing on generating customized problem sets.

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 clear context for when to use the tool: when preparing for school contests, ICPC, specific contests, or general skill improvement. However, it does not mention exclusions or alternatives, such as using search-problem for finding a single known problem, so it just misses a 5.

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