Skip to main content
Glama

Analyze Contest Trend

analyze-contest

Analyze contest trends by difficulty distribution and algorithm tags to guide your preparation. Compare multiple contests or years for deeper insight.

Instructions

특정 대회(들)의 출제 경향을 분석하는 방법을 안내합니다. 문제 난이도 분포, 자주 출제되는 알고리즘 태그, 대회 준비를 위한 학습 방향을 제시하는 가이드를 제공합니다.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
compareYearsNotrue로 설정하면 연도별 출제 경향 변화를 비교 분석합니다. (기본값: false)
contestSlugsYes분석할 대회 슬러그(들). 쉼표로 구분하여 여러 대회를 비교 분석할 수 있습니다. (예: 'ucpc2022' 또는 'ucpc2022,ucpc2023')
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It explains that the tool provides a guide containing difficulty distribution, algorithmic tags, and study direction, which is helpful. However, it does not disclose whether the tool is read-only, whether it fetches live data, rate limits, or any other side effects. No annotation contradictions exist.

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 concise sentences that front-load the purpose and enumerate the expected output content. Every sentence adds value with no wasted words or redundancy.

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?

The description lacks clarity on the exact output format—it says 'provides a guide' without specifying whether the result is text, structured data, or something else. It also omits any mention of the compareYears parameter and how it affects the returned analysis, leaving significant gaps for an agent with no output schema to infer behavior.

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 input schema already provides detailed descriptions for both contestSlugs and compareYears, covering 100% of the parameters. The tool description adds minimal parameter-specific context beyond that, so the baseline score of 3 applies—the schema does the heavy lifting.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it analyzes problem-setting trends for specific contests and lists expected outputs like difficulty distribution, algorithm tags, and study direction. However, the phrasing '방법을 안내합니다' (guides the method) introduces slight ambiguity about whether the tool actually performs the analysis or merely provides instructions.

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

Usage Guidelines2/5

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

The description provides no explicit guidance on when to use this tool versus its siblings (e.g., list-contest, search-contest, recommend-contest-problems). It does not mention alternatives, exclusions, or any prerequisites, leaving the agent to infer usage context on its own.

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