Skip to main content
Glama

User Rating

user_rating
Read-onlyIdempotent

Full rating history for a user.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
handleYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultNoArray of rating change objects
statusYesResponse status (OK or FAILED)
commentNoError comment (if status is FAILED)

TDQS

C2.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the description's claim of returning 'full rating history' aligns with safe, idempotent behavior. It adds no further details (e.g., pagination, data freshness), which keeps it minimally adequate but not rich.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very short (6 words), which is concise, but it omits potentially helpful details like parameter explanation or output summary. It earns its place but could be more informative without losing brevity.

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?

Given the tool is simple with one required parameter and an output schema (not shown), the description provides a minimal but acceptable overview. However, it lacks usage context and parameter details, making it barely complete for effective agent invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description does not mention the 'handle' parameter or its meaning. With 0% schema description coverage and only one parameter, the description should at least clarify that 'handle' identifies the user. The schema example 'tourist' helps, but the description itself adds no parameter semantics.

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 returns 'Full rating history for a user', which is specific and includes the resource (rating history) and action (retrieving). However, it does not differentiate from sibling tools, many of which are unrelated; still, the purpose is clear enough.

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?

No guidance on when to use this tool versus alternatives, no exclusions or prerequisites mentioned. The description provides no context about scenarios where this tool is appropriate or not.

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.

TDQS

B3.2/5.0
Disambiguation2/5

The set mixes Codeforces-specific tools with a large Pipeworx data toolkit. Within the Pipeworx family, ask_pipeworx, ask_pipeworx_beta, and ask_pipeworx_grounded are nearly identical (the beta explicitly matches the stable version today), and deep_research/discover_tools/suggest_questions also overlap as meta entry points, creating real selection hazard. An agent could easily misselect among these.

Naming Consistency2/5

Naming patterns are mixed: some tools use verb_noun (list_subscriptions, validate_claim, resolve_entity), some use bare verbs (remember, forget, recall), and some are noun phrases (problemset, blog_entry_view, recent_actions). Word order also varies (contest_list vs list_subscriptions), so no consistent convention is followed.

Tool Count2/5

39 tools is far too many for a server named 'Codeforces' — only 8 tools actually concern Codeforces, while the remaining 31 are unrelated Pipeworx/utility tools. This bloats the surface and makes the server feel unfocused, especially for an agent expecting a compact Codeforces API.

Completeness3/5

For the Codeforces domain, the core read-only API is covered (contests, standings, problems, user info/rating/status, blog entries, recent actions) but some endpoints are missing (blog comments, rated list, problem statements). The large number of extra tools does not fill these gaps and instead obscures the intended purpose.