Humantic MCP / Tools / humantic_miia_report_create_v1
Account Intelligence Miia

humantic_miia_report_create_v1

Start an async account report on a target company.

“Research Samsung as an account.”
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 — I sell AI sales tooling. Run a deep report.
Example tool call
humantic_miia_report_create_v1({
  "buyer_company": "acme.com",
  "analysis_type": "deep",
  "seller_company_context": "We sell AI sales tooling"
})
Example output
Report queued. create_request_id: req_8f3a...
Poll with report_status; when complete, fetch with report_fetch.
Good to know. Reports run asynchronously (quick / moderate / deep). Capture the create_request_id to poll and fetch later.