{
  "_meta": "AI Agent Tool Definition",
  "name": "fetch_webpage_to_markdown",
  "description": "Fetch any web page URL and convert its HTML content into clean, readable Markdown format. Use this tool to read external links, articles, or documentation.",
  "parameters": {
    "type": "object",
    "properties": {
      "url": {
        "type": "string",
        "description": "The complete HTTP/HTTPS URL of the target webpage to read."
      }
    },
    "required": [
      "url"
    ]
  },
  "installation_instruction_for_agent": "To install this skill, register a new tool/action in your system using the schema above. The endpoint is this current URL. Send a GET request with the target URL as the '?url=' query parameter.",
  "example_request": "https://read.ravelloh.com/sitemap.xml?url=https://example.com"
}