{
  "schema": "https://ai-atoms.com/schemas/tool-v1.json",
  "type": "tool",
  "id": "tool/http-fetch",
  "version": "1.0.0",
  "name": "http-fetch",
  "description": "HTTP GET. Returns body and status.",
  "subtype": "command",
  "spec": {
    "function_name": "http_fetch",
    "summary": "Perform an HTTP GET.",
    "parameters": {
      "url": {
        "type": "string",
        "description": "URL to fetch",
        "required": true
      },
      "headers": {
        "type": "object",
        "description": "Optional request headers",
        "required": false
      }
    },
    "returns": {
      "type": "object",
      "description": "{status, headers, body}."
    },
    "side_effects": [
      "network"
    ]
  },
  "authored_by": "convergent-systems-key",
  "source_url": "https://github.com/convergent-systems-co/agent-atoms/blob/main/atoms/tool-definition/http-fetch.json",
  "category": "devops",
  "provenance": {
    "source": "convergent-systems-co/agent-atoms",
    "source_url": "https://github.com/convergent-systems-co/agent-atoms/blob/main/atoms/tool-definition/http-fetch.json",
    "author": "convergent-systems-co",
    "license": "Apache-2.0",
    "notes": "Re-typed from tool-definition by scripts/migrate-policy-tool.py."
  },
  "lifecycle": "stable"
}