Smithery

get_page_metadata

Extract comprehensive metadata from a web page including title, description, Open Graph tags, Twitter cards, and other meta information.

Remote smithery-ai/fetch

Other tools also called get_page_metadata? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "description": "The URL to analyze"
    }
  }
}