Skip to main content
Glama

get_custom_ranking

PREMIUM: Recalculates the full ranking table using custom metric weights. Shows how different priorities change the rankings. Requires micropayment via MPP. Data from True Value Rankings (truevaluerankings.com).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
_metaNo
privacyYesWeight for Privacy (default: 5)
adoptionYesWeight for Adoption (default: 15)
liquidityYesWeight for Market Liquidity (default: 10)
longevityYesWeight for Longevity (default: 8)
legal_clarityYesWeight for Legal Clarity (default: 5)
technical_devYesWeight for Technical Development (default: 5)
economic_modelYesWeight for Economic Model (default: 47)
network_securityYesWeight for Network Security (default: 20)

TDQS

A3.7/5.0
Behavior3/5

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

No annotations are provided, so the description bears the full responsibility. It discloses the premium nature, micropayment requirement, and data source. However, it does not clarify whether the operation is read-only or has side effects (e.g., persisting weights), nor does it describe the output format. These are meaningful gaps for a compute tool with no annotation safety hints.

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?

Three concise sentences, front-loaded with the main action. The first sentence states the core purpose, the second clarifies the use case, and the third adds prerequisites and data source. No filler or redundant content.

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 has 8 required parameters, no annotations, and no output schema, the description is only partially complete. It explains the action and mandatory payment, but omits return value details (e.g., what does the 'full ranking table' contain? Are weights required to sum to 100?) and does not mention whether results are calculated on demand or cached. This leaves gaps for an agent to invoke and use the tool correctly.

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 coverage is 89% (8 of 9 params have descriptions with defaults), so the schema already documents parameter meaning. The description adds only the phrase "custom metric weights," which does not go beyond the schema. Baseline 3 applies because the description adds insufficient value.

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 action: "Recalculates the full ranking table using custom metric weights," which combines a specific verb with a resource. It also differentiates itself from sibling tools like get_top_ranked by emphasizing custom weights and how priorities change rankings.

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

Usage Guidelines3/5

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

The description implies usage context: use when you want to explore how different priorities change rankings. However, it does not explicitly mention when NOT to use it or point to alternatives like get_top_ranked for default rankings. The prerequisite "Requires micropayment via MPP" is a constraint, not usage guidance.

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

A4.2/5.0
Disambiguation4/5

Most tools target distinct functions (listing, scoring, valuation, comparison, rankings, methodology, history). However, get_tvr_estimated_value and get_tvr_score overlap significantly, as get_tvr_score already includes the valuation data. Compare_coins and get_comparison_report are similar but differentiated by depth.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern, primarily using 'get_' with a descriptive noun. This makes the tool names predictable and easy to navigate.

Tool Count5/5

11 tools is well-scoped for a cryptocurrency analysis service, covering the full range of querying, comparison, and premium features without excess.

Completeness5/5

The tool set covers the major use cases: discovering coins, obtaining scores and valuations, comparing, ranking, historical tracking, portfolio analysis, and understanding methodology. No significant gaps are apparent.

Resources