Skip to main content
Glama

s3_configure_lifecycle

Set S3 lifecycle rules to transition or expire objects based on retention days, supporting cost optimization, compliance, archiving, and cleanup strategies.

Instructions

Configure S3 lifecycle rules for storage class transitions and expiration

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
api_keyNoAPI key for authentication
strategyYesLifecycle strategy
bucket_nameYesS3 bucket name
retention_daysNoNumber of days before transition or expiration
Behavior2/5

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

With no annotations provided, the description carries full responsibility for disclosing side effects and operational traits. It merely says "Configure" without stating whether existing lifecycle rules are replaced, merged, or supplemented, nor does it mention required IAM permissions or potential cost implications. The user is left unaware of mutation scope or reversibility.

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?

The description is a single, focused sentence that immediately states the tool's purpose. It is concise, free of filler, and front-loads the core action and resource, making it easy to parse quickly.

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

Completeness2/5

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

Given that this tool has four parameters, including an enum strategy and a retention_days field, and no output schema, the description omits critical context: the meaning of each strategy (e.g., cost-optimize vs. cleanup), how retention_days applies per strategy, and whether the operation is additive or destructive. The absence of any guidance on existing rules leaves significant gaps for an agent attempting correct 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% and each parameter has a description. The tool description itself adds little beyond the schema—it repeats the concept of transitions and expiration but does not explain how the strategy or retention_days interact. Since the schema already covers parameter meaning, a baseline 3 is appropriate; no added value from the description.

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 clearly states the verb "Configure" and the resource "S3 lifecycle rules" with specific focus on "storage class transitions and expiration". This precisely distinguishes it from sibling tools like s3_generate_policy or s3_setup_cors, as lifecycle rules are a separate concern. No ambiguity remains.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus other S3 tools or alternatives. It does not mention prerequisites, such as requiring an existing bucket, nor does it suggest when a different tool (e.g., s3_generate_policy) would be more appropriate. This lack of usage context leaves an agent to infer applicability on its own.

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/barnburner121/claude-plugin-marketplace'

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