Global Metro Power Rankings
Server Details
Query 4,300+ ranked metros across sixteen dimensions: profiles, search, and head-to-head comparisons
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- ashwin-desikan/metro-power-rankings
- GitHub Stars
- 1
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.1/5 across 5 of 5 tools scored. Lowest: 3.5/5.
Each tool has a clearly distinct purpose: searching, listing, getting full profiles, comparing, and viewing methodology. There is no overlap between them, and the descriptions even cross-reference each other (e.g., use search_metros before get_metro, call get_metro for full detail from list_top_metros), which removes ambiguity in the intended workflow.
The server mostly follows a clean verb_noun pattern (get_metro, get_methodology, list_top_metros, search_metros), but compare_metros breaks the pattern by using a verb without the resource it acts on — though this is a minor deviation given the tool is inherently comparative.
Five tools is a well-scoped set for a lookup/comparison data server. Each tool earns its place: search and list are entry points, get_metro and compare_metros are the core data operations, and get_methodology explains the underlying model.
The tool surface covers the core lookup workflow completely: find (search), browse (list), retrieve detail (get_metro), compare (compare_metros), and understand the model (get_methodology). A minor gap is the lack of any filtering/ranking/filtering options beyond region/country on the list tool, but the stated purpose of a read-only rankings server is well served.
Available Tools
5 toolscompare_metrosCompare metrosAInspect
Side-by-side comparison of two to 4 metros across all sixteen scoring dimensions, with the leader in each dimension flagged.
| Name | Required | Description | Default |
|---|---|---|---|
| slugs | Yes | 2 to 4 metro slugs to compare |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full behavioral burden. It discloses the comparison structure (side-by-side, leader flagged per dimension) and scope (all sixteen dimensions). However, it doesn't describe return format, how ties are handled, whether the output is tabular or narrative, or any ordering behavior. For a read-only comparison tool, this is adequate but could disclose more about the output structure.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
A single sentence that efficiently conveys the tool's purpose, scope (2-4 metros), granularity (all sixteen dimensions), and the leader-flagging behavior. Zero waste, front-loaded with the main action.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool has one parameter (fully documented in schema), no annotations, no output schema, and no nested objects. The description covers the core behavior well. However, since there's no output schema and no annotations, the description could disclose more about the output format (how the leader flag is presented, what fields appear in each comparison row) to fully compensate. It's functional but leaves some ambiguity about the result structure.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so the single 'slugs' parameter is fully documented with minItems 2 and maxItems 4 constraints in the schema. The description's 'two to 4 metros' and 'sixteen scoring dimensions' adds a little context but doesn't go beyond what the schema already conveys about constraints. Baseline 3 is appropriate when the schema does the heavy lifting for a single well-documented parameter.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool performs a side-by-side comparison of 2-4 metros across all sixteen scoring dimensions, flagging the leader in each. The verb 'compare' plus the resource scope ('metros') is specific. However, it doesn't explicitly distinguish from the sibling tools like get_metro (single metro details) or list_top_metros (ranking), though the comparison nature is fairly distinct by name.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description conveys the tool takes 2-4 metros for comparison, which implies it's used when a comparative view is desired. However, there's no explicit guidance on when to use this vs alternatives (e.g., when to use search_metros first to find slugs, or when get_metro would suffice for a single metro). The 'across all sixteen scoring dimensions' adds some context but no explicit exclusions or alternatives are named.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_methodologyGet scoring methodologyAInspect
The sixteen weighted dimensions behind the Global Metro Power Rankings composite score: what each measures, its weight/shape in the formula, and its upstream data source.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of disclosure. It clearly indicates this is a read-only explanatory tool returning methodology details, with no mention of mutation, side effects, or destructive behavior. The description adequately conveys what the agent should expect: a breakdown of dimensions, weights, and data sources. It reasonably implies a stable, non-destructive operation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, information-dense sentence that packs in multiple details: what is returned (sixteen weighted dimensions), the context (Global Metro Power Rankings composite score), and the granularity of information (what each measures, weight/shape, upstream source). It is front-loaded with the subject and purpose. Slightly long but every clause earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter, no-output-schema tool, the description is quite complete. It tells the agent what content to expect (dimensions, weights, data sources) without needing to enumerate every dimension. The complexity is moderate, and the description adequately sets expectations for what the tool delivers. It could theoretically enumerate the sixteen dimensions, but that level of detail is unnecessary for tool selection.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has 0 parameters, and schema description coverage is 100%. With no parameters, the baseline is 4 per the rubric. The description adds value by describing what content will be returned, which compensates for the absence of any parameter semantics to clarify.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool returns the sixteen weighted dimensions behind the Global Metro Power Rankings composite score. It specifies what each dimension measures, its weight/shape in the formula, and its upstream data source. This is a specific verb+resource and clearly distinguishes itself from sibling tools like get_metro or list_top_metros which deal with metro data, not methodology.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implicitly communicates its purpose as an explanatory/reference tool distinct from the data-returning siblings. However, it doesn't explicitly state when a user should call this instead of alternatives (e.g., 'Use this when you need to understand how scores are calculated, not the actual rankings'). The context is clear but lacks explicit when-to-use guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_metroGet metro profileAInspect
Full profile for one metro in the Global Metro Power Rankings: rank, score, all sixteen dimension values and ranks, teams, universities, culture, luxury hospitality, events, market cap, and more. Use search_metros first if you don't know the exact slug.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | URL slug for the metro, e.g. 'new-york', 'london', 'san-francisco-san-jose' |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the burden for behavioral disclosure. The description does reveal the scope of data returned and the requirement to know the slug, but doesn't mention pagination, performance characteristics, or how errors manifest for invalid slugs. The enumerated content list gives reasonable expectations, warranting a mid score.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, front-loaded with the exhaustive content list followed by a targeted usage directive. Every sentence earns its place with zero filler or repetition.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With only one parameter that is 100% schema-covered, no output schema, and no nested objects, the tool is simple. The description enumerates the return contents thoroughly and provides usage prerequisites. Since no annotations exist, the description adequately compensates for the missing safety/behavior context for a presumably read-only data retrieval tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so the schema already documents the slug parameter with format examples ('new-york', 'london'). The description reinforces that the slug must be known/exact and even names the alternative tool to find it, which slightly adds context beyond schema. Baseline 3 is appropriate given the schema does the heavy lifting.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
States precise verb+resource ('Full profile for one metro') and enumerates the specific data dimensions returned (rank, score, sixteen dimension values/ranks, teams, universities, culture, etc.). Clearly distinguishes from search_metros (which finds metros) and list_top_metros (which lists multiple).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly instructs to 'Use search_metros first if you don't know the exact slug,' which directly addresses the primary prerequisite and routes to the correct sibling tool for lookup scenarios. This is clear when-to-use guidance with an explicit alternative.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_top_metrosList top metrosAInspect
Ranked list of metros from the Global Metro Power Rankings composite (4,300+ metros total), optionally filtered by region or country. Returns lightweight summary rows (rank, slug, name, country, region, score, population) — call get_metro for full detail on any one metro. Capped at 200 rows per call.
| Name | Required | Description | Default |
|---|---|---|---|
| n | No | Number of metros to return, max 200 | |
| region | No | Filter by region name, e.g. 'North America', 'Europe' | |
| country | No | Filter by country name, e.g. 'United States' |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so description carries the burden. It discloses the return format (summary rows with listed fields), the row cap, and that this is a ranked composite. However, it doesn't clarify the default ranking dimension or whether results are top-N by score (implied by 'top metros'). Reasonable but not exhaustive.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two efficient sentences with zero waste. Front-loaded purpose, then lightweight-row content, then pointer to sibling tool, then cap. Every clause earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a straightforward filtered-list tool with fully documented schema params, 100% coverage, and a described return shape, the description is fairly complete. Minor gap: doesn't state default ranking behavior or whether region/country filters combine (AND), but these are minor for a listing tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100% and all three params (n, region, country) have descriptions in the schema. The description adds context that these are filters against a composite ranking and that 'n' caps output, but doesn't materially extend the schema beyond what it already documents. Baseline 3 applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Specific verb+resource ('List top metros from Global Metro Power Rankings composite') with clear scope (4,300+ metros, ranked). Distinct from siblings — get_metro is called out for full detail, distinguishing it from the summary listing.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly states options (filter by region or country), notes the alternative get_metro for full detail, and discloses the 200-row cap. Clear when to use this vs the sibling detail tool.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_metrosSearch metros by nameAInspect
Case-insensitive search over metro name, primary city, and country. Use this to find a metro's exact slug before calling get_metro or compare_metros.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | Search text, e.g. 'san fran', 'brazil' |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Discloses the case-insensitive behavior of the search, which is a meaningful behavioral trait not conveyed by annotations. However, no annotations exist, so the description carries full burden. It doesn't describe matching semantics beyond fields searched (fuzzy, prefix, substring) or what results return, leaving some ambiguity for the agent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, both load-bearing. The first states functionality and scope; the second provides workflow context tying to sibling tools. Zero waste.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple 2-param search tool with a clear output (list of metros with slugs), the description is essentially complete. It covers what's searched, case-insensitivity, and downstream usage. Minor gap: doesn't describe return ordering or that results may be partial, but these are minor for a discovery-oriented search tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 50% — the 'query' parameter has a meaningful example ('san fran', 'brazil') in the schema itself, and 'limit' has default/max/min constraints documented. The description adds little beyond the schema but examples are provided by the schema, warranting baseline. The description does clarify the query targets name, primary city, and country, adding some semantic value.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description uses a specific verb ('case-insensitive search') over concrete resources (metro name, primary city, country). It clearly distinguishes itself from siblings by stating it's the way to find a metro's slug before calling get_metro or compare_metros.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly states when to use this tool ('Use this to find a metro's exact slug before calling get_metro or compare_metros'), providing clear context and a workflow for why search precedes those tools. This effectively scopes its purpose relative to siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- Alicense-qualityDmaintenanceLive real estate market data for 895 US metros. Ask your AI assistant about home prices, rental yields, investment health scores, migration trends, and affordability. Free tier covers top 50 markets (no account needed). Premium tier unlocks all 895 markets, HUD Fair Market Rents, side-by-side market comparison, and filtered market search.Last updatedMIT
- Alicense-qualityCmaintenanceSubmarket-level US residential rental intelligence for AI agents. Search, compare, rank, and analyze rent data, trends, vacancy, affordability, and days on market across 1,000+ named submarkets in the 20+ largest US metros. ZIP-level and metro-level queries included. Always current, always expanding. Free tier available.Last updated1MIT
- Alicense-qualityCmaintenanceAgent-ready economic, market & geo-health intelligence — 163 MCP tools, 155 driver-backed indices.Last updatedMIT
- AlicenseAqualityDmaintenanceProvides US real estate data including housing stats, demographics, nearby amenities, area comparisons, cost-of-living analysis, and neighborhood search via free public APIs without any API keys.Last updated6MIT