iiRecord
Agentic AI Atlas · Time: Get Current Time
tool-descriptor:time.get-current-timea5c.ai
II.
ToolDescriptor JSON

tool-descriptor:time.get-current-time

Structured · live

Time: Get Current Time json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/tool-descriptors/time-mcp-tools.yamlCluster · extensions
Record JSON
{
  "id": "tool-descriptor:time.get-current-time",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/time-mcp-tools.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "Time: Get Current Time",
    "description": "Return the current time in a specified IANA timezone.",
    "inputSchema": {
      "type": "object",
      "required": [
        "timezone"
      ],
      "properties": {
        "timezone": {
          "type": "string",
          "description": "IANA timezone, e.g. America/New_York"
        }
      }
    },
    "outputSchema": {
      "type": "object",
      "properties": {
        "time": {
          "type": "string"
        },
        "timezone": {
          "type": "string"
        }
      }
    },
    "mode": "normal",
    "streamable": false,
    "timeoutMs": 30000
  },
  "outgoingEdges": [
    {
      "from": "tool-descriptor:time.get-current-time",
      "to": "tool-server:mcp-time",
      "kind": "contained_in_plugin",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "claim:source-provenance-run3-extensions-tool-descriptors-time-mcp-tools-yaml",
      "to": "tool-descriptor:time.get-current-time",
      "kind": "about_subject"
    },
    {
      "from": "tool-server:mcp-time",
      "to": "tool-descriptor:time.get-current-time",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    }
  ]
}