get_article
Get a single article from loopingagent.com: metadata (category, description, cover, canonical URL), the FULL plain-text content (so the agent can quote and cite it accurately) and 3 related articles. Use list_articles or search_articles first to find the slug.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Article slug. Ex: browser-automation, agentic-commerce-protocol, langgraph-generative-ui | |
| include_content | No | Include the full article text (default: true). Set to false for metadata only, which is cheaper. |