Metro Quadrado
Server Details
Preço do m² por bairro em 6 cidades de Santa Catarina, Brasil. Dados abertos do Minuto Jaraguá.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- minutojaragua/metro-quadrado
- GitHub Stars
- 0
Available Tools
5 toolscompararComparar bairros ou cidadesARead-onlyInspect
Compara de 2 a 6 lugares lado a lado pelo preço do m². Cada lugar é uma cidade ("Joinville") ou um bairro com a cidade ("Jaraguá do Sul/Amizade").
| Name | Required | Description | Default |
|---|---|---|---|
| tipo | No | Tipo de imóvel. Padrão: apartamento. | |
| lugares | Yes | Lista de 2 a 6 lugares. Bairro no formato "Cidade/Bairro". | |
| operacao | No | Venda ou aluguel. Padrão: venda. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and openWorldHint=false, so the safety profile is covered. The description adds useful scoping information such as the 2-6 place limit and the 'Cidade/Bairro' formatting rule, but it does not disclose output shape, limitations, or default behavior beyond what the schema already provides.
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 short, information-dense sentences with no filler. The main action and scope come first, and the input format clarification follows immediately. Every sentence 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 simple read-only comparison tool, the description covers what is compared, how many places can be compared, and how to format each place. The schema covers constraints and defaults. It is slightly incomplete because it does not describe the output shape or provide explicit routing to sibling tools, but an agent can still invoke it correctly.
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%, so the schema already documents all parameters, enums, and defaults. The description adds concrete format examples ('Joinville' vs 'Jaraguá do Sul/Amizade') and clarifies the comparison criterion, but it does not meaningfully extend parameter semantics beyond the structured schema.
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 uses a concrete verb ('Compara'), specifies the resource (2 a 6 lugares), and defines the comparison metric (preço do m²). It also clarifies the accepted place formats with examples. It does not explicitly distinguish itself from siblings like preco_m2 or ranking_bairros, so it stops short of a perfect score.
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 intended use is implied: when the agent needs a side-by-side comparison of multiple cities or neighborhoods by price per square meter. However, there is no explicit 'when not to use' guidance, and no alternative tool is named for single-place price queries or ranking queries.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
metodologiaMetodologia e cobertura do índiceARead-onlyInspect
Como o Índice Metro Quadrado é apurado, quais cidades e tipos de imóvel cobre, qual o mês da coleta e quais as limitações do número. Use quando perguntarem de onde vem o dado.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate readOnlyHint=true, so no side-effect warning is needed. The description adds useful transparency by mentioning that the tool covers limitations of the number, which helps set expectations about the nature of the answer.
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 sentence that front-loads the core content — methodology, coverage, collection month, and limitations — and then gives a direct usage instruction. Every clause contributes useful information with no redundancy.
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 informational tool, the description fully explains what the tool covers and when to use it. The absence of an output schema is not a gap here because the tool's purpose is to provide explanatory content, which the description already characterizes.
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 zero parameters, so there is no parameter information for the description to add. The baseline of 4 applies because parameter semantics are not applicable and the description does not need to compensate for schema gaps.
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 explains how the Metro Quadrado index is calculated, which cities and property types it covers, the collection month, and the number's limitations. This makes it distinct from sibling tools like preco_m2 or ranking_bairros, which are about specific lookups or calculations.
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 explicitly says 'Use quando perguntarem de onde vem o dado,' giving a clear trigger condition. It does not explicitly say when not to use it or name alternatives, but the context is unambiguous enough for an agent to route to this tool.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
preco_m2Preço do m² por cidade ou bairroARead-onlyInspect
Mediana do preço do metro quadrado numa cidade ou num bairro específico, por tipo de imóvel e por operação (venda ou aluguel). Quando o bairro é informado, também traz o imóvel típico do bairro e a comparação com a mediana da cidade.
| Name | Required | Description | Default |
|---|---|---|---|
| tipo | No | Tipo de imóvel. Padrão: apartamento. | |
| bairro | No | Nome do bairro. Opcional: sem ele, responde a cidade inteira. | |
| cidade | Yes | Cidade. Uma das 6 cobertas pelo índice. | |
| operacao | No | Venda ou aluguel. Padrão: venda. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, so the description doesn't need to restate safety. It adds behavioral value by disclosing the conditional behavior when bairro is provided – the typical property and comparison with the city median – which is not otherwise represented in schema or annotations.
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 core purpose, followed by the conditional nuance. No filler or redundant restatement of the title.
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 no output schema, the description explains the main return values at a useful level. It doesn't specify units (e.g., R$/m²) or response structure, but for a read-only, moderately complex tool with richly documented parameters, it is close to complete.
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 baseline is 3. The description adds semantics for the bairro parameter by specifying that supplying it triggers additional output (typical property and city comparison), which enriches the schema's bare optional flag.
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 a specific function: returning the median price per square meter for a city or neighborhood, filtered by property type and sale/rental operation. It goes beyond the title by detailing the conditional extra output (typical property and city comparison) when a bairro is given, but it does not explicitly distinguish itself from sibling tools like comparar.
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?
It provides context for when extra output appears (when bairro is informed), and implicitly signals it is the tool for median m² prices. However, it does not give explicit when-to-use/when-not-to-use guidance or reference any alternative sibling tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
ranking_bairrosRanking de bairros por preço do m²ARead-onlyInspect
Lista os bairros de uma cidade ordenados pelo preço do m², do mais caro ao mais barato (ou o inverso). Serve para responder qual é o bairro mais caro ou mais barato.
| Name | Required | Description | Default |
|---|---|---|---|
| tipo | No | Tipo de imóvel. Padrão: apartamento. | |
| ordem | No | Padrão: caro_primeiro. | |
| cidade | Yes | Cidade. Uma das 6 cobertas pelo índice. | |
| limite | No | Quantos bairros retornar. Padrão 10. Use 0 para todos. | |
| operacao | No | Venda ou aluguel. Padrão: venda. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and the description does not contradict them. It adds the sorting orientation and the practical use-case, but it does not disclose limits, default ordering behavior, or what fields each ranked item contains.
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 with no redundancy; the core action and ordering are front-loaded, and the practical use-case completes the definition.
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 read-only listing tool with fully documented parameters, the description is nearly sufficient. It explains the output form (a list of neighborhoods sorted by m² price) and the motivating question, though it relies on the schema for city coverage and limits.
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%, so the schema documents all five parameters including defaults and enum options. The description adds only the general notion of ordering direction ('do mais caro ao mais barato (ou o inverso)'), matching the baseline for schema-heavy definitions.
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 names a concrete operation ('Lista os bairros de uma cidade') and the ranking attribute ('preço do m²'), and states the exact question it answers ('qual é o bairro mais caro ou mais barato'). This differentiates it from siblings like 'comparar' and 'preco_m2' by emphasizing an ordered ranking rather than a comparison or a single price lookup.
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?
It gives a clear intended use ('Serve para responder qual é o bairro mais caro ou mais barato'), so an agent knows when to pick it. It does not explicitly name alternatives or exclusion conditions, so it stops one step short of full routing guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
rendimento_aluguelRendimento do aluguel (yield) por bairroARead-onlyInspect
Rendimento bruto anual do aluguel: 12 aluguéis divididos pelo preço de venda, pelo m² mediano. Serve para responder se compensa comprar para alugar num bairro.
| Name | Required | Description | Default |
|---|---|---|---|
| tipo | No | Tipo de imóvel. Padrão: apartamento. | |
| bairro | No | Bairro. Opcional: sem ele, responde a cidade inteira. | |
| cidade | Yes | Cidade. Uma das 6 cobertas pelo índice. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, so the agent knows this is a safe read operation. The description adds the formula's semantics but does not disclose output format, edge cases, or what happens when optional parameters are omitted. This adds some context beyond annotations but not rich behavioral detail.
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 two short sentences with no filler. The calculation is front-loaded, and the use case follows immediately, making it easy for an agent to scan.
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 read-only metric tool with all parameters documented in the schema, the description is largely complete: it gives the formula and the decision context. Since there is no output schema, it could state the expected return format more explicitly, but the formula strongly implies a numerical yield value.
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%, so the baseline is 3; the tool description adds no parameter-level meaning beyond what the schema already provides. The formula in the description clarifies the conceptual output, but it does not explain parameter formatting or behavior. The schema is mostly self-sufficient, though it contains an apparent mismatch between '6 cidades' and the 9 enum entries.
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 names a specific metric (gross annual rental yield) and gives an explicit calculation: 12 rents divided by sale price per median square meter. It also states the decision it supports, buying to rent in a neighborhood, which separates it from siblings like preco_m2 and ranking_bairros. It does not explicitly contrast itself with sibling tools, so it stops short of a 5.
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 provides a clear when-to-use rationale: 'Serve para responder se compensa comprar para alugar num bairro.' This tells the agent when this metric is relevant. However, it does not mention when not to use it or point to an alternative sibling, so it lacks explicit exclusion guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user or an account that owns the GitHub organization, then choose Claim with GitHub.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
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
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
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 Connectors
Consulta pública de preços e ofertas de supermercados em Lages, SC.
Polish real estate for AI: 8M+ deed transaction prices (RCN) + per-parcel context by cadastral ID
Official Korean apartment sale prices (MOLIT). Clean JSON, data global models cannot know — paid pe…
Cleaned Taiwan 實價登錄: real-area (去公設) per-ping prices, de-parking. 7 MCP tools.
Related MCP Servers
AlicenseAqualityCmaintenance7M+ real estate transactions from Poland's RCN registry. Search, compare, and analyze prices23871MIT- AlicenseAqualityDmaintenanceSingapore property prices, HDB resale transactions, land use/zoning, and nearby amenities via MCP. Uses only free public APIs, no API keys needed.811MIT
- AlicenseAqualityBmaintenanceProvides AI models with direct access to official IBGE Censo 2022 and PIB data for Natal (RN), including neighborhood-level demographics, sanitation, and comparisons.16MIT
- AlicenseNot gradedqualityCmaintenanceAnalyzes French real-estate market using open data sources like DVF transactions, DPE certificates, and risk data.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool targets a clearly distinct query type: single-value lookup, side-by-side comparison, neighborhood ranking, rental yield, and methodology. There is little risk of selecting the wrong tool for a given user intent.
Names are readable and all lowercase Portuguese, but they mix conventions: 'comparar' is a bare verb, 'metodologia' is a simple noun, and the other three are compound nouns with underscores. This is not a consistent verb_noun pattern, though it remains understandable.
Five tools is well-scoped for a focused real-estate data server covering lookup, comparison, ranking, yield, and methodology. Each tool earns its place without redundancy or bloat.
The set covers the core user journeys for this domain: retrieving prices, comparing places, ranking neighborhoods, calculating rental yield, and explaining the data's provenance and limitations. No obvious dead ends or missing operations are apparent.