Humantic AI MCP / Tools / humantic_miia_report_section_get_v1
Account Intelligence Miia

humantic_miia_report_section_get_v1

Return only specific section(s).

At a glance

Key inputs

create_request_id; sections (title / index / topic); optional report (full_report — default / executive_summary), nocache.

Upstream API

cached /v1/miia/fetch (no extra call)

Example ask
From the Acme report — give me the stakeholder list?
Example tool call
humantic_miia_report_section_get_v1({
  "create_request_id": "8f3a2c9e1b7d4e6fa0c5d2b7e9134a6c",
  "report": "executive_summary",
  "sections": ["Relevant Organizational Structure"]
})
Example output
{
  "create_request_id": "8f3a2c9e1b7d4e6fa0c5d2b7e9134a6c",
  "report": "executive_summary",
  "sections": [
    {
      "section": "3. Relevant Organizational Structure",
      "markdown": "## 3. Relevant Organizational Structure\n\n### Top Leadership\n\n**Sarah Chen** — VP Operations. Owns the efficiency mandate and the ops tooling budget. Joined 2024 from a Fortune 500 logistics firm. [4] [9]\n\n**Marcus Reid** — CFO. Co-signs spend above $250K; has told investors he wants payback inside 12 months. [11] [32]\n\n### Senior Functional Leadership\n\n**Priya Natarajan** — Director, Revenue Operations. Runs the H2 2026 vendor-stack review. [5]"
    }
  ],
  "_status": "ready",
  "_trace_id": "710922234808a788"
}
// sections accepts exact titles, 1-based indexes ("3"), or topic keywords ("leadership") — a total miss returns the available section names
Good to know. Returns only the requested sections — not a 20-page dump. Cheaper and faster for targeted questions.