amplemarket_get_all_articles
Retrieve a complete list of all available articles from the Amplemarket knowledge base, including titles, IDs, and metadata for browsing content before accessing specific articles.
Instructions
PRIMARY TOOL: Get all articles from the Amplemarket knowledge base. Returns complete list of article titles, IDs, and metadata. Use this first to browse available articles, then use amplemarket_get_article to get full content of specific articles. No search needed - this shows everything available.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}