Skip to main content
Glama
rsp2k
by rsp2k

object_storage_update

Update the label of a Vultr Object Storage instance by providing its ID or current label and the new label.

Instructions

Update an Object Storage instance's label.

Args: object_storage_id: The Object Storage ID or label (e.g., "my-storage", "backup-bucket", or UUID) label: New label for the Object Storage instance

Returns: Status message confirming update

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
labelYes
object_storage_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.0.1

TDQS

A4.4/5.0
Behavior3/5

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

No annotations are present, so the description carries the disclosure burden. It makes the mutating nature explicit and states that a status message is returned, but it does not discuss permissions, uniqueness constraints, or side effects on related resources.

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 purpose is front-loaded, followed by compact Args and Returns sections. Every line adds value and there is no redundant prose.

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?

The tool has only two required string parameters, and both are documented with examples. An output schema covers return details, so no critical information needed to invoke the tool correctly is missing.

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

Parameters5/5

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

Schema description coverage is 0%, and the description fully compensates by explaining both required parameters. It clarifies that object_storage_id accepts an ID or label with concrete examples, and defines label as the new label for the instance.

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?

States a clear action and target: it updates the label of an Object Storage instance. This differentiates it from sibling operations like object_storage_get, object_storage_create, object_storage_delete, and object_storage_regenerate_keys.

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 specific 'update label' action gives a clear context for selecting this tool. It does not explicitly mention when not to use it or point to alternatives, but no sibling covers label updates, so the omission is minor.

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

Deploy Server

Other Tools