get_og_metadata
InactiveTool of com.gadgethumans.swarm/x402-middleware
Extract Open Graph metadata, title, description, and favicon from any URL. Use this when an agent needs to preview a link — get the page title, description, OG image, favicon, and content type. Ideal for link previews, content summarization, and social media card extraction. Parameters: url — The full URL to scrape metadata from (e.g. "https://example.com/page").
Parameters schema
{
"type": "object",
"title": "get_og_metadataArguments",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"title": "Url"
}
}
}Parent server
com.gadgethumans.swarm/x402-middleware
https://github.com/scotia1973-bot/gadgethumans-x402
2/7 registries