Skip to main content
Glama

aws_s3

Manage AWS S3 buckets and objects by listing, creating, deleting, uploading, and downloading files through the MCP SysOperator server.

Instructions

Manage AWS S3 buckets and objects

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes
regionYes
bucketNo
objectKeyNo
localPathNo
aclNo
tagsNo
metadataNo
contentTypeNo
Behavior1/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure but provides almost none. 'Manage' implies both read and write operations, but there's no information about authentication requirements, rate limits, error conditions, side effects, or what specific behaviors correspond to different action parameter values. For a tool with 9 parameters and potentially destructive operations (like delete_bucket), this lack of behavioral context is a significant gap.

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 extremely concise at just 5 words, with no wasted language or unnecessary elaboration. It's front-loaded with the core concept and doesn't include any redundant information. While this conciseness comes at the expense of completeness, the description itself is structurally sound and efficiently communicates its limited scope.

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

Completeness1/5

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

Given the tool's complexity (9 parameters, multiple action types including potentially destructive operations), lack of annotations, 0% schema description coverage, and no output schema, the description is completely inadequate. It provides no information about what the tool actually does, how to use it, what parameters mean, what behaviors to expect, or what results it returns. For a multi-function AWS S3 management tool, this minimal description fails to provide the necessary context for effective use.

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

Parameters1/5

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

The schema description coverage is 0%, meaning none of the 9 parameters have descriptions in the schema. The tool description provides no information about any parameters, their meanings, or how they relate to different actions. The description doesn't even mention that there's an 'action' parameter that determines what operation is performed, nor does it explain what parameters are required for which actions. This leaves all parameter semantics completely undocumented.

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

Purpose2/5

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

The description 'Manage AWS S3 buckets and objects' is a tautology that essentially restates the tool name 'aws_s3' with slightly different wording. While it indicates the general domain (AWS S3), it doesn't specify what management actions are possible or distinguish this tool from its many AWS sibling tools (like aws_ec2, aws_lambda, etc.). The description lacks a specific verb that would clarify the tool's function.

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

Usage Guidelines1/5

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

The description provides absolutely no guidance on when to use this tool versus alternatives. With 15 sibling tools on the server (including 8 other AWS-specific tools), there's no indication of what makes this S3 tool distinct or when an agent should choose it over other AWS tools or general infrastructure tools like terraform or run_playbook. The description offers no context about appropriate use cases or prerequisites.

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/MCP-Mirror/tarnover_mcp-sysoperator'

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