aws_lookup_primitive
Look up an AWS primitive type by its identifier
aws_lookup_primitive
Look up an AWS primitive type by its identifier.
Returns the curated knowledge chunks that document a single AWS
primitive — its purpose, inputs, outputs, common pitfalls, and any
facets attached to it. Use this when you have a type_id (or a
primitive name) and want the prose reference for it.
- Family: knowledge
- Source:
cbx-mcp/src/cbx_mcp/tools/knowledge.py::aws_lookup_primitive - Backend:
GET /v1/knowledge/aws/primitives/{type_id}
Input schema
type_id is forwarded verbatim into the backend path. The backend
accepts either a fully qualified versioned id (aws:s3/bucket@v1) or
a primitive short name; resolution is server-side.
Output schema
On success the tool returns the backend's PublicKnowledgeResponse
wrapped in the standard MCP envelope:
chunks is an ordered list of KnowledgeChunkResponse objects ranked
by relevance to the requested type_id. kb_version identifies the
knowledge-base snapshot the chunks were drawn from — pin a downstream
cache to this value when reproducibility matters.
Example call
Example result
Illustrative — real responses contain many more chunks and richer prose drawn from the curated AWS knowledge base.