Humantic AI MCP / Tools / humantic_miia_report_status_v1
Account Intelligence Miia

humantic_miia_report_status_v1

Poll whether a report has finished.

At a glance

Key inputs

create_request_id (or category + buyer_company_domain + analysis_type).

Upstream API

GET …/report-status-with-metadata

Example ask
Is the Acme Corp report ready yet?
Example tool call
humantic_miia_report_status_v1({
  "create_request_id": "8f3a2c9e1b7d4e6fa0c5d2b7e9134a6c"
})
Example output
{
  "status_code": 200,
  "status": "success",
  "message": "Reports ready",
  "data": {
    "create_request_id": "8f3a2c9e1b7d4e6fa0c5d2b7e9134a6c",
    "buyer_company": "Acme Corp",
    "buyer_company_domain": "acme.com",
    "seller_company": "Humantic AI",
    "seller_company_domain": "humantic.ai",
    "analysis_type": "deep",
    "reports": [
      { "category": "general",    "status": "DATA FETCHED", "created_at": "2026-08-21T09:14:02" },
      { "category": "contextual", "status": "DATA FETCHED", "created_at": "2026-08-21T09:14:02" }
    ]
  },
  "_status": "ready",
  "_trace_id": "1ebac2bf25c7a7f9"
}
// while generating: reports[].status is "PENDING" and "_status": "processing"
Good to know. Your agent polls this until status is complete, then retrieves the report. Quick reports finish fastest; deep reports take longest.