mcp-server
Server Details
Live Northern Cyprus property data for AI agents — listings, price index, market overview.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
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/5 across 9 of 9 tools scored.
Each tool has a clearly distinct purpose with no overlap, targeting specific functions like comparison, search, profiling, legal info, market data, and recommendations. For example, compare_cities focuses on city-level data, while compare_properties handles individual listings, and get_district_profile provides detailed district insights, ensuring agents can easily select the right tool.
All tool names follow a consistent verb_noun pattern using snake_case, such as compare_cities, get_district_profile, and search_listings. This uniformity makes the set predictable and easy to navigate, with no deviations in naming conventions across the nine tools.
With 9 tools, the server is well-scoped for its domain of Northern Cyprus property investment, covering key areas like market analysis, property search, legal info, and personalized recommendations. Each tool serves a unique and necessary function, avoiding bloat or gaps in the toolset.
The toolset provides complete coverage for the property investment domain, including CRUD-like operations (e.g., search_listings for retrieval, compare_properties for analysis), market insights (get_market_overview, get_price_index), legal guidance (get_legal_info), and decision support (suggest_neighborhood, get_yield_estimate). There are no obvious gaps, enabling agents to handle end-to-end workflows effectively.
Available Tools
9 toolscompare_citiesCompare Northern Cyprus Cities Side-by-SideAInspect
Compare 2-4 Northern Cyprus cities side-by-side with aggregated prices (avg, median, min, max), listing counts, and top districts. Useful for deciding between investment locations.
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | sale | |
| cities | Yes |
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 behavioral disclosure. It describes the output format (aggregated prices with avg/median/min/max, listing counts, top districts) and the comparison scope (2-4 cities), which is helpful. However, it doesn't mention potential limitations like data freshness, source reliability, or error handling, leaving some behavioral aspects unclear for a tool with no annotation coverage.
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 perfectly concise and front-loaded: the first sentence states the core functionality, and the second sentence adds the use case. Every word earns its place with no redundancy or fluff, making it easy for an agent to parse quickly.
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?
Given the tool's moderate complexity (2 parameters, no output schema, no annotations), the description is adequate but has gaps. It explains the comparison output well but doesn't cover parameter details or potential behavioral constraints. For a tool with no annotations and 0% schema coverage, it should ideally provide more guidance on inputs and limitations to be fully 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?
The description doesn't explicitly mention parameters, but it implies the 'cities' parameter by stating 'Compare 2-4 Northern Cyprus cities' and hints at price types by mentioning 'aggregated prices'. With 0% schema description coverage, this adds meaningful context beyond the bare schema. However, it doesn't detail the 'type' parameter (sale/rent) or city options, so it doesn't fully compensate for the coverage gap.
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's purpose with specific verbs ('compare side-by-side') and resources ('Northern Cyprus cities'), listing exactly what gets compared (prices, listing counts, top districts) and the use case ('for deciding between investment locations'). It distinguishes itself from siblings like get_market_overview or search_listings by focusing on multi-city comparison rather than general data retrieval.
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 clear context for when to use this tool ('useful for deciding between investment locations'), which implicitly suggests alternatives like get_market_overview for broader market data or search_listings for specific property searches. However, it doesn't explicitly state when not to use it or name specific sibling tools as alternatives, keeping it at a 4.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
compare_propertiesCompare Evlek Property Listings Side-by-SideAInspect
Compare 2-4 active Evlek property listings side-by-side. Returns price, area, bedrooms, price-per-m², location for each, plus an automatic value insight (cheapest £/m², largest area, same-city grouping). Pass UUIDs from search_listings results.
| Name | Required | Description | Default |
|---|---|---|---|
| listing_ids | Yes | Evlek listing UUIDs (2-4) |
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 behavioral disclosure. It effectively describes what the tool returns (price, area, bedrooms, price-per-m², location, and value insights) and the input constraints (2-4 UUIDs). However, it lacks details on error handling, rate limits, or authentication needs, which are important for a tool with no 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?
The description is front-loaded with the core purpose, followed by return details and usage instructions in two concise sentences. Every sentence adds necessary information without redundancy, making it efficient and well-structured.
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?
Given the complexity (comparison tool with no output schema and no annotations), the description is mostly complete. It covers purpose, usage, inputs, and outputs. However, it lacks details on error cases (e.g., invalid UUIDs) and behavioral traits like performance or limitations, which would enhance completeness for a tool without structured annotations.
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 schema description coverage is 100%, so the schema already documents the parameter. The description adds value by specifying that UUIDs come from 'search_listings results', providing context beyond the schema. However, it doesn't elaborate on parameter semantics like format or validation beyond what the schema states.
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 specific action ('compare side-by-side'), resource ('active Evlek property listings'), and scope ('2-4 listings'). It distinguishes from sibling tools like 'search_listings' (which provides UUIDs) and 'compare_cities' (which compares cities, not properties).
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 states when to use this tool ('Pass UUIDs from search_listings results') and provides clear alternatives by referencing 'search_listings' as the source for inputs. It also specifies the context ('active Evlek property listings') and the number of listings required (2-4).
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_district_profileGet 360° Profile for a Northern Cyprus DistrictAInspect
Returns a comprehensive profile for a single district: active listing counts (sale & rent), average/median prices, £/m², bedroom breakdown, estimated gross yield (rent/sale ratio), and matching buyer personas (retiree, investor, student, family, digital_nomad, vacation). Use after compare_cities narrows the city.
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | ||
| district | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full burden. It describes the return data comprehensively but lacks behavioral details like rate limits, authentication needs, or error handling. However, it does specify the tool's scope (single district) and data types, which adds some context beyond basic purpose.
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 front-loaded with the core purpose, followed by specific data points and a usage guideline. Every sentence adds value: the first defines the tool, the second lists outputs, and the third provides critical context. No wasted words.
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?
Given no annotations and no output schema, the description does well by detailing the return data (e.g., listing counts, prices, buyer personas). However, it doesn't cover potential errors, data freshness, or format of the output. For a tool with 2 parameters and no structured output, it's mostly complete but has minor gaps.
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 0%, so the description must compensate. It doesn't explicitly mention the 'city' and 'district' parameters, but the usage guideline ('after compare_cities narrows the city') implies the need for a city context. This adds some semantic meaning, though not detailed parameter explanations. With 0 parameters explicitly covered, baseline 4 is appropriate as it provides indirect guidance.
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 specific action ('Returns a comprehensive profile') and resource ('for a single district'), listing detailed data points like listing counts, prices, yields, and buyer personas. It distinguishes from siblings by focusing on district-level profiling rather than city comparison or property search.
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 after compare_cities narrows the city.' This provides clear sequencing guidance and implies an alternative (compare_cities) for initial filtering, helping the agent choose appropriately.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_legal_infoGet KKTC Property Legal InformationAInspect
Authoritative legal/procedural info on Northern Cyprus property topics: title deed types (koçan), foreign purchase rules, taxes, residence permits, and PTP (Permission to Purchase) process. Always recommend consulting a lawyer for specific cases.
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | Legal topic to retrieve |
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 behavioral disclosure. It clarifies the tool provides authoritative information and includes a disclaimer about consulting lawyers, which adds useful context. However, it does not detail response format, potential limitations (e.g., data freshness), or error handling, leaving gaps for a tool with no annotation coverage.
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 front-loaded with the core purpose in the first sentence, followed by a concise list of topics and a necessary disclaimer. Every sentence earns its place by adding clarity or caution without redundancy, making it efficiently structured and appropriately sized.
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?
Given the tool's moderate complexity (single enum parameter, no output schema, no annotations), the description is largely complete. It covers purpose, topics, and a key disclaimer. However, without an output schema, it could benefit from hinting at return format (e.g., structured data vs. text), slightly reducing completeness for agent invocation.
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 input schema has 100% description coverage and includes an enum for the single parameter 'topic', making the schema self-explanatory. The description adds value by listing specific topic examples (e.g., 'title deed types (koçan)', 'PTP process'), which helps users understand the scope, though it does not provide additional syntax or format details beyond the 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 clearly states the tool's purpose with specific verbs ('get authoritative legal/procedural info') and resources ('Northern Cyprus property topics'), listing concrete examples like title deed types and foreign purchase rules. It distinguishes itself from sibling tools (e.g., compare_cities, get_market_overview) by focusing on legal information rather than market data or listings.
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 clear context for when to use this tool ('authoritative legal/procedural info on Northern Cyprus property topics'), but does not explicitly state when not to use it or name specific alternatives among siblings. The advice to 'consult a lawyer for specific cases' implies limitations but lacks direct sibling comparisons.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_market_overviewGet Northern Cyprus Market OverviewAInspect
Returns a high-level market overview for Northern Cyprus property: average rents and sale prices by major city, rental yields, investment highlights, and key facts (taxes, foreign ownership rules).
| 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 behavioral disclosure. It describes the tool as a read operation ('returns'), implying it is non-destructive, and specifies the scope of data (e.g., by major city, includes taxes and foreign ownership rules). However, it does not address potential limitations such as data freshness, rate limits, or authentication needs, which are gaps for a tool with no annotation coverage.
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, well-structured sentence that efficiently lists all key data points (average rents, sale prices, rental yields, investment highlights, key facts) without unnecessary words. It is front-loaded with the main purpose and provides complete information in a concise manner, with every element earning 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?
Given the tool's complexity (providing a comprehensive market overview) and the absence of annotations and output schema, the description does a good job of specifying the data returned (e.g., by city, includes yields and legal facts). However, it could be more complete by mentioning the format of the output or any assumptions (e.g., currency, time period), which would help compensate for the lack of structured output information.
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 input schema has 0 parameters with 100% coverage, so no parameter documentation is needed. The description appropriately does not discuss parameters, focusing instead on the output content. This meets the baseline for tools with no parameters, as it avoids redundancy and adds value by detailing the returned data.
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's purpose with specific verbs ('returns') and resources ('market overview for Northern Cyprus property'), listing detailed content areas like average rents, sale prices, rental yields, investment highlights, and key facts. It distinguishes itself from siblings by focusing on comprehensive overview data rather than comparisons, legal details, indices, estimates, listings, or neighborhood suggestions.
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 implies usage for obtaining a broad market overview, but does not explicitly state when to use this tool versus alternatives like 'compare_cities' or 'get_price_index'. It provides context by listing the types of data returned, but lacks explicit guidance on exclusions or named alternatives, leaving usage somewhat inferred rather than clearly defined.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_price_indexGet Northern Cyprus Price IndexAInspect
Returns the live Evlek Price Index: aggregated average, median, min, max prices per city and top districts. Based on all active listings on evlek.app. Useful for market analysis and investment decisions.
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | ||
| type | No | sale |
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 behavioral disclosure. It describes the data source ('Based on all active listings on evlek.app') and output format ('aggregated average, median, min, max prices'), but lacks details on rate limits, freshness of 'live' data, error handling, or authentication needs, leaving gaps for a tool with no annotation coverage.
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 appropriately sized and front-loaded, with the first sentence stating the core purpose, followed by details on data aggregation and usage context. Every sentence adds value without redundancy, making it efficient and well-structured.
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?
Given the tool's moderate complexity (2 parameters with enums, no output schema, no annotations), the description provides a good overview but lacks completeness. It covers purpose and data source but omits details on output structure (e.g., format of aggregated data), error cases, or how parameters affect results, which could hinder precise agent invocation.
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 input schema has 0% description coverage, but the description compensates by explaining the parameters' context: 'per city' implies the 'city' parameter filters results by city, and the mention of 'prices' relates to the 'type' parameter (sale/rent). However, it does not detail the specific enum values or default behavior, leaving some semantic 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's purpose with specific verbs ('Returns the live Evlek Price Index') and resources ('aggregated average, median, min, max prices per city and top districts'), distinguishing it from siblings like 'compare_cities' or 'search_listings' by focusing on aggregated index data rather than comparisons or individual listings.
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 implies usage context ('Useful for market analysis and investment decisions') but does not explicitly state when to use this tool versus alternatives like 'get_market_overview' or 'get_yield_estimate'. It provides general applicability without specific guidance on exclusions or prerequisites.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_yield_estimateEstimate Rental Yield for a Northern Cyprus PropertyAInspect
Calculate estimated gross and net annual rental yield for a property given its purchase price and city. Returns breakeven years and comparison to city averages.
| Name | Required | Description | Default |
|---|---|---|---|
| city | Yes | ||
| bedrooms | No | ||
| purchasePrice | Yes | Purchase price in GBP |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full burden for behavioral disclosure. It mentions what the tool returns (breakeven years, city averages comparison) but doesn't cover important behavioral aspects like whether this is a read-only calculation, what assumptions are made, data freshness, error conditions, or rate limits.
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 perfectly concise - two sentences that directly state what the tool does and what it returns. Every word earns its place with no redundancy or unnecessary elaboration.
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 calculation tool with 3 parameters, no annotations, and no output schema, the description provides basic purpose and return information but lacks details about calculation methodology, assumptions, error handling, or output format specifics that would be needed for complete understanding.
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 only 33% (only purchasePrice has a description), but the description adds meaningful context by explaining that parameters are used to calculate rental yield. It doesn't detail individual parameters beyond what's in the schema, but for a calculation tool with 3 parameters, this provides adequate semantic framing.
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 specific action ('calculate estimated gross and net annual rental yield'), resource ('a property'), and scope ('for a Northern Cyprus property'). It distinguishes from siblings like compare_cities or get_market_overview by focusing on yield calculation rather than comparison or market data.
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 no guidance on when to use this tool versus alternatives. It doesn't mention prerequisites, when not to use it, or how it differs from siblings like get_price_index or suggest_neighborhood in practical scenarios.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_listingsSearch Northern Cyprus Property ListingsAInspect
Search live property listings on Evlek. Filter by city, type (sale/rent/daily), bedrooms, and price range. Returns up to 10 matching properties with title, price, location, and direct link.
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City to filter | |
| type | No | Listing type | |
| limit | No | ||
| bedrooms | No | ||
| maxPrice | No | Max price in GBP | |
| minPrice | No | Min price in GBP |
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 behavioral disclosure. It usefully adds context about the return format ('up to 10 matching properties with title, price, location, and direct link') and the live nature of listings, but doesn't mention rate limits, authentication needs, or error conditions. It adequately describes the core behavior but lacks operational details.
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 efficiently structured in two sentences: the first states the purpose and filters, the second specifies the return format and limit. Every sentence adds essential information with zero wasted words, making it easy to parse and front-loaded with key details.
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?
Given the tool's moderate complexity (6 parameters, no output schema, no annotations), the description is partially complete. It covers the basic purpose, filters, and return format, but lacks usage guidelines, error handling, and detailed parameter semantics. It's adequate for a search tool but leaves gaps in operational context.
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 67% (4 of 6 parameters have descriptions), so the description must compensate. It adds value by explicitly listing filterable fields ('city, type, bedrooms, and price range'), which helps interpret the schema parameters. However, it doesn't clarify parameter interactions or provide examples, leaving some semantic 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 specific action ('Search live property listings on Evlek'), resource ('property listings'), and scope ('Northern Cyprus'), distinguishing it from siblings like compare_cities or get_market_overview which focus on different aspects of the property market. It uses precise verbs and identifies the target platform.
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 no guidance on when to use this tool versus alternatives like compare_cities or get_market_overview. It lists filtering capabilities but doesn't explain scenarios where this search is preferred over other tools, leaving the agent to infer usage from the tool name alone.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
suggest_neighborhoodSuggest Best Northern Cyprus Neighborhoods for a Buyer PersonaAInspect
Given a buyer persona (retiree, investor, student, family, digital_nomad, vacation) and optional budget/preferences, return 2-3 best-matched neighborhoods with rationale. Based on Evlek expert knowledge of KKTC regional characteristics.
| Name | Required | Description | Default |
|---|---|---|---|
| persona | Yes | ||
| budgetGBP | No | ||
| preferences | No |
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 behavioral disclosure. It mentions the tool returns recommendations based on 'expert knowledge', but fails to disclose critical traits like whether it's a read-only operation, potential rate limits, authentication needs, or how it handles invalid inputs, leaving significant gaps for a tool with 3 parameters.
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 appropriately sized and front-loaded, starting with the core function and ending with the knowledge source. Both sentences earn their place by specifying inputs and outputs, though it could be slightly more structured by explicitly separating required and optional parameters.
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?
Given the tool's moderate complexity (3 parameters, no output schema, no annotations), the description is partially complete. It covers the basic purpose and inputs but lacks details on output format, error handling, or behavioral constraints, making it adequate but with clear gaps for effective agent use.
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 description adds meaningful context beyond the input schema, which has 0% description coverage. It explains that 'persona' is a buyer type (e.g., retiree), 'budget' is optional and in GBP, and 'preferences' are optional criteria, clarifying the purpose of each parameter that the schema alone does not provide.
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's purpose with specific verbs ('return 2-3 best-matched neighborhoods with rationale') and resources ('buyer persona', 'optional budget/preferences'), distinguishing it from siblings like search_listings or get_market_overview by focusing on personalized recommendations rather than data retrieval or comparisons.
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 implies usage by mentioning 'buyer persona' and 'optional budget/preferences', suggesting it's for matching neighborhoods to user profiles, but lacks explicit guidance on when to use this tool versus alternatives like search_listings or compare_cities, leaving the agent to infer context.
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!