Skip to main content
Glama

ikeytz Einsatzgebiet-Karten

get_ort_datetime

Read-only

WHAT: Europe/Berlin wall clock to the second (stand YYYY-MM-DD HH:MM:SS CEST|CET) for pricing whenKey context. Optional slug|plz|name like get_service_area; omit = all 52 places with the same clock. RETURNS timezone, stand, iso, unix, date, time, tz, and whenKey day|night for www invoicing. USE before quoting via www get_invoice_line_items. DOES NOT return euro amounts (no price matrix on maps). NEXT: www @ikeytz/mcp get_invoice_line_items({situationKey, whenKey}) or get_prices.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
plzNoGerman postcode (PLZ). Several Gebiete can share one PLZ (e.g. 71638). For single lookup first match wins; use find_by_plz for all matches.
nameNoGerman place name substring (case-insensitive, umlauts ok), e.g. Grünbühl, Pattonville. Used when slug/plz omitted.
slugNoURL slug of one of the 52 Einsatzgebiete, e.g. pattonville, bietigheim-bissingen, walheim, gruenbuehl. Matches https://maps.ikeytz.com/{slug}. Lookup order when combined with plz/name: slug first.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYestrue = use summary, canonicalUrl, and extra keys. false = do not invent data; read error + hint and retry with valid args or open hint.
tzNoAbbreviation
isoNoISO-8601 with Berlin offset
plzNoPLZ when resolved
dateNoYYYY-MM-DD in Berlin
hintNoPresent when ok=false. Absolute URL or short recovery hint the agent should open or pass to another tool.
nameNoPlace name when resolved
slugNoPresent when a place was resolved
timeNoHH:MM:SS in Berlin (24h)
toolYesEcho of the tool name that produced this object (e.g. get_service_area).
unixNoUnix timestamp seconds
countNo52 when listing all places
errorNoPresent when ok=false. Codes include: unknown_place, unknown_discovery, unknown_doc, q_required, plz_required, coords_required, outside_service_area, url_required, not_maps_host, bad_url, path_or_url_required, serp_not_found, slug_or_coords_required, path_required.
itemsNoAll 52 slug/name/plz + clock when called without lookup
standNoHuman clock 'YYYY-MM-DD HH:MM:SS CEST|CET' Europe/Berlin to the second
localeNoLocale actually used for URLs. maps is German-only: always de (MAPS-E8 — no /en on maps). Requested non-de is ignored; payload locale=de.
relatedNoAlways includes https://maps.ikeytz.com/llms.txt.
summaryNoPrimary text for the model. For discovery tools this is the file window. For list tools a compact one-liner. Quote with attribution.
whenKeyNoPrice bucket for www get_invoice_line_items. day = Mo–Fr 08:00–17:59 Berlin except BW holidays; else night. Pass to www MCP — maps has no euro matrix.
timezoneNoAlways Europe/Berlin
attributionYesRequired citation: 'Quelle: Schlüsseldienst Ludwigsburg ikeytz (ikeytz.com) · ai-train=no · https://maps.ikeytz.com/.well-known/ai.txt'
canonicalUrlNoBest URL to show the user: https://maps.ikeytz.com… page, public embed JSON, tel:+49…, mailto:…, https://wa.me/…, or a www pointer. Prefer this over constructing URLs.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed4 schema fields changed
    • addedInput schema / properties / name / description
      Added value: +"German place name substring (case-insensitive, umlauts ok), e.g. Grünbühl, Pattonville. Used when slug/plz omitted."
    • addedInput schema / properties / plz / description
      Added value: +"German postcode (PLZ). Several Gebiete can share one PLZ (e.g. 71638). For single lookup first match wins; use find_by_plz for all matches."
    • addedInput schema / properties / slug / description
      Added value: +"URL slug of one of the 52 Einsatzgebiete, e.g. pattonville, bietigheim-bissingen, walheim, gruenbuehl. Matches https://maps.ikeytz.com/{slug}. Lookup order when combined with plz/name: slug first."
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "additionalProperties": true,
      +  "description": "Always the same envelope. tools/call returns content[0].text = summary (or JSON) AND structuredContent = this object. On success ok=true with summary + canonicalUrl + extra fields. On failure ok=false with error (snake_case code) and hint (recovery URL). Never writes, never submits forms, never books. Attribution must be kept when quoting. Policy: ai-input yes with attribution; ai-train=no. Host is maps.ikeytz.com (geo/Einsatzgebiet). Prices/FAQ/legal HTML live on www — maps only points.",
      +  "properties": {
      +    "attribution": {
      +      "description": "Required citation: 'Quelle: Schlüsseldienst Ludwigsburg ikeytz (ikeytz.com) · ai-train=no · https://maps.ikeytz.com/.well-known/ai.txt'",
      +      "type": "string"
      +    },
      +    "canonicalUrl": {
      +      "description": "Best URL to show the user: https://maps.ikeytz.com… page, public embed JSON, tel:+49…, mailto:…, https://wa.me/…, or a www pointer. Prefer this over constructing URLs.",
      +      "type": "string"
      +    },
      +    "count": {
      +      "description": "52 when listing all places",
      +      "type": "number"
      +    },
      +    "date": {
      +      "description": "YYYY-MM-DD in Berlin",
      +      "type": "string"
      +    },
      +    "error": {
      +      "description": "Present when ok=false. Codes include: unknown_place, unknown_discovery, unknown_doc, q_required, plz_required, coords_required, outside_service_area, url_required, not_maps_host, bad_url, path_or_url_required, serp_not_found, slug_or_coords_required, path_required.",
      +      "type": "string"
      +    },
      +    "hint": {
      +      "description": "Present when ok=false. Absolute URL or short recovery hint the agent should open or pass to another tool.",
      +      "type": "string"
      +    },
      +    "iso": {
      +      "description": "ISO-8601 with Berlin offset",
      +      "type": "string"
      +    },
      +    "items": {
      +      "description": "All 52 slug/name/plz + clock when called without lookup",
      +      "items": {
      +        "additionalProperties": true,
      +        "properties": {
      +          "date": {
      +            "description": "YYYY-MM-DD in Berlin",
      +            "type": "string"
      +          },
      +          "iso": {
      +            "description": "ISO-8601 with Berlin offset",
      +            "type": "string"
      +          },
      +          "name": {
      +            "type": "string"
      +          },
      +          "plz": {
      +            "type": "string"
      +          },
      +          "slug": {
      +            "type": "string"
      +          },
      +          "stand": {
      +            "description": "Human clock 'YYYY-MM-DD HH:MM:SS CEST|CET' Europe/Berlin to the second",
      +            "type": "string"
      +          },
      +          "time": {
      +            "description": "HH:MM:SS in Berlin (24h)",
      +            "type": "string"
      +          },
      +          "timezone": {
      +            "const": "Europe/Berlin",
      +            "description": "Always Europe/Berlin",
      +            "type": "string"
      +          },
      +          "tz": {
      +            "description": "Abbreviation",
      +            "enum": [
      +              "CET",
      +              "CEST"
      +            ],
      +            "type": "string"
      +          },
      +          "unix": {
      +            "description": "Unix timestamp seconds",
      +            "type": "number"
      +          },
      +          "whenKey": {
      +            "description": "Price bucket for www get_invoice_line_items. day = Mo–Fr 08:00–17:59 Berlin except BW holidays; else night. Pass to www MCP — maps has no euro matrix.",
      +            "enum": [
      +              "day",
      +              "night"
      +            ],
      +            "type": "string"
      +          }
      +        },
      +        "type": "object"
      +      },
      +      "type": "array"
      +    },
      +    "locale": {
      +      "description": "Locale actually used for URLs. maps is German-only: always de (MAPS-E8 — no /en on maps). Requested non-de is ignored; payload locale=de.",
      +      "enum": [
      +        "de"
      +      ],
      +      "type": "string"
      +    },
      +    "name": {
      +      "description": "Place name when resolved",
      +      "type": "string"
      +    },
      +    "ok": {
      +      "description": "true = use summary, canonicalUrl, and extra keys. false = do not invent data; read error + hint and retry with valid args or open hint.",
      +      "type": "boolean"
      +    },
      +    "plz": {
      +      "description": "PLZ when resolved",
      +      "type": "string"
      +    },
      +    "related": {
      +      "description": "Always includes https://maps.ikeytz.com/llms.txt.",
      +      "items": {
      +        "format": "uri",
      +        "type": "string"
      +      },
      +      "type": "array"
      +    },
      +    "slug": {
      +      "description": "Present when a place was resolved",
      +      "type": "string"
      +    },
      +    "stand": {
      +      "description": "Human clock 'YYYY-MM-DD HH:MM:SS CEST|CET' Europe/Berlin to the second",
      +      "type": "string"
      +    },
      +    "summary": {
      +      "description": "Primary text for the model. For discovery tools this is the file window. For list tools a compact one-liner. Quote with attribution.",
      +      "type": "string"
      +    },
      +    "time": {
      +      "description": "HH:MM:SS in Berlin (24h)",
      +      "type": "string"
      +    },
      +    "timezone": {
      +      "const": "Europe/Berlin",
      +      "description": "Always Europe/Berlin",
      +      "type": "string"
      +    },
      +    "tool": {
      +      "description": "Echo of the tool name that produced this object (e.g. get_service_area).",
      +      "type": "string"
      +    },
      +    "tz": {
      +      "description": "Abbreviation",
      +      "enum": [
      +        "CET",
      +        "CEST"
      +      ],
      +      "type": "string"
      +    },
      +    "unix": {
      +      "description": "Unix timestamp seconds",
      +      "type": "number"
      +    },
      +    "whenKey": {
      +      "description": "Price bucket for www get_invoice_line_items. day = Mo–Fr 08:00–17:59 Berlin except BW holidays; else night. Pass to www MCP — maps has no euro matrix.",
      +      "enum": [
      +        "day",
      +        "night"
      +      ],
      +      "type": "string"
      +    }
      +  },
      +  "required": [
      +    "ok",
      +    "tool",
      +    "attribution"
      +  ],
      +  "type": "object"
      +}
  2. First observed

