Skip to main content
Glama

ikeytz Einsatzgebiet-Karten

get_ort_datetime

Ortszeit Europe/Berlin bis auf die Sekunde (YYYY-MM-DD HH:MM:SS CEST|CET). Lookup slug|plz|name wie get_service_area. Ohne Argument: alle 52.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
plzNo
nameNo
slugNo

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses the timezone (Europe/Berlin), the exact output format (YYYY-MM-DD HH:MM:SS CET/CEST), the optional filter parameters, and the default behavior of returning all 52 entries. This is substantial behavioral context, though it does not explicitly describe the response structure (e.g., whether it returns a list of objects with area identifiers).

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 extremely concise yet information-dense: two sentences that front-load the core purpose and format, then cover filters and default behavior. No filler or redundancy.

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

Completeness3/5

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

The description gives the time format, timezone, filters, and default behavior, but does not clarify the return structure (e.g., a single string vs. a list of objects with area identifiers) or what the '52' entries represent. Without an output schema, this gap could confuse an agent, though referencing get_service_area partially mitigates it.

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

Parameters3/5

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

The schema has 0% description coverage, so the description must add meaning. It does state that slug, plz, and name are lookup filters, and references get_service_area for their semantics. However, it does not specify formats, valid values, or how filtering works beyond that reference, leaving the agent to infer details from another tool.

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 clearly states the tool's purpose: it returns the local time in Europe/Berlin to the second, with the exact format given. It also identifies the optional lookup parameters (slug, plz, name) and the default behavior (all 52 results), distinguishing it from sibling tools that handle other resources like contact info, legal pages, or maps.

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

Usage Guidelines3/5

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

The description implies usage for retrieving current local time, and references get_service_area for lookup semantics, which helps an agent understand how to filter. However, it does not explicitly state when to prefer this tool over alternatives or provide exclusion criteria. The guidance is implicit rather than explicit.

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

C2/5.0
Disambiguation2/5

Several tools are near-duplicates: find_by_area is an explicit alias of find_by_gebiet, and find_by_geo, find_by_icbm, and find_by_google_maps all perform coordinate-based lookup. The legal cluster also overlaps badly, with get_legal plus individual getters for impressum, AGB, Datenschutz, and related pages.

Naming Consistency4/5

Most tool names follow a readable snake_case verb_noun pattern such as find_by_*, get_*, list_*, and resolve_*. A few outliers like site_overview and distance_to_office, plus some blur between get_ and list_ operations, prevent a perfect score.

Tool Count1/5

66 tools for a single small-business map site is extreme over-fragmentation. Many tools are thin wrappers that only return a www link, so the set feels inflated far beyond its actual purpose.

Completeness4/5

The set is unusually thorough for its domain: it covers service-area lookup by name, PLZ, geo, keyword, and SERP, plus legal pages, contact info, discovery files, and list endpoints. Minor gaps exist because many legal and content pages deliberately return only links rather than content, but this appears intentional.

Resources