Skip to main content
Glama

Create Key Value instance

render_create_key_value

Create a new Key Value instance on Render to provision a Redis-compatible store, specifying owner, plan, region, and optional settings like eviction policy and persistence.

Instructions

Create Key Value instance. Create a new Key Value instance. Calls POST /key-value on the Render Public API. Usage: Key Value is Render's Redis-compatible store and supersedes the deprecated toolset's Redis endpoints. Read credentials with render_retrieve_key_value_connection_info; the connection string is not returned by list or retrieve.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesThe name of the Key Value instance
planYes
regionNoDefaults to "oregon"oregon
ownerIdYesThe ID of the owner of the Key Value instance
ipAllowListNo
environmentIdNo
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?

Annotations already declare readOnlyHint=false, destructiveHint=false, and openWorldHint=true, so the create behavior is known. The description adds the API call detail and a key caveat: the connection string is not returned by list/retrieve, requiring a separate credential lookup. No contradictions with annotations.

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 moderately concise but includes redundancy: 'Create Key Value instance.' and 'Create a new Key Value instance.' say the same thing. The remaining sentences (API endpoint, Redis-compatible note, credential guidance) are useful, but the duplication pads the text unnecessarily.

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?

There is no output schema, and the description does not describe the return value or prerequisites for creating an instance. It provides useful context about credential retrieval and the Redis-compatible nature but falls short of explaining the full behavior of a create operation, such as what the response contains or what resources are provisioned.

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?

Schema coverage is 63%, with descriptions for name, region, maxmemoryPolicy, persistenceMode, and ipAllowList. The description adds no parameter-specific guidance and does not compensate for undocumented parameters like plan and environmentId. It neither clarifies nor obscures, thus meeting baseline but not adding value.

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 purpose: 'Create a new Key Value instance.' It also specifies the API endpoint (POST /key-value) and differentiates from siblings by explaining that Key Value is Render's Redis-compatible store superseding deprecated Redis endpoints, which is a unique resource type.

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?

It gives usage context: 'Key Value is Render's Redis-compatible store and supersedes the deprecated toolset's Redis endpoints,' indicating it should be used over deprecated Redis tools. It also provides a follow-up action: read credentials with render_retrieve_key_value_connection_info since the connection string is not returned by list or retrieve. However, it lacks explicit exclusions or alternatives beyond the deprecated toolset.

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