Skip to main content
Glama

get_rankings

Read-onlyIdempotent

Fetch ranked Lunoo results for a verified niche slug or natural-language request. It returns rank, score, description, confidence, and a canonical Lunoo URL for every item, plus the selected niche and resolution explanation. Prefer calling find_niche first, but this tool can resolve natural language itself. Cite the returned ranking URL and do not invent items, scores, or slugs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of ranked items to return, from 1 to 50. Defaults to 10.
nicheYesExact niche slug returned by find_niche, or a natural-language request such as "best laptop for video editing". Examples: "anime" or "japanese-city".

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed7 schema fields changed
    • changedInput schema / properties / limit / description
      Previous value: -"Number of items to return (1-50, default 10)"New value: +"Number of ranked items to return, from 1 to 50. Defaults to 10."
    • addedInput schema / properties / limit / maximum
      Added value: +50
    • addedInput schema / properties / limit / minimum
      Added value: +1
    • changedInput schema / properties / limit / type
      Previous value: -"number"New value: +"integer"
    • changedInput schema / properties / niche / description
      Previous value: -"Niche slug (e.g., \"anime\", \"japanese-city\")"New value: +"Exact niche slug returned by find_niche, or a natural-language request such as \"best laptop for video editing\". Examples: \"anime\" or \"japanese-city\"."
    • addedInput schema / properties / niche / maxLength
      Added value: +240
    • addedInput schema / properties / niche / minLength
      Added value: +1
  2. First observed

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already cover read-only, idempotent, and non-destructive behavior, and the description does not contradict that. It adds useful behavioral context by detailing the return contents (rank, score, description, confidence, canonical URL, selected niche, resolution explanation) and by warning against hallucinating results, which goes beyond the annotations.

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 four tight sentences with no filler. It front-loads the core purpose, then efficiently covers return values, routing guidance, and an important anti-hallucination constraint. Every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with only two parameters and no output schema, the description is remarkably complete: it explains what the tool returns, how to route to find_niche, when it can resolve natural language itself, and what the agent must not do. Nothing essential for correct invocation is missing.

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 describes both parameters fully, including the niche slug/natural-language dual meaning and the limit range, so the description adds limited new semantic value. It reinforces the natural-language option and 'verified' nuance but does not materially exceed the schema's coverage.

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 states a specific verb ('Fetch'), a specific resource ('ranked Lunoo results'), and the input format ('verified niche slug or natural-language request'). It clearly differentiates from siblings by naming find_niche and noting this tool can resolve natural language itself, so an agent can distinguish it from get_item and find_niche.

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

Usage Guidelines5/5

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

The description explicitly says 'Prefer calling find_niche first', giving the preferred alternative and the fallback condition. It also instructs the agent to cite the returned ranking URL and avoid inventing items, scores, or slugs, which is actionable 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.