amplemarket_get_article
Retrieve specific articles from the Amplemarket knowledge base using article ID or slug to access detailed content and information.
Instructions
Get a specific article from the Amplemarket knowledge base by ID or slug
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | No | Article ID (provide either id or slug) | |
slug | No | Article slug (provide either id or slug) |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "Article ID (provide either id or slug)",
"type": "string"
},
"slug": {
"description": "Article slug (provide either id or slug)",
"type": "string"
}
},
"type": "object"
}