get_article
Get the full content of a specific article from Lenny Zeltser's Website by URL path. Security articles on malware analysis, incident response, and security leadership. Returns title, date, topics, summary, and full body text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Article URL path or full URL (e.g., '/about', '/article-slug', or the full URL printed by search results) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| body | No | ||
| date | No | ||
| site | Yes | ||
| title | Yes | ||
| topics | No | ||
| abstract | No |