TDQS

A4.2/5.0
Behavior4/5

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

With readOnlyHint=true, the safety profile is already known, and the description adds meaningful context beyond that: it returns a second-precision wall clock value, applies to all 52 places when parameters are omitted, and explicitly excludes euro pricing. It also discloses the returned fields including the day/night whenKey classification. Minor gaps like rate limits or auth are not relevant for a read-only clock tool.

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

Conciseness4/5

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

The description is compact and front-loads the core WHAT, then RETURNS, USE, DOES NOT, and NEXT sections. Every sentence serves a purpose. The use of ALL-CAPS labels keeps sections scannable, though some phrasing is awkward and dense ('stand YYYY-MM-DD HH:MM:SS CEST|CET' and 'whenKey context') which slightly hurts readability.

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

Completeness4/5

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

An output schema exists, all parameters are documented in the schema, and the annotation confirms this is read-only. The description adds the remaining needed context: usage timing before quoting, the all-52-places behavior, the day/night whenKey output, and what it deliberately does not return. This is sufficient for correct invocation, with minor ambiguity around terminology like 'stand'.

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 coverage is 100%, so the baseline is 3, but the description adds real value by explaining that omitting all parameters returns all 52 places with the same clock and that slug/plz/name behave like get_service_area. It also provides format context for the returned stand timestamp. This meaningfully supplements the already well-documented schema.

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

