Skip to main content
Glama

Update Key Value instance

render_update_key_value

Update a Render Key Value instance by ID, including plan, eviction policy, persistence mode, name, and IP allowlist. Changes to plan, memory policy, or persistence restart the instance.

Instructions

Update Key Value instance. Update a Key Value instance by ID. Note that changing your plan, max memory policy, or persistence mode will restart your Key Value instance. Calls PATCH /key-value/{redisId} on the Render Public API.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoThe name of the Key Value 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.
Behavior4/5

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

The description discloses that changing plan, max memory policy, or persistence mode will restart the instance, which is a key behavioral trait beyond what annotations provide (readOnlyHint=false, destructiveHint=false). It adds useful context about the side effects of certain parameters.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is relatively short (three sentences) but contains redundancy: 'Update a Key Value instance' is repeated. The first two sentences could be merged. It does front-load the purpose, but the repetition slightly wastes space.

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?

The description covers the basic update action and mentions the restart behavior, which is important context. However, given the tool has 6 parameters (1 required) and no output schema, it omits necessary details such as what happens on success, error conditions, or parameter constraints (e.g., that redisId is required). It is adequate but not 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?

With only 50% schema description coverage, the description should compensate by explaining parameter meanings. It does not—no mention of what each parameter controls beyond the schema. The schema already provides some descriptions, but the description adds no further value for the undocumented ones.

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?

The description clearly states that the tool updates a Key Value instance by ID, with the verb 'update' and a specific resource. It also mentions the underlying API call. However, it does not explicitly differentiate from sibling tools like create or delete, which would earn a 5.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives (e.g., create or delete). There is no mention of prerequisites, scenarios where update is appropriate, or when to avoid it. The note about restart is behavioral, not usage 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/LuSrodri/render-useful-mcp'

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