← Back to registry

Artifact Runtime · TOOL

Canonical runtime-backed view of the artifact, independent from metadata governance.

Resolved Artifact

{
  "definition": {
    "function": {
      "description": "Make a raw HTTP/REST API request (GET, POST, PUT, DELETE) to an external service. Use this to interact with webhooks, external APIs, or download raw JSON data.",
      "name": "api_request",
      "parameters": {
        "properties": {
          "body": {
            "default": "",
            "description": "JSON string of the request body (for POST/PUT).",
            "type": "string"
          },
          "headers": {
            "default": "{}",
            "description": "JSON string of HTTP headers to include (e.g., '{\"Authorization\": \"Bearer token\"}').",
            "type": "string"
          },
          "method": {
            "description": "The HTTP method (e.g., 'GET', 'POST').",
            "type": "string"
          },
          "url": {
            "description": "The full URL of the API endpoint.",
            "type": "string"
          }
        },
        "required": [
          "method",
          "url"
        ],
        "type": "object"
      }
    },
    "type": "function"
  },
  "kind": "tool",
  "summary": {
    "description": "Make a raw HTTP/REST API request (GET, POST, PUT, DELETE) to an external service. Use this to interact with webhooks, external APIs, or download raw JSON data.",
    "id": "api_request",
    "kind": "tool",
    "path": "Tools/global/misc/api_request.json",
    "title": "api_request"
  },
  "validation_issues": []
}

Validation

No validation issues detected.