Skip to main content
Glama

List services

render_list_services
Read-onlyIdempotent

List Render services matching your filters, or return all accessible services when no filters are given. Use for bulk enumeration and filtering by name, type, runtime, region, and more.

Instructions

List services. List services matching the provided filters. If no filters are provided, returns all services you have permissions to view. Calls GET /services on the Render Public API. Usage: Filters are ANDed, and name matches as a substring rather than exactly. When the user named one service, render_find_service resolves it in a single call and handles approximate names; reach for this tool to enumerate or filter in bulk.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
envNoFilter for environments (runtimes) of services (deprecated; use `runtime` instead) (deprecated)
nameNoFilter by name
typeNoFilter for types of services
limitNoThe maximum number of items to return. For details, see [Pagination](https://api-docs.render.com/reference/pagination).
cursorNoThe position in the result list to start from when fetching paginated results. For details, see [Pagination](https://api-docs.render.com/reference/pagination).
regionNoFilter by resource region
ownerIdNoThe ID of the workspaces to return resources for
suspendedNoFilter resources based on whether they're suspended or not suspended
createdAfterNoFilter for resources created after a certain time (specified as an ISO 8601 timestamp)
updatedAfterNoFilter for resources updated after a certain time (specified as an ISO 8601 timestamp)
createdBeforeNoFilter for resources created before a certain time (specified as an ISO 8601 timestamp)
environmentIdNoFilter for resources that belong to an environment
updatedBeforeNoFilter for resources updated before a certain time (specified as an ISO 8601 timestamp)
includePreviewsNoInclude previews in the response
Behavior4/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, idempotentHint=true, and destructiveHint=false. The description adds valuable behavioral context beyond annotations: filters are ANDed, name matches as substring, and the underlying API endpoint is GET /services. It does not mention pagination or response format, but the safety profile is fully covered by annotations, so this is a strong score.

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?

Four sentences, front-loaded with the core purpose. Each sentence serves a distinct role: purpose, filter behavior, API call, and usage differentiation. No wasted words or redundant content.

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?

Given 14 parameters, no output schema, and strong annotations, the description covers the essential context: filter semantics, permission scoping, and when to prefer an alternative tool. It does not explicitly mention pagination behavior (though schema includes limit/cursor with links), and the phrase 'returns all services' could be misread given pagination, but overall it is sufficiently complete for a list operation.

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 description coverage is 100%, so baseline is 3. The description enriches parameter understanding by stating that filters are ANDed and that name matches as a substring rather than exactly, which is not evident from individual parameter descriptions. This adds semantic value beyond the schema.

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 tool lists services, with explicit scope: 'List services matching the provided filters' and 'If no filters are provided, returns all services you have permissions to view.' It distinguishes from sibling render_find_service by noting that tool resolves a single service with approximate names, while this tool is for enumeration/filtering in bulk.

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?

Provides explicit when-to-use vs alternative: 'When the user named one service, render_find_service resolves it in a single call and handles approximate names; reach for this tool to enumerate or filter in bulk.' Also clarifies default behavior with no filters and the permission scope of results.

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