Skip to main content
Glama

renameDevice

Assign a new unique name to an existing device in the workspace.

Instructions

Rename an existing device. The new name must be unique in the workspace.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
newNameYesNew unique name for the device.
deviceNameYesCurrent device name.
Behavior3/5

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

There are no annotations, so the description carries the full burden of behavioral disclosure. It states that the device must already exist and that the new name must be unique in the workspace, which is useful. However, it does not mention error behavior, permissions, or what happens when uniqueness is violated.

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 two brief sentences with no filler. The main action is front-loaded, and the critical uniqueness constraint follows immediately.

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 simple two-parameter rename operation with no output schema, the description plus the well-described schema is enough for an agent to invoke the tool correctly. More detail on failure modes would improve it, but it is not a blocking gap.

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?

The input schema already covers both parameters clearly: deviceName is the current name and newName is the new unique name. The description adds only modest context by specifying uniqueness within the workspace, so it stays at the baseline for high schema coverage.

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

Purpose4/5

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

Uses a specific verb and resource: 'Rename an existing device.' The action is immediately clear and distinct from sibling tools like addDevice or removeDevice, though it does not explicitly name a different alternative.

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?

The description implies it should be used when an existing device needs its name changed, but it does not provide explicit when-to-use or when-not-to-use guidance. No exclusions or alternatives are mentioned, leaving usage mostly to inference.

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/2001sithum/cisco-pt-mcp'

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