Skip to main content
Glama
awslabs
by awslabs

list_capabilities

Retrieve a paginated list of capabilities with summary metadata including UUID, name, and parent component definition. Use this to identify capabilities before exploring individual components.

Instructions

List loaded Capabilities with summary metadata.

Capabilities sit above Components but are optional in the OSCAL hierarchy. Each Capability groups related Components and describes a collection or higher-level offering. Start here when exploring what a Component Definition provides — then drill into individual Components as needed.

Use the returned UUIDs or names as query_value in query_component_definition() to retrieve full Capability details.

Args: ctx: MCP server context (injected automatically by MCP server) offset: Zero-based index of the first item to return (default 0). limit: Maximum number of items to return, 1-100 (default 10).

Returns: dict: Page_Response with keys items, total, offset, limit, hasMore. Each item in items has keys: uuid, name, parentComponentDefinitionTitle, parentComponentDefinitionUuid, sizeInBytes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
offsetNo
limitNo
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description adequately describes a read-only list operation and return format. Does not explicitly state non-destructive nature or permissions, but the information is sufficient for a list tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Well-structured with header, context, usage, args, and returns. Slightly verbose on OSCAL hierarchy but overall efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Describes return format completely (Page_Response with items, keys) despite no output schema. Covers role in exploration workflow, making it self-contained.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Adds meaning beyond schema by documenting offset/limit behavior, default values, and limit range (1-100). Compensates for 0% schema description coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Specific verb 'list' and resource 'Capabilities', clearly distinguishing from siblings like list_components and list_component_definitions by describing the hierarchical relationship. The phrase 'Start here when exploring...' reinforces its role.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly suggests starting here and points to query_component_definition() for full details, providing a usage flow. Lacks explicit 'when not to use' statements but offers clear contextual guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/awslabs/mcp-server-for-oscal'

If you have feedback or need assistance with the MCP directory API, please join our Discord server