Skip to main content
Glama
eyalbarash
by eyalbarash

cigchat_get_integration_s3storage

Retrieve the S3 storage integration configuration for your cig.chat bot to review current cloud storage settings.

Instructions

Get the config of S3 Storage integration [GET /integration/s3storage] Requires the "Manage Team" scope on the token.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description carries the transparency burden. It discloses the HTTP method (GET) and the required OAuth scope, which are useful behavioral details. However, it does not describe what the configuration contains, how it is returned, or any potential limitations or rate limits. The description is not misleading but leaves the agent guessing about the response structure.

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 sentence, front-loaded with the core purpose ('Get the config...'), followed by the endpoint and scope requirement. Every element earns its place, with no wasted words.

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 zero-parameter GET tool, the description covers the essential points: what it retrieves, the endpoint, and the required scope. However, since there is no output schema, the description could have elaborated on the shape of the returned config (e.g., fields like bucket name, region, access keys). The gap is small because the purpose is simple and well stated, but not entirely complete.

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?

The tool has zero parameters, so the baseline is 4. The description adds no parameter-related details, but there is nothing to add; the schema is empty and the description accurately reflects that no inputs are required.

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 tool's purpose: fetching the configuration of the S3 Storage integration. It is specific about the resource (S3 Storage integration) and the action (get config), distinguishing it from sibling get_integration_* tools by explicitly naming the integration type. The inclusion of the endpoint and required scope further clarifies intent.

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?

The description implies when to use the tool: whenever the S3 Storage integration config is needed. It also provides an explicit prerequisite (the 'Manage Team' scope), which helps the agent decide if it can invoke the tool. However, it does not explicitly contrast with alternatives like set_integration_s3storage or clear_integration_s3storage, so it lacks explicit exclusion 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/eyalbarash/cig-chat-mcp'

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