Skip to main content
Glama

Update Redis instance

render_update_redis

Update a Redis instance by ID, modifying properties like name, plan, IP allow list, eviction policy, and persistence mode.

Instructions

[DEPRECATED by Render] Update Redis instance. Update a Redis instance by ID. This API is deprecated in favor of the Key Value API. Calls PATCH /redis/{redisId} on the Render Public API.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoThe name of the Redis instance
planNo
redisIdYes
ipAllowListNo
maxmemoryPolicyNoThe eviction policy for the Key Value instance
persistenceModeNoThe persistence mode for the Key Value instance. The default for paid instances is journal_snapshot (both journaling and snapshots). Only turn off persistence if you're using this Key Value instance as a cache and are okay with losing data. Free instances do not have persistence.
Behavior3/5

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

Annotations already indicate this is not read-only and not destructive. The description adds the HTTP method (PATCH) and deprecation status but does not disclose additional behavioral traits such as required permissions, side effects, or whether the update is partial. It is minimally adequate.

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 exceptionally concise with two sentences that front-load the critical deprecation notice. Every sentence adds value without redundancy, making it easy to scan and understand.

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

Completeness3/5

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

Given the tool's complexity (6 parameters, no output schema, deprecated), the description covers the core purpose and deprecation but omits necessary context like required permissions, return values, or update behavior. It is sufficient for a deprecated tool but not fully complete.

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

Parameters2/5

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

The description adds no parameter-level information beyond what the schema provides. With schema coverage at 50%, the description does not compensate for the missing details, leaving some parameters with no explanation. The description only restates the tool's purpose.

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 'Update' and the resource 'Redis instance', and explicitly distinguishes this deprecated tool from alternatives like the Key Value API. It also specifies the underlying API call, leaving no ambiguity about what the tool does.

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

Usage Guidelines5/5

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

The description explicitly notes that the tool is deprecated in favor of the Key Value API, providing a clear alternative and context for when not to use it. This satisfies the usage guidelines perfectly.

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/LuSrodri/render-useful-mcp'

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