> ## Documentation Index
> Fetch the complete documentation index at: https://docs.famulor.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Weltzeit-Service Integration

> Kostenlose Zeitzone-Abfrage für internationale Kommunikation und Meeting-Planung

# Weltzeit-Service Integration Template

## Konfiguration im Famulor Interface

<Tabs>
  <Tab title="Werkzeugdetails">
    \| **Name**\* | `Weltzeit abfragen` |
    \| **Funktionsname**\* | `get_world_time` |
    \| **HTTP-Methode** | `GET` |
    \| **Endpoint**\* | `http://worldtimeapi.org/api/timezone/{timezone}` |
    \| **Timeout (ms)** | `5000` |
  </Tab>
</Tabs>

### Parameter-Schema

```json theme={null}
{
  "type": "object",
  "properties": {
    "timezone": {
      "type": "string",
      "description": "Zeitzone (z.B. 'Europe/Berlin', 'America/New_York')"
    }
  },
  "required": ["timezone"]
}
```

**Agent-Message**: `"Ich schaue nach der aktuellen Zeit in {{timezone}}..."`

**Success-Template**: `"Aktuelle Zeit in {{timezone}}: {{response.datetime}}"`

***

<Tip>
  Passende Seiten: [Introduction](/de/automation-platform/introduction) und [Building Flows](/de/automation-platform/building-flows) und [Debugging Runs](/de/automation-platform/debugging-runs).
</Tip>

<Tip>
  Statt einzelner HTTP-Aktionen ein ganzes Toolset auf einmal? Externen **MCP-Server** verbinden — Tools werden automatisch erkannt. Siehe [MCP-Server](/de/platform/mcp-servers).
</Tip>
