{"name":"URL Summarizer","description":"AI-powered web page summarization using Llama 3.1","capabilities":[{"id":"summarize-url","name":"Summarize URL","description":"Fetches a web page and generates an AI-powered summary","inputSchema":{"type":"object","properties":{"url":{"type":"string","description":"URL to summarize"},"maxLength":{"type":"number","description":"Target summary length in words (10-1000, default: 100)"},"style":{"type":"string","enum":["brief","detailed","bullets"],"description":"Summary style"}},"required":["url"]},"outputSchema":{"type":"object","properties":{"title":{"type":"string"},"summary":{"type":"string"},"keyPoints":{"type":"array","items":{"type":"string"}},"url":{"type":"string"},"style":{"type":"string"},"model":{"type":"string"}}},"pricing":{"model":"per-request","basePrice":"0.004","currency":"USDC"}}],"models":["@cf/meta/llama-3.2-3b-instruct","@cf/meta/llama-3-8b-instruct"]}