MaveraMavera Docs
Reference
Checking…
Use or share this pageSend the page itself, print it, or open its complete context in your AI workspace.

Tool catalog & invocation

All 173 tools, one calling convention.

1 min readDocs build Updated Jul 26, 2026

Discover (public, no key)

GET /api/v1/tools                 # list all, ?group=audience ?query=chat
GET /api/v1/tools/chat_with_audience   # full JSON-Schema input + example + cost + permissions
GET /api/v1/manifest              # every tool × derived faces + a content hash
GET /api/v1/openapi.json          # the full OpenAPI 3.1 spec

Invoke (key required)

POST /api/v1/tools/{name}              # body = the tool's input object (or { "input": {...} })
POST /api/v1/tools/{name}?estimateOnly=1   # price it without running
POST /api/v1/tools/{name}/estimate         # same, plus a budget verdict

The response is the standard envelope; meta.estimateCredits reports what it cost. Inputs are validated against the tool's schema — a mismatch returns 422 VALIDATION_ERROR with details.

The groups

GroupWhat's insideGuide
Audiences (24)Build panels; chat + 10 modalities; mine insights.Audiences, Chat
Create (15)Briefs, messages, naming, pricing options, creative, GTM plans.Create
Test (22)Concept/claim/price/positioning tests, studies, parity checks, JTBD.Test
Brand science (18)MMM, conjoint, MaxDiff, Dirichlet, CEPs, mental availability, ESOV.Brand science
Decide & research (14)deep_research, scenario modeling, journey mapping, account intel.Research
Connect data (21)Connect ads/CRM/CS/meetings/storage; import files; sync.Connect
Sense (10)Trends, social listening, competitive + keyword intel, brand health.
Activate (25)Push audiences to ads, CRM writeback, decks, playbooks, docs.
Data (8)Market-context + time-series indices.
Organize (6)Projects, filing, tagging, archiving.Organize
Agent (4)Mave run lifecycle (also via the /runs SSE endpoints).

Don't hand-write request bodies — pull the exact schema + a runnable example from GET /api/v1/tools/{name}, or click "Test Request" in the explorer.

On this page