SkillsHooksPromptsAgentsPersonasModelsPoliciesToolsTemplatesBundlesCategoriesStart here
← Tools
To toolcommanddevopsnetworkstable

http-fetch

HTTP GET. Returns body and status.

id tool/http-fetchv1.0.0function http_fetch

Signature

ParameterTypeRequiredDescription
urlstringyesURL to fetch
headersobjectnoOptional request headers
returnsobject{status, headers, body}.

Tool definition for the model

{
  "name": "http_fetch",
  "description": "Perform an HTTP GET.",
  "input_schema": {
    "type": "object",
    "properties": {
      "url": {
        "type": "string",
        "description": "URL to fetch"
      },
      "headers": {
        "type": "object",
        "description": "Optional request headers"
      }
    },
    "required": [
      "url"
    ]
  }
}

Used by

Author convergent-systems-key. Source convergent-systems-co/agent-atoms (original ↗). License Apache-2.0. Re-typed from tool-definition by scripts/migrate-policy-tool.py.