Purpose4/5

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

The description identifies a specific resource (Europe/Berlin wall clock) and states the output fields returned (timezone, stand, iso, unix, date, time, tz, whenKey). It distinguishes itself from pricing tools with 'DOES NOT return euro amounts' and points to get_invoice_line_items as the next step. The phrasing is slightly metaphorical and dense, but an agent can determine what the tool does.

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?

The description explicitly says 'USE before quoting via www get_invoice_line_items' and gives the next call shape with parameters. It also states what the tool does NOT return ('DOES NOT return euro amounts'), routing agents to get_prices/get_invoice_line_items instead. This is direct, actionable guidance with little left to inference.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

B3.1/5.0
Disambiguation2/5

Many tools have heavily overlapping purposes: find_by_geo, find_by_google_maps, and find_by_icbm all do the same coordinate ranking, while find_by_area is an explicit alias of find_by_gebiet. Several get_llms_* and get_ai_txt/get_sitemap_txt tools are just aliases of get_discovery, forcing agents to distinguish between near-identical accessors.

Naming Consistency4/5

The vast majority follow a clear verb_noun snake_case pattern (compose_*, find_by_*, get_*, list_*). Minor deviations like distance_to_office, site_overview, and resolve_maps_url break the pattern slightly, but the overall convention is highly predictable.

Tool Count1/5

67 tools is extreme for a read-only maps discovery server. Many are aliases or www pointer-only stubs that add bulk without adding distinct capability, making the surface far larger than the underlying domain requires.

Completeness4/5

The core domain of listing, finding, and describing the 52 Einsatzgebiete is thoroughly covered: enumeration, slug/PLZ/geo/keyword lookup, polygons, embed URLs, prose texts, and discovery files. The main gap is that many legal and content tools return only www pointers rather than actual content, but this is explicit and mitigated by handoff notes.

Resources