Joomil — Swiss Classifieds MCP
Server Details
Search Swiss classifieds on Joomil.ch — top marketplace in French-speaking Switzerland since 2007.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- Valmo-Sarl/joomil-mcp
- GitHub Stars
- 0
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/5 across 5 of 5 tools scored.
Each tool has a clearly distinct role: get_cantons and get_categories provide filter metadata, search_classifieds performs queries, get_classified retrieves details, and suggest_filters translates natural language into filters. No two tools overlap in purpose.
All tool names follow a consistent verb_noun pattern: get_cantons, get_categories, get_classified, search_classifieds, suggest_filters. The verbs (get, search, suggest) accurately reflect the action, and the nouns describe the target resource.
With 5 tools, the server is well-scoped for a classifieds search/browse purpose. Each tool serves a necessary function without redundancy or bloat.
The surface covers the full browse/search workflow: discover supported filter values (cantons, categories), search listings, fetch full details, and convert natural language to filters. No critical operations are missing for a read-only classifieds marketplace server.
Available Tools
5 toolsget_cantonsARead-onlyInspect
List the Swiss cantons supported by Joomil's canton filter. Returns the exact name value to pass to search_classifieds, plus a readable French label. Call this before filtering by canton — the API values are non-obvious (e.g. 'Bern' not 'Berne', 'Geneve' not 'Genève' or 'Geneva').
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
| total | Yes | |
| cantons | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate a safe read operation, and the description adds valuable context about the return format (name + French label) and the normalization pitfall (e.g., 'Bern' not 'Berne'). This goes beyond the structured data to help the agent understand expected output and potential traps.
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 three sentences long, front-loaded with the primary action, and every sentence adds essential information. It is concise without unnecessary fluff.
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 parameterless tool, the description covers purpose, usage, return values, and pitfalls. It is fully self-contained and even provides cross-references to search_classifieds, making it complete for an agent to use 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?
The tool has zero parameters, so the schema provides complete coverage. The description does not need to explain parameters, and the baseline of 4 is appropriate given the lack of parameters to document.
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 function: listing Swiss cantons supported by the canton filter. It distinguishes this from sibling tools by specifying the resource (cantons) and the context (Joomil's canton filter), making it unambiguous.
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 call this before filtering by canton and explains why (API values are non-obvious). This gives clear when-to-use guidance without needing to reference alternatives, as the use case is specific and self-contained.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_categoriesARead-onlyInspect
List active categories of the Joomil.ch marketplace. Returns a flat list with parent_id for hierarchy reconstruction. Omit parent_id for all categories, use parent_id=0 for root categories only, or pass a specific ID to get direct children of that category.
| Name | Required | Description | Default |
|---|---|---|---|
| parent_id | No | Filter to direct children of this category ID. Omit for all categories. Use 0 for root categories only. |
Output Schema
| Name | Required | Description |
|---|---|---|
| total | Yes | |
| categories | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Since annotations already declare readOnlyHint=true and destructiveHint=false, the description adds extra value by revealing the 'active' filter, the flat list structure, and how parent_id supports hierarchy reconstruction. This gives the agent a clear mental model of the response shape and filtering semantics, going beyond the annotated safety profile.
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, no redundancy. The first states the core purpose; the second delivers all necessary parameter guidance in a compact, scannable format. Every word 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 list tool with one optional parameter, an output schema, and clear annotations, the description covers all essential aspects: what is returned (flat list with parent_id), how to filter, and the 'active' constraint. No critical information is missing.
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 already describes parent_id with 100% coverage, including the exact semantics for omission, 0, and specific IDs. The description repeats this information nearly verbatim and adds no new parameter-level insight, so it does not elevate above the schema baseline.
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 opens with a specific verb ('List') and resource ('active categories of the Joomil.ch marketplace'), clearly distinguishing this from sibling tools like get_cantons or search_classifieds. It also immediately signals the return type (flat list) and key attribute (parent_id), leaving zero ambiguity about the tool's function.
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 explicit guidance on when to use different parameter values (omit, 0, specific ID), covering the main usage scenarios. It doesn't explicitly mention when not to use this tool or alternatives, but the domain is distinct enough that a knowledgeable agent would infer the correct choice. The parameter guidance is a strong substitute for direct alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_classifiedARead-onlyInspect
Get full details of a single classified ad on Joomil.ch by its numeric ID. Returns complete description, all images URLs, category breadcrumb (full_path), vendor info (name, certified status, pro company), expiry date and boost level. Use search_classifieds first to find relevant listing IDs.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Numeric listing ID — visible in the URL and in search_classifieds results |
Output Schema
| Name | Required | Description |
|---|---|---|
| id | Yes | |
| url | Yes | |
| boost | Yes | |
| price | Yes | |
| title | Yes | |
| images | Yes | |
| seller | Yes | |
| category | Yes | |
| location | Yes | |
| created_at | Yes | |
| expires_at | Yes | |
| description | Yes | |
| has_picture | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds behavioral context by detailing the returned data (full description, images, category path, vendor info), which goes beyond the annotations and helps set expectations for the response.
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: first states the operation and inputs, second lists key return fields and a usage tip. The description is front-loaded and every sentence contributes value.
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 an output schema present and only one simple parameter, the description fully covers the necessary context. It explains what is returned, ties to the search workflow, and matches the read-only nature of the tool. No gaps are apparent.
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% with the 'id' parameter already well described in the schema (numeric, found in URL and search results). The description does not need to add parameter details, and the baseline of 3 applies because the schema carries the full burden.
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 specifies a single classified ad retrieval by numeric ID, listing the exact fields returned (description, images, breadcrumb, vendor info, expiry, boost level). It distinguishes itself from search_classifieds by focusing on a single listing, making the purpose unmistakable.
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_classifieds first to find listing IDs, providing a clear prerequisite and workflow. While it doesn't exhaustively list when-not-to-use, this guidance is sufficient for the tool's simple read-only role.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_classifiedsARead-onlyInspect
Search classified ads on Joomil.ch — Switzerland's leading French-speaking classifieds marketplace (since 2007). Returns a paginated list of public listings with title, description (truncated to 300 chars), price, location, category and vendor info. All parameters are optional — call with no arguments to browse the latest listings. Use get_classified to fetch full details of a specific listing.
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Full-text search query (searches title and description) | |
| sort | No | Sort order: recent (newest first, default), price_asc, price_desc, views | |
| limit | No | Results per page (1–50, default 20) | |
| canton | No | Swiss canton filter — strict enum. Use get_cantons for the official list. WARNING: values are API-specific (e.g. 'Bern' not 'Berne', 'Geneve' not 'Genève'/'Geneva'). Supported: Geneve, Vaud, Valais, Fribourg, Neuchatel, Jura, Bern, Argovie, Zurich, Lucerne, Bale-Ville, Etranger. | |
| cat_id | No | Category ID filter — includes subcategories automatically. Use get_categories to browse available categories. | |
| offset | No | Pagination offset. Use next_offset from previous response to get next page. | |
| location | No | City name or postal code (NPA) — partial match | |
| price_max | No | Maximum price in CHF (inclusive) | |
| price_min | No | Minimum price in CHF (inclusive) |
Output Schema
| Name | Required | Description |
|---|---|---|
| limit | Yes | |
| total | Yes | |
| offset | Yes | |
| results | Yes | |
| has_more | Yes | |
| next_offset | Yes | |
| filtered_out | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description adds valuable context beyond the read-only annotations: it discloses pagination, field truncation (300 chars), and the fact that listings are public. This helps the agent anticipate the response shape and behavior.
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 concise, front-loaded with purpose, and every sentence adds information. It avoids fluff and is appropriately sized for the tool's complexity.
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 9 optional parameters, existing output schema, and annotations, the description covers purpose, usage, return content, and alternatives. It is complete enough for an agent to confidently invoke the 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?
The schema already documents all parameters with 100% coverage, but the description adds cross-parameter semantics ('All parameters are optional' and 'call with no arguments to browse latest listings'), which is not present in the schema. This justifies a score above the baseline 3.
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 specific verb ('Search') and resource ('classified ads on Joomil.ch'), and clearly differentiates from siblings by explicitly directing users to get_classified for full details. It also mentions the marketplace context, making the purpose unambiguous.
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 explicitly states that all parameters are optional and encourages no-argument calls for browsing. It names the sibling tool get_classified as an alternative for fetching full details, providing clear 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.
suggest_filtersARead-onlyInspect
Infer search_classifieds filters from a natural-language query. Use this before search_classifieds when the user mentions a category, location, canton or price in free text. Returns a ready-to-use filters object, a category confidence score and warnings for uncertain matches.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural-language search request, e.g. 'appartement 3 pièces à Sion' or 'Tesla Model 3 moins de 25000 CHF'. |
Output Schema
| Name | Required | Description |
|---|---|---|
| query | Yes | |
| filters | Yes | |
| category | Yes | |
| warnings | Yes | |
| next_step | Yes | |
| confidence | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With annotations already declaring readOnlyHint=true and destructiveHint=false, the description adds useful behavioral context: it returns a 'ready-to-use filters object, a category confidence score and warnings for uncertain matches.' This goes beyond simple read/write safety and helps the agent understand the output nature.
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 concise and well-structured: three sentences each serve a purpose (what it does, when to use, what it returns). It is front-loaded and avoids redundant or filler content.
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 tool with one parameter and an output schema, the description is comprehensive. It covers the purpose, usage context, and expected output, making it sufficient for an agent to select and invoke the tool correctly without additional info.
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 already provides full coverage (100%) with a descriptive parameter explanation and examples. The description adds no additional parameter-level semantics beyond what the schema provides, so the baseline 3 is appropriate.
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 function with a specific verb and resource: 'Infer search_classifieds filters from a natural-language query.' It distinguishes itself from sibling tools by positioning as a pre-processing step for search_classifieds, not a direct search or retrieval tool.
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 explicitly states when to use the tool: 'Use this before search_classifieds when the user mentions a category, location, canton or price in free text.' It provides clear context for usage, though it does not explicitly state when not to use it or mention alternative tools.
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
- AlicenseDqualityDmaintenanceProvides Swiss weather forecast data, allowing users to search for Swiss locations and get detailed hourly and daily weather forecasts.22MIT
- Flicense-qualityCmaintenanceThe most comprehensive signal intelligence on Swiss businesses — 800K+ companies with people, FINMA/SRO regulatory data, building permits, procurement tenders, and AI-enriched profiles from the official commercial register.
- Alicense-qualityBmaintenanceMCP server to search tutti.ch Swiss classifieds anonymously with tools for listings, categories, and localities. Supports both MCP clients and a JSON CLI.24MIT
- AlicenseAqualityCmaintenanceSearch and retrieve detailed information about Swiss companies from the official Zefix register, including company profiles, corporate structures, and SHAB publications.6MIT