Humantic MCP / Tools / humantic_miia_report_fetch_v1
Account Intelligence Miia

humantic_miia_report_fetch_v1

Retrieve the full finished report.

“Give me the whole report.”
At a glance

Key inputs

create_request_id; format (markdown / html); optional nocache.

Upstream API

GET /v1/miia/fetch

Example ask
Give me the full Acme Corp report.
Example tool call
humantic_miia_report_fetch_v1({
  "create_request_id": "req_8f3a...",
  "format": "markdown"
})
Example output
# Acme Corp — Account Brief
Strategic priorities: …  ·  Buying signals: hiring 12 ops roles  ·  Stakeholders: VP Ops owns budget  ·  Recommended approach: lead with efficiency ROI.
Good to know. Returns the complete report. For long reports, prefer sections_list + section_get to pull only what you need.