aws_narrative_refs
Fetch narrative documentation and reference links for an AWS topic
aws_narrative_refs
Fetch narrative documentation and reference links for an AWS topic.
Returns the long-form narrative chunks — patterns, trade-offs,
how-tos — curated for an AWS topic. Use this when you need the
"why and when" behind an architectural choice, not just the primitive
reference. Topics are free-form strings (e.g. vpc-peering,
iam-roles, multi-region-failover); the backend resolves them
against its narrative index.
- Family: knowledge
- Source:
cbx-mcp/src/cbx_mcp/tools/knowledge.py::aws_narrative_refs - Backend:
GET /v1/knowledge/aws/narrative?topic={topic}
Input schema
Unknown topics return an empty chunks list rather than an error,
which is convenient for speculative lookups but means callers should
treat an empty response as "no narrative on file" rather than
"failure".
Output schema
On success the tool returns the backend's PublicKnowledgeResponse
wrapped in the standard MCP envelope:
Chunks for this tool tend to land in the narrative and howto
categories. doc_path points back into the curated knowledge base,
which is useful when wiring tool output into a citation pipeline.
Example call
Example result
Illustrative — real responses contain several chunks covering narrative, trade-offs, and step-by-step how-tos.