MCPTools

get_article

Retrieve one current public Tradebird Article by slug.

Use get_article when an Article is relevant to the buyer's question and the agent needs the complete public Markdown and related marketplace context.

Arguments

NameTypeRequiredDescription
slugstringYesSlug from a public Tradebird Article.

Returns

The structured result contains resultType: "article", an absolute canonical URL, the canonical Markdown body, selected media, typed relationships, public dates, and safe next actions. It excludes internal version and editorial state.

On this page