Content Studio tools
Create briefs, edit outlines, and generate articles from an LLM agent
The Content Studio tools let your AI agent create content briefs, review outlines, and generate full articles — the same workflow as the GetMint dashboard, but agent-driven.
Content generation consumes credits from your organization's balance. create_brief and trigger_content_generation both deduct credits on success.
These tools are served by the single GetMint MCP server at https://mcp.getmint.ai/mcp. New here? See the Quick Start for client setup and Authentication for API key vs OAuth.
Available Tools
The MCP surfaces the core brief → article flow. The full Content Studio capability set (manual brief editing, section-level document editing, brand kits, and page reoptimization) remains available via the REST API.
Example Agent Session
User: Create a content brief for "sustainable packaging for e-commerce" in domain
dom_abc123, then generate the article once it's ready.
Agent: I'll call
create_brief… done, gotbriefId. Pollingget_brief_progress… step 4/14, still running. Polling again… completed. Reviewing the outline withget_document… looks good. Callingfinalize_document, thentrigger_content_generation. Pollingget_generation_status… done. Here's the article fromget_article: …
Credit-consuming tools (create_brief, trigger_content_generation) should be confirmed by the user before the agent calls them.