Skip to main content
Glama

Create dedicated IP set

render_create_dedicated_ip

Provision a dedicated IP set to assign static IP addresses to Render services in a workspace region, optionally scoped to specific environments.

Instructions

Create dedicated IP set. Create a dedicated IP set. Provisioning an IP set is asynchronous. The response returns immediately with status: CREATING and ips: []. When provisioning completes, status changes to RUNNING and ips contains your assigned addresses. If environmentIds is omitted or empty, this IP set applies to all services in the workspace in the selected region. Otherwise, it applies only to services in the listed environments in that region. Calls POST /dedicated-ips on the Render Public API.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesName for the dedicated IP set.
regionYesDefaults to "oregon"oregon
ownerIdYesThe ID of the workspace that will own this dedicated IP set.
descriptionNoFree-form description for the dedicated IP set.
environmentIdsNoEnvironments to scope the dedicated IP set to. If omitted or empty, it applies to all services in the workspace within its region.
Behavior5/5

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

The description fully discloses the asynchronous provisioning behavior, the immediate response with 'status: CREATING' and empty 'ips', and the eventual transition to 'RUNNING' with assigned IPs. It also explains the scope behavior of environmentIds. These details go beyond annotations (which only provide hints) and add significant value.

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

Conciseness4/5

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

The description is concise, front-loaded with the purpose, and provides necessary details without fluff. The minor repetition ('Create dedicated IP set.') does not significantly detract but could be slightly tighter.

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 creation tool without an output schema, the description adequately covers the return format and behavior. It explains the asynchronous nature and scope. Missing mention of prerequisites (e.g., valid ownerId) but these are implied by schema.

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

Parameters4/5

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

Schema coverage is 100%, so baseline is 3. The description adds meaningful context for the environmentIds parameter, explaining the behavior when omitted versus provided. This enhances understanding beyond the schema's description.

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 'Create dedicated IP set' with a specific verb and resource. It distinguishes from sibling tools like list, retrieve, update, and delete dedicated IP sets, which are all present in the sibling list.

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 does not explicitly state when to use this tool versus alternatives, nor does it provide when-not-to-use guidance. It implies usage by describing the tool's functionality but lacks direct comparative context.

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