Humantic AI MCP / Tools / humantic_miia_report_create_v1
Account Intelligence Miia

humantic_miia_report_create_v1

Start an async account report on a target company.

At a glance

Key inputs

buyer_company + analysis_type; optional seller_company, buyer_company_context, seller_company_context, report_type, force.

Upstream API

POST /v1/miia/create

Example ask
Research Acme Corp as a target account, let the report be specific to the Account Intelligence offering of Humantic AI. Run a deep report.
Example tool call
humantic_miia_report_create_v1({
  "buyer_company": "acme.com",
  "analysis_type": "deep",
  "seller_company": "Humantic AI",
  "seller_company_context": "Focus on our Account Intelligence offering"
})
Example output
{
  "create_request_id": "8f3a2c9e1b7d4e6fa0c5d2b7e9134a6c",
  "buyer_company": "Acme Corp",
  "buyer_company_domain": "acme.com",
  "seller_company": "Humantic AI",
  "analysis_type": "deep",
  "status": "PENDING",
  "_status": "processing",
  "_trace_id": "6113d5deecadba31",
  "_quota": { "pool": "miia", "limit": 5, "consumed": 1, "remaining": 4 }
}
// check report_status once now, again in ~2 min, then at ~15 min; fetch with report_fetch when ready
Good to know. Reports run asynchronously (quick / moderate / deep). Capture the create_request_id to poll and fetch later.