> ## 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.

# World Time Service Integration

> Free timezone lookup for international communication and meeting scheduling

# World Time Service Integration Template

## Configuration in the Famulor Interface

<Tabs>
  <Tab title="Tool Details">
    \| **Name**\* | `Weltzeit abfragen` |
    \| **Function Name**\* | `get_world_time` |
    \| **HTTP Method** | `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": "Timezone (e.g. 'Europe/Berlin', 'America/New_York')"
    }
  },
  "required": ["timezone"]
}
```

**Agent Message**: `"Looking up the current time in {{timezone}}..."`

**Success Template**: `"Current time in {{timezone}}: {{response.datetime}}"`

***

<Tip>
  Related pages: [Introduction](/en/automation-platform/introduction) and [Building Flows](/en/automation-platform/building-flows), and [Debugging Runs](/en/automation-platform/debugging-runs).
</Tip>

<Tip>
  Need a whole toolset instead of building HTTP actions one by one? Connect an external **MCP server** — tools are discovered automatically. See [MCP Servers](/en/platform/mcp-servers).
</Tip>
