Skip to main content
Glama

Create service

render_create_service

Creates a new Render service in a workspace with specified name, type, and configuration, including repository, branch, environment variables, and service details.

Instructions

Create service. Creates a new Render service in the specified workspace with the specified configuration. Calls POST /services on the Render Public API.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesThe service's name. Must be unique within the workspace.
repoNoThe service's repository URL. Do not specify a branch in this string (use the `branch` parameter instead).
typeYes
imageNo
branchNoThe repo branch to pull, build, and deploy. If omitted, uses the repository's default branch.
envVarsNo
ownerIdYesThe ID of the workspace the service belongs to. Obtain your workspace's ID from its Settings page in the Render Dashboard.
rootDirNo
autoDeployNoyes
buildFilterNo
secretFilesNo
environmentIdNoThe ID of the environment the service belongs to, if any. Obtain an environment's ID from its Settings page in the Render Dashboard.
serviceDetailsNo
Behavior2/5

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

The description adds little beyond what annotations already provide (readOnlyHint=false, destructiveHint=false). It does not disclose side effects like auto-deployment, prerequisites, or nuances of the creation process, which are critical for a complex write operation.

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 short but front-loaded with a tautology (first sentence repeats the name). It is efficient but could be more structured, e.g., by front-loading critical behavioral notes.

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

Completeness1/5

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

Given the tool's complexity (13 parameters, nested objects), the description is severely incomplete. No output schema, no default values or examples, and no hints about required fields or typical usage patterns. The agent would struggle to use this tool correctly.

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

Parameters1/5

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

With schema description coverage at only 38%, the tool description does not compensate. It merely says 'with the specified configuration,' adding no meaning to the many undocumented parameters. The agent is left with insufficient information to correctly populate complex nested objects.

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 it creates a new Render service and mentions the underlying API call. However, it does not explicitly distinguish from sibling tools that create other resources, though the tool name itself is specific enough.

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?

No guidance is provided on when to use this tool versus alternatives like render_create_deploy or render_create_job. The name is self-explanatory, but explicit context about service creation vs other resources is missing.

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