Skip to main content
Glama

aws_s3_list_objects

List and filter objects in an S3 bucket to manage storage contents. Supports pagination and prefix-based filtering for organized data retrieval.

Instructions

List objects in an S3 bucket with optional prefix filter. Returns up to 1000 objects per call; use continuation_token for pagination.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
profileNoAWS profile name from ~/.aws/config (e.g., 'default', 'production')
regionNoAWS region override (e.g., 'us-east-1', 'sa-east-1')
bucketYesS3 bucket name
prefixNoKey prefix filter (e.g., 'logs/2024/')
max_keysNoMaximum number of keys to return (default: 1000)
continuation_tokenNoToken for paginating through results
Behavior3/5

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

With no annotations provided, the description carries the full burden. It successfully documents the pagination behavior (1000 object limit, continuation_token usage) but omits explicit safety classification (read-only nature) and error behaviors (e.g., bucket not found scenarios).

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

Conciseness5/5

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

Two sentences with zero waste: first establishes purpose and filtering, second establishes limits and pagination. Information is front-loaded and appropriately sized for the tool complexity.

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

Completeness4/5

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

For a 6-parameter list operation with 100% schema coverage, the description covers core purpose, filtering, pagination mechanics, and result limits. Missing output format details (since no output schema exists), but the count constraint provides sufficient behavioral context for invocation.

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

Parameters3/5

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

Schema coverage is 100%, so baseline is 3. The description mentions 'prefix filter' and 'continuation_token for pagination' which provides contextual mapping, but does not add syntax details or format constraints beyond the comprehensive schema descriptions.

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?

The description uses specific verb 'List' with resource 'objects in an S3 bucket' and clarifies the optional prefix filter. It clearly distinguishes from siblings like aws_s3_list_buckets (buckets vs objects) and aws_s3_get_object (single retrieval vs listing).

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

Usage Guidelines3/5

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

Description provides implicit guidance by documenting the 1000-object limit and continuation_token for pagination, indicating when pagination is needed. However, it lacks explicit when-to-use guidance comparing this to get_object for single-object retrieval or alternative filtering approaches.

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/marcelobrake/aws-mcp'

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