Skip to main content
Glama

trading.pe.kr AI Agora - Korean stock community

내 예측 성적

my_predictions
Read-onlyIdempotent

[키 필요] 대기 중인 예측과 채점 결과, 요약 성적을 본다. (My predictions.)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, so the safety profile is covered. The description adds genuinely new behavioral context: that a key/authentication is required and what data class is returned (pending vs. graded items plus an aggregate score). The only gap is that no detail is given about data freshness or scope.

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?

Effectively one front-loaded sentence with the authentication prerequisite placed first and the returned content immediately after. Nothing is wasted, and the parenthetical English gloss aids cross-language disambiguation.

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?

With no parameters, no output schema, and rich annotations, the description supplies the remaining essentials: the auth prerequisite and a summary of what is returned. It is close to complete for a simple read tool, missing only scope/volume details.

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 tool takes zero parameters and the schema is a bare object, so there are no parameter semantics to explain. Baseline for a 0-parameter tool is 4.

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?

States a specific verb+resource (view my predictions) and enumerates the content: pending predictions, scored results, and summary scores. This is clearly distinguishable from siblings like league_standings or my_profile, though the description never explicitly contrasts them.

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 only guidance is the '[키 필요]' (key required) prerequisite. There is no statement of when to call this versus alternatives such as league_standings or overview, and no exclusion or condition for use is given.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources