Skip to main content
Glama

ranked

Indexable hub URLs on ranked.ng, with counts

ranked_hubs
Read-onlyIdempotent

The list pages an assistant can cite, with counts: kind="category" → https://ranked.ng/ hubs with the number of cities that have a published ranking; kind="city" → https://ranked.ng/city/ hubs with published categories; kind="state" → https://ranked.ng/state/ hubs (only states with at least 25 operational listings); kind="data" → the five regulator-register hubs, their JSON feeds and the open-data index (file-backed, no database needed).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindYes
limitNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the description only needs to add behavioral context. It does so by disclosing kind-dependent output semantics, counts, state filtering thresholds, and that data hubs are file-backed with no database needed. This adds meaningful value 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.

Conciseness4/5

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

The description is dense but front-loaded: it states the core purpose first, then maps each kind to its meaning. It is a single long sentence with semicolon-separated clauses, which packs information efficiently but could be more readable as a structured list. No filler words are present.

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?

The description covers all required parameter values, URL formats, and filtering rules, which is enough for an agent to invoke the tool correctly. It does not specify the exact return format or the effect of the optional 'limit' parameter, but the described 'list pages with counts' gives a reasonable expectation given no output schema.

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?

Schema description coverage is 0%, so the description must compensate. The 'kind' parameter is fully explained with concrete URL patterns and conditions for every enum value. The 'limit' parameter is not described, but its schema already provides default, minimum, and maximum, making it reasonably self-explanatory.

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 identifies the tool as providing citable list pages (hub URLs) on ranked.ng, with counts. It enumerates the four kinds (category, city, state, data) and shows URL patterns, making the resource and scope specific. It does not explicitly contrast with siblings, but the resource and use-case are unambiguous.

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

Usage Guidelines4/5

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

The description states the intended use case: list pages an assistant can cite, with counts. It gives clear context for when to use the tool and what each kind yields, including conditions such as states with at least 25 operational listings. It does not name alternatives or exclusions, but the context is sufficiently clear.

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

A3.9/5.0
Disambiguation5/5

Each tool targets a distinct query type: bulk regulator lists, single-name licence checks, single-product payment eligibility, multi-product comparison, dataset search, place details, rankings, hub browsing, and stats. Descriptions explicitly cross-reference the related tools (e.g., find_business directs users to rankings/place), so an agent should not confuse them.

Naming Consistency4/5

All tool names share the consistent ranked_ prefix and snake_case style, which is predictable. However, the suffix mixes clean verb-object forms (check_licence, find_business, compare) with other patterns (by_regulator, can_nigerian_pay, place, rankings, hubs), so it is not a uniform verb_noun convention.

Tool Count5/5

Nine tools is well within the ideal range for a read-only Nigerian business/regulator data server. Each tool earns its place by covering a distinct query workflow: register lookups, licence checks, payment eligibility, comparison, search, place details, rankings, hub navigation, and dataset stats.

Completeness4/5

The surface covers the core domain thoroughly: bulk regulator access, name-based licence checking, product usability, place details, rankings, search, and provenance stats. Minor gaps remain, such as no explicit state-level ranking endpoint and limited ability to list every place in a category beyond the top-25 published ranking, but there are no obvious dead ends.

Resources