Skip to main content
Glama

myFlohmarkt Flea Market Catalog

Server Details

Search German flea markets (Flohmarkt, Trödelmarkt) by city, PLZ, date range or radius.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

3 tools
get_eventGet flea market detailsA
Read-onlyIdempotent
Inspect

Get the full public details of one German flea market by its UUID, as returned in the id field of search_events or recently_updated_events: description text, street address, date and opening times, market type and topics, entrance fee and seller stand fee, stand sizes and table rental, whether sellers can still sign up, and the public my-flohmarkt.de event URL. Use it when a search hit is not enough to answer about price, address or what is sold. Unknown or non-public UUIDs return not_found.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
errorNo
eventNo

TDQS

A5/5.0
Behavior5/5

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

Annotations already declare read-only, idempotent, non-destructive behavior, and the description adds a concrete behavioral trait beyond them: unknown or non-public UUIDs return not_found. It also clarifies the scope to public details of German flea markets, which is useful context for an agent selecting the tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

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

The description is long but every sentence earns its place. It front-loads the core purpose, then lists the valuable fields, gives a direct usage trigger, and ends with the error behavior. No redundant or tautological wording.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With an output schema present, return-value details are already covered structurally. The description covers input provenance, selection criteria, scope limitation to public German markets, and error semantics. Nothing important is missing for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The single id parameter has no schema description (0% coverage), but the description fully compensates by explaining the ID comes from the id field of search_events or recently_updated_events and what happens for unknown/non-public UUIDs. This is meaning beyond the schema's UUID format and pattern.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific action and resource: getting the full public details of one German flea market by UUID, and enumerates the exact fields returned. It also differentiates itself from sibling tools by referencing the id field of search_events or recently_updated_events, making its scope immediately clear.

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

Usage Guidelines5/5

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

Explicitly says when to use the tool: when a search hit is not enough to answer questions about price, address, or what is sold. It names the sibling tools that supply the ID and implies alternatives by distinguishing full details from search hits.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

recently_updated_eventsList recently added or updated flea marketsA
Read-onlyIdempotent
Inspect

List the most recently added or updated German flea markets in the public my-flohmarkt.de catalogue, newest change first. Use this to see what is new without a search query; use search_events when you know the city, PLZ, date range or area.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
itemsYes
dataAsOfNo

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so safety is well covered. The description adds meaningful behavioral context: the data source is the public catalogue, ordering is newest change first, and both added and updated items are included. It does not describe pagination or time-window semantics, but the output schema covers the return shape.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

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

Two concise sentences with zero filler. The first sentence defines scope and ordering, and the second gives usage guidance with an alternative. Every phrase earns its place, and no information is repeated from the schema or annotations.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple single-parameter list tool with an output schema and strong safety annotations, the description covers purpose, data scope, ordering, and sibling differentiation. Nothing essential is missing for correct invocation, and the `limit` parameter is fully constrained by the schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The sole parameter `limit` has 0% schema description coverage, and the tool description never mentions it. While the parameter name and schema constraints (default 10, min 1, max 50) make its purpose reasonably inferable, the description fails to add any semantic value or compensate for the absent schema descriptions, which is required for low coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb ('List'), a well-defined resource ('German flea markets in the public my-flohmarkt.de catalogue'), and a clear ordering ('newest change first'). It also differentiates itself from the sibling search_events by noting that search_events is for city, PLZ, date range, or area queries, leaving no ambiguity about this tool's purpose.

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

Usage Guidelines5/5

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

Explicitly tells the agent when to use this tool ('to see what is new without a search query') and when to use the alternative ('use search_events when you know the city, PLZ, date range or area'). This provides direct decision guidance between siblings, though get_event is not mentioned—an acceptable omission since get_event is for retrieving a single known event.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

search_eventsSearch flea markets in GermanyA
Read-onlyIdempotent
Inspect

Search German flea markets (Flohmarkt, Trödelmarkt, Hofflohmarkt, Kinderflohmarkt, Antik- und Sammlermarkt) from the public my-flohmarkt.de catalogue. Filter by free text, by city name or postal code (PLZ) via the city argument, by date range, or by radius around a coordinate. Radius searches require lat, lng, and radiusKm together (max 100 km). Each hit carries title, date, start and end time, PLZ, city, coordinates, market type and the public event URL. Returns at most 50 results plus a dataAsOf timestamp.

ParametersJSON Schema
NameRequiredDescriptionDefault
latNo
lngNo
cityNo
limitNo
queryNo
dateToNo
dateFromNo
radiusKmNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
itemsYes
totalYes
dataAsOfNo
totalIsLowerBoundYes

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is covered. The description adds valuable behavioral context beyond annotations: the public catalogue source, the 50-result maximum, and the dataAsOf timestamp. It doesn't discuss errors or pagination, but those are secondary given the annotations and output schema.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

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

The description is compact and well-structured: one scoping sentence, one filter sentence, one constraint sentence, and one result-shape sentence. It is front-loaded with the core purpose, and every sentence earns its place without filler or redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Covers the data source, all filter modes, the radius dependency constraint, the maximum result count, and the shape of each hit. With an output schema present and annotations providing the read-only/idempotent safety profile, nothing essential for correct invocation is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description carries the parameter-meaning burden. It clarifies that city accepts a name or PLZ, query is free text, dateFrom/dateTo form a date range, and radius requires lat, lng, and radiusKm together with a 100 km max. The limit parameter isn't explicitly explained, but the 50-result cap plus the schema's min/max/default make it recoverable.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a precise verb and object: search German flea markets from the public my-flohmarkt.de catalogue, and even enumerates the market type synonyms. The filter list and output description make it distinct from sibling tools get_event and recently_updated_events even though those aren't named.

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

Usage Guidelines4/5

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

Gives clear context for when to use the tool: free-text search, city/PLZ search, date-range search, or radius search. It also explicitly states that radius searches require lat, lng, and radiusKm together, which is key operational guidance. It stops short of a 5 because it doesn't explicitly contrast with the sibling tools, e.g., 'for a known event, use get_event.'

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 3 tool updates
    • First observedget_event
    • First observedrecently_updated_events
    • First observedsearch_events

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    F
    maintenance
    Enables product search, price comparison, and price history analysis across 6 European marketplaces (DE, AT, GB, FR, IT, ES).
    15
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables searching and browsing 45,000+ classified ads on Joomil.ch, including filtering by category, canton, price, and location, retrieving listing details, and exploring categories.
    -
  • A
    license
    Not graded
    quality
    A
    maintenance
    Enables querying waste collection dates for German addresses across 995 public waste authorities, resolving the responsible authority and its required parameters to return schedules for residual waste, organic waste, paper, packaging, bulky waste, and hazardous waste collection.
    1
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.6/5.0
Disambiguation5/5

The three tools have clearly distinct purposes: one searches by criteria, one lists recent additions, and one fetches full details for a specific UUID. There is no meaningful overlap or ambiguity in when an agent should choose each.

Naming Consistency4/5

Two tools follow a clear verb_noun pattern (search_events, get_event), while recently_updated_events uses an adjectival prefix instead of an imperative verb. The naming is still predictable and readable, with consistent snake_case and the shared 'event/events' noun.

Tool Count5/5

Three tools is well-scoped for a read-only public catalogue: discover recent entries, search by filters, and retrieve full details. Each tool adds a distinct capability without unnecessary bloat.

Completeness5/5

For a read-only flea market catalogue, the surface covers the full user journey: finding events via search or recent updates, then getting complete details. No CRUD operations are expected, so there are no obvious gaps.

Resources