get_capability
Retrieve a complete OSCAL Capability object by UUID, including its components, control implementations, and description.
Instructions
Retrieve a single Capability by UUID, returning its full OSCAL representation.
A Capability groups related Components and may include control implementations, description, and a list of incorporated Components. Use list_capabilities() to discover available UUIDs.
Args: ctx: MCP server context (injected automatically by MCP server) uuid: UUID of the Capability to retrieve.
Returns: dict | None: Full OSCAL Capability object as a dict, or None if the UUID is not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |