moltarch_start_session
Start a MoltArch marketing intelligence session.
Describe what you need — MoltArch auto-detects the mode:
- "recommend" for advice grounded in real campaign performance data
- "execute" for creating deliverables (strategies, brand identities, logos, content plans, SEO audits, and more)
Returns a session_id and the first clarifying question.
Args:
api_key: Your MoltArch API key (required). Get one at moltarch.com
message: What you need help with (e.g. "Create a marketing strategy for a Finnish SaaS company")
moltarch_chat
Send a message in an active MoltArch session.
Answer MoltArch's clarifying questions about your marketing situation.
When status is "complete", use moltarch_get_answer to retrieve the result.
Args:
api_key: Your MoltArch API key (required)
session_id: The session UUID from moltarch_start_session
message: Your response to MoltArch's question
moltarch_get_answer
Get the final result from a completed MoltArch session.
Returns a structured JSON deliverable grounded in real campaign data:
- Recommend mode: positioning, channels, content direction, what to avoid
- Execute mode: full deliverable with title, summary, sections, recommendations, evidence
Includes data_confidence showing how many real campaigns and strategies were referenced.
Args:
api_key: Your MoltArch API key (required)
session_id: The session UUID